-
**Describe the bug**
A clear and concise description of:
1. what the bug is
```
Error detected while processing function jupyter#RunFile:
line 4:
Traceback (most recent call last):
File ""…
tecfu updated
2 years ago
-
Haven't found time to see why it doesn't work.
Here is the minimal example:
```python
import pygmt
fig = pygmt.Figure()
fig.basemap(region=[0, 10, 0, 10], projection="X10c", frame=True)
…
-
My vimrc has these commands, yet every time I try to save the file vim spends five seconds telling me all about where my code is failing linting rules!
Commands:
let g:pymode_lint_on_write = 0
…
-
**Font Project Git Repo URL:**
[DELETE THIS LINE of example URL https://github.com/your/repo and remember to change the [Font Name] in the title]
[Download source files...](https://github.com/…
-
_Actual problem_:
Can install my plugins no problem. Can not update them, their URI then becomes "^A". The **error message**:
Updated. Elapsed time: 7.956585 sec.
[xxxxxxx]
- Finishing ... Don…
-
Each bullet in the lists in [capabilities(7)](https://manpages.debian.org/jessie/manpages/capabilities.7.en.html) is rendered as a separate definition list, like this:
```html
*
…
``…
-
Many features are gated on the basic design of the Intermodal manifest. So let's get started on it right away.
## Desiderata
- Allow integrity checking. Given a manifest, an accompanying release…
casey updated
4 years ago
-
### Steps to reproduce
1. Try to download a File from youtube
2. Goto Website of installed nexcloud
3. Click on ocDownloader
4. Click on Youtube
5. Fill in YouTube Download-Url (copy an paste fro…
-
If the idea is to create an enhanced version of docco, why not get rid of pygments in favor of something that does not need to be installed, such as prismjs.com
This way users would need one less ste…
-
I'm using this minimal vimrc:
```vim
set nocp
call plug#begin('~/.vim/plugged')
Plug 'pearofducks/ansible-vim'
call plug#end()
filetype plugin indent on
syntax on
set ai
set si
```
and …