Jamie Macdonald
Jamie Macdonald
classfind.com gives awesome directions. e.g. http://classfind.com/queens/room/BIO1120 If Qcumber could link room numbers to their directions pages, it would be ever so crisp.
I'm not 100% sure this is the right place to report this. Using a minimal configuration `nvim-minimal/init.vim`: ```vim if has('vim_starting') set encoding=utf-8 endif scriptencoding utf-8 if &compatible set nocompatible endif...
Currently `cycle()` modifies the first color instance on the current line, and returns the cursor to the first non-whitespace character of the line. It would be better IMO if it...
Introduce a check for each diagnostic namespace whether that namespace has been disabled via `vim.diagnostic.disable` before counting it. Also tidy the three neovim diagnostic counters with a common function. Applies...
### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...
I've tried a variety of options, but fundamentally it seems I can't get keepassxc to hide. ``` tdrop keepassxc ``` spawns the window fine, but subsequent commands have no effect...
So, I did some debugging about #66 and isolated the problem. It seems that inside `create_win_return_wid`, we spawn the program which seems to create two visible windows in succession, and...
Lag
## I'm submitting a… [X] Bug [ ] Feature Request [ ] Other (Please describe in detail) ## Current Behavior `i3lock --clock` seconds don't update at regular intervals, and sometimes...
Hi, I'm looking at this code to try and port similar functionality (interacting with a Pearl scale) to an ESP32 microcontroller. I see your code doesn't involve any service uuids,...