Gabriel Hansson
Gabriel Hansson
Will conflict with #199 Did the current version create errors or is this a "nice to have" thing?
Great clarification, thanks :) I'm unfortunately not the package maintainer for this project, wish I was though. Just emailed the maintainer asking what's up and if I could help out....
> Hello fellows! This feature looks great. What needs to be done to be able to merge this? Thanks I did a refactor on config loading, https://github.com/helix-editor/helix/pull/5636. ~~I'm in the...
Linking a good summary on the pros and cons of `webkpi-roots` vs `native-certs` from `@djc` himself (for anyone interested): https://github.com/rust-lang/rustup/issues/3400#issuecomment-1683762630
Issues also arise when using the same syntax for a `$DATABASE_URL`. ``` $DATABASE_URL="postgres://$POSTGRES_DB_USER:$POSTGRES_DB_PASSWORD@localhost:$POSTGRES_DB_PORT/$POSTGRES_DB_NAME" ``` Both `sqlx` and `diesel` fail to read the env var in this format.
I don't think anything is "blocking" the merge in the traditional sense, it's more that we haven't heard anything from the repo owner. There's nothing stopping you from using this...
Works like a charm 😍 what's the status on merging this into master?
Hey, thanks for the thoughtful response :) I like the idea of instead placing languages behind features flags. I should say though, (knowing nothing about i18n in rust), that feature...
When and how is the `#` ever used? I found this line, but I can't find where it set... https://github.com/helix-editor/helix/blob/a9849ebee41a8cb884a9351d36ebd399adb4111e/helix-term/src/commands.rs#L5480
Is there a pipe register too? https://github.com/helix-editor/helix/blob/a9849ebee41a8cb884a9351d36ebd399adb4111e/helix-term/src/commands.rs#L5204