Daniel de Souza
Daniel de Souza
Use case is for Markdown [escaping backticks](https://www.markdownguide.org/basic-syntax/#escaping-backticks). 1. Support escaping special characters inside backticks. Useful for tables which use characters like `|` as delimiters and as content. 2. Ignore backticks...
Current paths are: ``` mydomain/public/... mydomain/private/... mydomain/static/... ``` I suggest optionally having it under a subfolder to make it easier to put ArchiveBox under a reverse proxy like Nginx. ```...
### Describe the bug The following warning appear when I run netlify-cli. ``` (node:359487) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time (Use...
### Describe the bug The following appear each time I run netlify-cli: ``` wasm streaming compile failed: TypeError: Failed to parse URL from /home/user/.local/share/npm/lib/node_modules/netlify-cli/node_modules/netlify-redirector/lib/redirects.wasm falling back to ArrayBuffer instantiation ```...
I wanted to indent table item with 2 spaces instead of 4 and found an option on script that does that and is missing in the documentation. Change `let g:vmt_list_indent_text...
This is clearly abandoned but does it still work? If not, is there any alternative?
## Rationality A CLI password manager like [gopass](https://github.com/gopasspw/gopass) can safely store a password and output it to stdout when invoked. Example of usage: ```shell > gopass show imap_account my_password ```...
As a configurable option I want to show results directly bellow the command line. Similar to how Fzf default shell extension binds (^T, ^R, and META-C) work. ![Screenshot from 2021-07-26...
This is a popular install method for Zsh users as myself. This is trick because currently it's written in Bash. My goal is to make it OS/environment agnostic so Linux...