John teBokkel
John teBokkel
**Describe the bug** Installing via `go get` gives the message `go get: installing executables with 'go get' in module mode is deprecated.` **To Reproduce** Steps to reproduce the behavior: 1....
I noticed when hacking on something that a file I was interested in was committed as CRLF line endings. This pull request is the result of running `find ./ -name...
When running the example project I encountered the following error upon navigating to http://localhost:6543/admin/ Looks like a path is not being gotten correctly before being sent to the jinja2 renderer....
Several non-printing keys were assigned key map index values when they should have been ignored using index 0xFF. This resolves issue #23185.
#### Description :octocat: Python mode is unusable because of lag between key strokes This happens with both anaconda backend and lsp backend #### Reproduction guide :beetle: - Start Emacs -...
This was previously working for me, but suddenly today it started acting up. Started that it could only switch to desktop 2 and would not switch back. Now after rebooting...
fixes issue #37
There are three `SyntaxWarning`s that show up when running using this library. ``` .venv\Lib\site-packages\latex\jinja2.py:28: SyntaxWarning: invalid escape sequence '\B' 'block_start_string': '\BLOCK{', .venv\Lib\site-packages\latex\jinja2.py:30: SyntaxWarning: invalid escape sequence '\V' 'variable_start_string': '\VAR{', .venv\Lib\site-packages\latex\jinja2.py:32:...
When installing CairoSVG in a pyflow project a dependency is missed for a supporting package [cairocffi](https://github.com/Kozea/cairocffi) The missing dependency is `cffi` 1. pyflow 0.2.9 2. pyflow new test_project 3. cd...
I have a non-published git project that I'm using in a script. I've done some digging into the source and from what I can tell the reason is that it...