Sam Nystrom
Sam Nystrom
I have the same problem with [telescope](https://github.com/nvim-telescope/telescope.nvim) on Manjaro.
Same here, `=> {` becomes `=> {` in `` and `` blocks. Inspecting reveals `=&gt {`.
There are a lot of commits for this now, a squash merge would probably be best.
I’ll work on this one. Would it be okay for this project to use chrono’s `unstable-locales` feature?
I don't think it does, this is from after changing to `"%a %b %d %I:%M:%S %Z %p %Y"`: ``` $ LC_ALL=fr_FR.UTF-8 cargo run date Sat Jul 30 20:38:57 2022 $...
chrono's `format_localized` isn't the same as GNU either though: ```bash $ LC_ALL=en_US.UTF-8 cargo run date Sat 30 Jul 2022 08:48:56 PM -04:00 $ LC_ALL=en_US.UTF-8 date Sat Jul 30 08:49:01 PM...
Catppuccin theme for egui: [catppuccin-egui](https://github.com/catppuccin/egui)
I abandoned this patch since it’s 9 months old and I no longer use Helix. Feel free to take it over! You can get the changes from this PR by...
1. I do, and I want to use your project. [Here](https://replit.com/@SamNystrom1/cargo-workspaces-segfault) is a link to an online code environment that reproduces the bug. Below are instructions to set up a...
`cargo new` initializes a Git repository, that shouldn't be a problem.