Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to build helix 23.10 to package for my OS, but it wouldn't build because it fails to fetch gemini:
I noticed that there is a way to disable building grammars through the environment var
HELIX_DISABLE_AUTO_GRAMMAR_BUILD
, but that's not what I wanted. I wanted to build helix with grammars, but skip the ones that failed to fetch.Perhaps a
HELIX_SKIP_UNFETCHED_GRAMMARS
environment var could come handy here.I also didn't find anything on the current master branch that prevents this from happening in the future, so if a URL goes down again it will fail to build, and the only fixes I can think of would be removing the language or finding a valid URL.
I ended up settling with the master branch instead of 23.10 for convenience (gemini doesn't fail to fetch), but would be nice to avoid this in the future.
Beta Was this translation helpful? Give feedback.
All reactions