cschen
cschen
Hi, I am encountering issues while working in VSCode using the package Reduce.jl. The language server indexes perfectly all the other packages but hangs on this one and really hogs...
Hello, I tried to generate a project from the julia REPL launched within the Terminus terminal in ST. i encountered the following error ```julia ERROR: GitError(Code:ERROR, Class:SSL, Your Julia is...
Hello, I am on an M1 Mac. I encountered this error report: ``` name = 'Juliainstaller' operating_system = 'unix:OSX' crate_version = '1.6.4' explanation = ''' Panic occurred in file 'src/operations.rs'...
Hello, I've been tinkering for a bit to allow some kind of context aware snippet expansion (similar to the context in UltiSnips). In my particular case i am trying to...
upon loading i get multiple time the same error ``` ImportError: dlopen(/Users/user/Library/Application Support/Sublime Text/Packages/regex/st3_osx/_regex.so, 0x0002): tried: '/Users/user/Library/Application Support/Sublime Text/Packages/regex/st3_osx/_regex.so' (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64e')), '/usr/lib/_regex.so'...
Hello, Upon adding a package for the corresponding completion to appear I have to close and reopen Sublime Text. Just saving does not work and I could not find a...
As the title says: the GitHub repo of the Sublime Text 3 entry (in the LSP client list) now has the main branch pointing to Sublime Text 4, and a...
Hello, I am encountering this message everytime i start julia ``` The latest version of Julia in the `release~aarch64` channel is 1.7.2+0~aarch64. You currently have `1.8.1+0.aarch64` installed. Run: juliaup update...
Upon creating an app, the process goes on smoothly, untill it is time to actually call the binary. I get the error: `ERROR: System image file failed consistency check: maybe...
Since code cells delimited by `##` are very useful to run cells of code via `Shift+Enter` It would be nice to add some kind of visual delimiter to add some...