-
Type: Bug
I've added a textbox to a Notebook Renderer. Some keystrokes are intercepted and are unable to be handled by the custom textbox, such as `M` (convert cell to markdown) and `enter` etc. I …
-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
- [X] Search the [issue tracker](https://github.com/…
-
In case of remote dev server (not when it's a docker container/vagrant box on the local machine, but real remote over the internet server), intellisense features of anaconda-mode could get really slow…
-
Hello there!
I'm using pyglet to make a little handheld music player, and I've run into an AVbin issue when I try to load certain M4A media files using the pyglet.media.load function.
When I try…
-
Hi @znicholls
At last I have checked out the code. As I want to use the existing python2.7 on our HPC, I had to install missing packages in a local path:
`python setup.py install --prefix=/home/d…
-
Hi! I finally took the time to try using this amazing tool in one of the working services but found the following problem. When I try to create a lock file with **disabled package control mode** (`pac…
-
Type: Bug
# Behaviour
Black server doesn't start because it requires an interpreter configured, even if `"black-formatter.importStrategy": "fromEnvironment"`.
## Expected vs. Actual
It shou…
-
The refactoring interface needs to be redone more or less completely, and made less Rope-centric.
Two things I'd really like to include are [isort](https://github.com/timothycrosley/isort) and [autop…
-
We are planning to add a new feature for visualizing the Ford-Fulkerson algorithm's process for finding the maximum flow in a network. This will involve demonstrating the concept of maximum flow in a …
-
## Context
I'm having issues deploying my project using Zappa
## Expected Behavior
1) Cloned my project
2) python -m venv venv
3) pip install -r requirements.txt --no-cache-dir
4) zappa …