Jason Felice
Jason Felice
I'm attempting to submit a homebrew formula, and they don't accept HEAD-only formulae anymore. If you could make a v0.2 (or whatever) release tag and push it, I can update...
I've sort of got it working for LaTex with this: ```tex \def\N#1#2#3.{ \section{#3} } ``` It gets an "extra `\fi`" if I have two sections. I think I can figure...
I'm not sure how to handle this exactly, but if I add a section like so: ``` [[bin]] name = "parinfer-rust" path = "src/main.rs" ``` To my `Cargo.toml`, then `cargo...
### Steps Save this as test.kak: ``` exec 'ix1212xx' decl range-specs test_specs %val{timestamp} 1.1,1.2|red 1.3,1.4|green+b 1.5,1.7|blue add-highlighter buffer/test ranges test_specs exec '%s12' ``` kak -n -e 'source test.kak' ### Outcome...
This adds the following four user functions to the `net` package: * `PathEscape` * `PathUnescape` * `QueryEscape` * `QueryUnescape` These functions are identical to the Go std functions by the...
I've mostly moved from Homebrew to nix. So far, so good. I'm missing the ability to install casks, though, for important stuff like Anki, MacTex, and so forth. It seems...
Since running test in parallel is exactly the ["Multiprocessor scheduling problem"](https://en.wikipedia.org/wiki/Multiprocessor_scheduling), sorting the jobs by last known run time, then running longest first, should shorten the test time significantly (and...
``` (foo [:bar|]) ``` Press ``. JavaScript: ``` (foo [:bar]) | ``` Rust (the same as without "forceBalance"): ``` (foo [:bar |]) ```
It should be possible to add code to the `TextYankPost` to fix the indentation of lines 2+ of the yanked text to match the beginning of the yank. After that's...
The paren trail (I think) gets in the way of placing the cursor in the correct column after `o`. Given: ```clojure (foo bar) ``` After `j3lox`: ```clojure (foo bar x)...