diego
diego
I have two monitors- eDP-1 (2560x1440) and DP-1 (3840x2160), arranged with: ```sh xrandr --output eDP-1 --pos 0x720 --auto --output DP-1 --pos 2560x0 --auto ``` That is, the bottom edges are...
The documentation for `async-start` says: ``` Note: Even when FINISH-FUNC is present, a future is still returned except that it yields no value (since the value is passed to FINISH-FUNC)....
I'm using Gnome 40 on Fedora 34. I have a 2560x1440 screen with 200% scaling set. Below is a comparison at the same scale level (200%) between the default shell...
I have more than one vault where passwords in different vaults may have the same name. It'd be nice to have the option to show the vault after or before...
- The requested character is... - [ ] Latin - [ ] Cyrillic - [ ] Greek - [ ] Punctuation - [x] Symbol - [ ] Some other monospace/programming...
It's be nice if we could configure what information is shown about WiFi networks. For example, I might not care about showing the strength, or I might want to hide...
I tried defining an svg using keyword tags within a `net.html.generator:html` and got an "unknown html keyword" error. I sort of got around this by using the internal: ```lisp (net.html.generator::def-std-html...
## Expected behavior Inserting brackets (paren, curly bracket) in C/C++ mode autoinserts pair ## Actual behavior Pair not autoinserted ## Steps to reproduce the problem Enable smartparens-mode in C/C++ buffer,...
I commented this on https://github.com/joaotavora/sly/issues/426, but setting interactive-stream-p via `(setf (interactive-stream-p stream) t)` in Allegro makes the sly REPL act more like the Allegro command line repl. This mechanism is...
I was looking for a way to have all output go to the REPL buffer for a more.... console-like exeprience (I find it odd to have output split between buffers)...