cschen
cschen
Currently on julia `1.8.3` I have in my `startup.jl` ``` try println("Starting OhMyREPL...") using OhMyREPL catch e @warn "Error initializing OhMyREPL" exception=(e, catch_backtrace()) end @async begin while !isdefined(Base, :active_repl) sleep(0.1)...
I believe it is a Tokenize issue. especially with the `iskeyword` method.
Symlinking my `.zshrc` into the home folder fixed the crash and the installation went though. Still, I believe that using `ZDOTDIR` is a better approach as it allows the script...
This also happens when trying to uninstall, and again it happens at the step: `Removing PATH modifications in startup scripts.` when from the configuration choosen during the installation it should...
[The XDG base directories](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) are a standard for unix systems that could be a good idea to implement to make linux and mac os installations more robust. for example, the...
What would be the difference from `(vsnip-expand)` ? Having a sort of "forced expand on completion" could be useful indeed. But i was thinking about a setting to be able...
I did not know! Thanks for explaining it! That sounds nice!
Refer to [this comment](https://github.com/facelessuser/sublime-regex/issues/3#issuecomment-994148410) for updates
No, you probably can get the desired behaviour by implementing a custom vim function and then call it through the `VIM` syntax, e.g. `${VIM: (col('.') == 1) ? 'snippet' :...
juliaup version is `1.7.23`. `juliaup self update` return ``` Checking for self-updates Juliaup unchanged on channel 'release' - 1.7.23 ``` Not really sure what you mean by this though >...