John Williams
John Williams
Also added unit test to verify the impls work for types that don't implement PartialEq. The specific use case I wanted to support was to run a parser on a...
Consider this code, formatted by hindent: ``` alive (i, j) board' = ((i + 1, j), '.') `elem` board' || ((i - 1, j), '.') `elem` board' || ((i, j...
It appears hindent already has special cases for `:`, so I'd like there to be one more: format `(:[])` with no spaces, rather than as `(: [])`.
According to the documentation, the config file in Windows should be at `%APPDATA%\shadow53\hoard\config.toml`, but the actual location is `%APPDATA%\shadow53\hoard\config\config.toml`.
In Firefox, when I type `rs cow` into the address bar, I get taken to [`alloc::borrow::Cow`](https://doc.rust-lang.org/alloc/borrow/enum.Cow.html), which seems fine, but then if I follow the links from there to [`core::iter::FromIterator`](https://doc.rust-lang.org/nightly/core/iter/trait.FromIterator.html),...
### Describe the bug When editing a custom folder, the list of sections doesn't include the ⭐ section. ### Steps to reproduce From a browser, select "Add to home screen"....
On some machines (e.g. my laptop at home), when I try to call into Scheme code to print a Scheme value inside gdb, even with a trivial Scheme function, the...
I'd like a different version of the fat arrow ligatures because I find the ones in Iosevka don't look enough like arrows in small sizes, making them hard to read....
I ran `fnm list` and got the following output: ``` * v16.20.1 default, lts-gallium, v16.20.1 * v20.4.0 * system ``` I didn't notice a problem right away, but it looks...
This PR adds a series of toggle buttons at the top when running on a mobile platform. The left two buttons simply enter "/" or "#" into the search bar,...