dsisnero
dsisnero
Made changes for rubygems api. Fixed YmlImporter
gem_make.out https://gist.github.com/dsisnero/f0dfdd87a64073e3a1d1a6748108455b F:\programming\source\repos\git\asciidoctor-pdf>ruby -v ruby 3.1.0p0 (2021-12-25 revision fb4df44d16) [x64-mingw-ucrt] F:\programming\source\repos\git\asciidoctor-pdf>gem install numo-gsl ` Temporarily enhancing PATH for MSYS/MINGW... Building native extensions. This could take a while... ERROR: Error installing...
I am a windows user and I set the XDG environment variables. On windows, helix doesn't honor these environment variables so it always goes to %APPDATA%, My %APPDATA% drive, is...
**Is your feature request related to a problem? Please describe.** I use windows and have set XDG_CONFIG dirs (XDG_CONFIG_HOME, XDG_CACHE_HOME) but gitui isn't honoring them **Describe the solution you'd like**...
``` f:\programming\source\repos\git\crystal_repos\crystalline>shards build --release Dependencies are satisfied Building: crystalline LINK : warning LNK4044: unrecognized option '/Lf:/msys64/mingw64/lib'; ignored LINK : warning LNK4044: unrecognized option '/lLLVM-16'; ignored LINK : fatal error LNK1181:...
It would be good to allow this to be a language server for Crystal so that as the file is changed it adds diagnostics and code actions to correct them.
I was reading the asciidoctorj integrators guide and they are exposing more ast nodes that would be really useful for ruby extensions also. They also have a good integrators guide...
**Describe the bug** lazygit errors when trying to run **To Reproduce** Steps to reproduce the behavior: 1. Go to cloned directory , cd kiota 2. lazygit -d 2>&1 3. 4....
### Unexpected source requirement when using github registry. [github registry docs](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry) The docs say to type this: `bundle config https://rubygems.pkg.github.com/NAMESPACE USERNAME:TOKEN` when I do that I expect to have the...