Radon Rosborough
Radon Rosborough
When running e.g. ``` $ eless *.patch ``` I would like to be able to inspect the first file as usual, then press some key to proceed to the next...
``` % http https://coconut-lang.org http: error: SSLError: HTTPSConnectionPool(host='coconut-lang.org', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError("hostname 'coconut-lang.org' doesn't match either of 'www.github.com', '*.github.com', 'github.com', '*.github.io', 'github.io', '*.githubusercontent.com', 'githubusercontent.com'")))...
## Expected Behavior My Markdown files frequently have a colon in the first line. This causes that line to be fontified as a YAML block, which is undesired. Since none...
``` % gem install evm Fetching: evm-0.9.1.gem (100%) Successfully installed evm-0.9.1 Parsing documentation for evm-0.9.1 Installing ri documentation for evm-0.9.1 Done installing documentation for evm after 0 seconds 1 gem...
On macOS, `/path/to/dir` is equivalent to `/path/TO/dir` because the filesystem is case insensitive but case preserving. However, the following function call returns nil instead of t: ``` (f-ancestor-of? "/path/to" "/path/TO/dir")...
Is there any interest in a command `M-x lsp-uninstall-server` which would do the opposite of `M-x lsp-install-server`? I think the alternative way of uninstalling a language server is to manually...
It is often rather difficult to get HIE working on Manjaro Linux, for the following reason: * On Manjaro Linux, the only supported versions of software are the latest versions,...
An awkward situation. Code: ```py metrics = prometheus_flask_exporter.PrometheusMetrics(app) metrics.start_http_server(8081, host=config.METRICS_HOST) ``` Result: ``` website_1 | * Serving Flask app 'src.app:app' (lazy loading) website_1 | * Environment: development website_1 | *...
Per https://github.com/radian-software/selectrum/issues/598#issuecomment-1121682815
The [`ess`](https://ess.r-project.org/) package looks like a good candidate for this.