Jake Goulding
Jake Goulding
> our panic handler libcore shouldn't have a panic handler at all — [that's up to the application](https://doc.rust-lang.org/unstable-book/language-features/lang-items.html#writing-an-executable-without-stdlib). In certain cases, the panic handler may wish to try to write...
See also https://github.com/avr-rust/libcore/blob/874fbe3de745ba27e46b4334f1a47307f23bbae8/src/panicking.rs#L13-L16
I've been doing a bit of debugging. The mode sets up the path via: https://github.com/emacs-lsp/lsp-mode/blob/b6b8da4b1fc5f21779830cbc75ea91849e171e8d/clients/lsp-rust.el#L1725-L1731 I don't understand why it does this as `executable-find` won't look on a remote machine,...
Additionally, this function appears to be unused: https://github.com/emacs-lsp/lsp-mode/blob/b6b8da4b1fc5f21779830cbc75ea91849e171e8d/lsp-mode.el#L7405-L7414
I removed my usage of `@parcel/optimizer-terser` and don't *appear* to have any minification issues. However, that's not a ringing endorsement because I recall that the error was hard to trigger...
I have a setup with files that are precompressed: ``` app-3b9b685e302fd7e597ba.js app-3b9b685e302fd7e597ba.js.gz ``` I'd like to be able to say "if the request supports gzip, and there's a compressed file,...
> what building block makes sense here The way that Rocket does it, and I appreciate, is to make the conversion from URL path to `PathBuf` perform the check. In...
My quick-and-dirty hack is to: 1. create a throwaway Cargo project 1. enable `format_code_in_doc_comments` in that project 1. copy the markdown file into the project's lib.rs as documentation for a...
Disk space appears to have gone to zero which isn't good. Restarted the server and got some back. Root cause not clear.
Sadly... Disk space appears to have gone to zero which isn't good. Restarted the docker service and got some back. Root cause not clear.