]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add CORS support to blackd (#627)
authorTushar Chandra <tusharchandra2018@u.northwestern.edu>
Mon, 10 Dec 2018 08:15:57 +0000 (02:15 -0600)
committerZsolt Dollenstein <zsol.zsol@gmail.com>
Mon, 10 Dec 2018 08:15:57 +0000 (08:15 +0000)
commit0b40a7badf82c53c8a23b3a03273619f8440855d
treef86cfbfabb84c6e5e73c0f1c0d0ec55e465c8c4c
parent55121195ce526aed2130c4df142b87e066744179
Add CORS support to blackd (#627)

See issue #622. Use aiohttp-cors to allow cross-origin requests to blackd,
and add a dependency on it to the pipfile.
Pipfile
blackd.py