Jin
Jin
Screenshots in readme.md are not correctly linked.
The parameter `:style` isn't handled correctly, so the behavior of `#'alert` is overwritten by the default style for some users. That maybe why some users don't receive system notifications as...
Thanks for the amazing work! I'd like to point out one little issue though. Currently, the instruction for setting up the theme locally in the `readme` file is not complete....
Is there a way to interactive with exterior program effectively in `sly`? For example, consider the shell script `/tmp/read.sh` that reads and print a string. ``` sh #!/bin/sh echo "Input:...
**Version info**: qutebrowser v2.5.2 Git commit: 951a14a66 on HEAD (2022-06-22 15:30:51 +0200) Backend: QtWebEngine 5.15.2, based on Chromium 83.0.4103.122 Qt: 5.15.2 **Does the bug happen if you start with `--temp-basedir`?**:...
First of, thanks for the great work! It's the best roam visualizer I have seen :) Having more than [10000 nodes](https://github.com/org-roam/org-roam-server/issues/157), the performance is a bit of slow. I wonder...
`markdown-pdf "advanced_shell.md"` gives the following error. ``` internal/validators.js:120 throw new ERR_INVALID_ARG_TYPE(name, 'string', value); ^ TypeError [ERR_INVALID_ARG_TYPE]: The "file" argument must be of type string. Received null at validateString (internal/validators.js:120:11) at...
# Summary I intend to install `sbcl/2.0.1` with roswell, but got an error during compilation. The error indicates that one shell process is faulty. I ran that shell process later...
### Question Is it possible to jump to a specific node of an sgf file from command line. Of course, a domain specific language for specifying a node is required,...
### Summary Having `/gopass/site/abc.gpg` and `/gopass/site/abc/subaccount.gpg` prevent the former to be shown when calling `gopass ls`.