Matthäus J. N. Beyrle

Results 25 comments of Matthäus J. N. Beyrle

Same problem occurs on Windows 10 Enterprise: > Die Datei "\`%get_pid_cmd%\`" kann nicht gefunden werden. => Translation: > Can't find file "\`%get_pid_cmd%\`". Is there a plan fixing this issue in...

We use ruby-mqtt for test automation and we have a use case with QoS 2 to test. Unfortunately we can not, as it is not yet supported by ruby-mqtt. When...

Same problem here when trying to install sass-brunch with npm. ```> [email protected] install C:\myproject > node scripts/install.js Cannot download "https://github.com/sass/node-sass/releases/download/v3.8.0/win32-x64-57_binding.node": HTTP error 404 Not Found ``` sass-brunch itself has 4.x...

Since after almost a year still no reaction has taken place, I have cleaned up the example project. The above example should be sufficient if the bug is fixed at...

Had the same problem, using deep_merge in my gem. So i created a workaround, by encoding booleans before merging to strings, and decoding string booleans back to real booleans.

On Windows 11 the current msys2 installation/updates with `ridk install 1 2 3` only succed from `ruby 2.6.x` and above, but `2.5.x` and `2.4.x` fail, so I'm not able to...

When trying it with setting the env variable, it expects to find the installer inside the users TEMP directory at ``` Run the MSYS2 installer ... > C:\Users\User\AppData\Local\Temp/msys2-x86_64-20240507.exe Failed ```...

Same Problem here: ![image](https://github.com/coreybutler/nvm-windows/assets/14541962/7ee0f6ba-5362-485c-b85b-65938b4783c2) Opening settings.txt and converting it to UTF-8 using Notepad++ solved it. ![image](https://github.com/coreybutler/nvm-windows/assets/14541962/ee182eb1-6f42-40b2-8521-0e43175c6f82)

I was running on Windows 11 with German locale on the latest nvm 1.1.12 on node 18.12.1 Using the classic command line (cmd). Notepad++ recognized the settings.txt as ASCII format,...