dsisnero

Results 63 comments of dsisnero

Never mind. It works now. Updated README.md to fix example for token

NTFS It is enabled now same error

rebooted - deleted directory and got same error

With the change to the workflow in the latest push, this works. I just tested it.

need to change the workflow - If you look at this workflow run in my vs_env branch, https://github.com/dsisnero/lexbor/blob/vs_env/.github/workflows/win_vsenv.yml , I remove this action ilammy/msvc-dev-cmd@cec98b9d092141f74527d0afa6feb2af698cfe89 because it is no longer needed...

My changes do the same thing as msvc-dev-cmd, that is what the crystal code in VS_ENV does, it is a Crystal equivalent version of the msvc-dev-cmd action. This enables users...

Maybe add documentation on how to add a non-existent toolchain for a language not existing - (ruby or crystal would be great)

Examples of rust - ruby libraries https://rubygems.org/gems/rb_sys/reverse_dependencies

On windows for ruby you can run ridk enable to set the paths to use the msys environment paths and this gives you msys2 tools. However, I still cannot get...

I did the following ` bundle gem rust_uuid --ext rust ` like in this https://blog.katsyoshi.org/blog/2022/08/12/how-to-use-rust-in-ruby-gems/ I add [rust-toolchain.toml](https://gist.github.com/dsisnero/ea5834ca28d6593ed2cfeb84d6c34574) to use windows-gnu On windows - have to use ridk enable to...