Results 38 issues of Joel Cross

Since the release of Firefox 57 (a.k.a. Firefox Quantum), addons are now built in a totally new way, which is a lot more similar to the way Chrome extensions work....

Tools such as [Husky](https://github.com/typicode/husky) work by storing pre-commit and other git hooks in their own directory (in this case, `.husky`) and by setting `core.hooksPath` in the config to point to...

Using Linux (or another case-sensitive filesystem), the config is created in `~/.config/nyaovim`, whereas other stuff is created in `~/.config/NyaoVim`. This should be consistent and only use one path. ``` $...

I got this through from the webhook: ``` ValueError: Cannot assign None: "Card.customer" does not allow null values. File "django/core/handlers/base.py", line 132, in get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File...

bug

At present, AFAICT (the docs are a bit vague on the issue), the browser does not support the `WebSocketClient` API, just the `W3WebSocket` API. One thing that would be great...

Currently, `setup_swagger` is a one size fits all solution. It generates the `swagger_def` JSON file, then hosts a copy of [swagger-ui](/swagger-api/swagger-ui/) (a.k.a. `swagger_home`). I propose adding an option to decouple...

The `sdist` packages generated by `setup.py` are missing the `tests/data` directory, meaning that all tests fail when running from the source package (as opposed to from a git repo). This...

**Describe the bug** Pipes does not require Python 2 to operate. It should not require it for tests, but at present the tests do not pass unless it is installed....

It would be nice if ipdb exposed some kind of API, like `pdb.Pdb` and `IPython.core.debugger.PDB`. This would make it much easier to extend existing code that uses pdb, to use...

Feature request