Daniel Ashbrook

Results 20 issues of Daniel Ashbrook

When dicy on the CLI prints the help message, it helpfully lists the type of option expected (`[string]`) and the valid selections (`[choices: "dvi", "pdf", "ps", "svg"]`) but not what...

enhancement

Markdown links containing parentheses as part of the URL get truncated by `wiki#link#get()`. For example: Here is some useful [information](https://en.wikipedia.org/wiki/Capstan_(nautical)) about ships! `wiki#link#get()` returns the URL as `'https://en.wikipedia.org/wiki/Capstan_(nautical'` - losing...

I'd like to use the [Stage library](https://github.com/python-ugame/micropython-stage) with the LoBo MicroPython. However, the build instructions rely on base MicroPython compilation support, in particular the `USER_C_MODULES` parameter to `make`. Here is...

Doing `:iplug add https://github.com/lervag/wiki.vim` results in a black screen when restarting iVim. This happens even with a fresh configuration (removing `.vim*`). To fix it I have to add `-u NONE`...

Invoke `:term` then type `> {x` (where `x` is any character. iVim will immediately crash.

Sometimes I’d like to be able to see the clock while I work; can we have an option to show the status bar?

The fonts that come with iVim seem to have bold and italic formatting built-in. But when I add external fonts that use separate files (e.g., anything from https://github.com/powerline/fonts), iVim doesn’t...

When I run `!scp user@host file .` I see the curl progress indicator followed by an error message. Depending on whether the remote host has vim's SSH key, either `curl...

I'm using ivim on an iPad with the floating on-screen keyboard, mostly with one thumb. It would be really nice to be able to add a ctrl/esc button on the...

### Describe the bug Using Vim mode is great, but when I go between cells, I get dropped back into command mode. For example, if I have two cells: ```...

bug
help wanted