Unknown-Guy

Results 15 comments of Unknown-Guy

Only had JRubies on Centos, had to run `rvm use system` before installing CRuby.

Check my comments above - `schema_dumper.rb` needs schema on lines 73-74. We are using fork with those changes for almost year without issues.

Upgraded to Win11, there's nothing in start menu I would want to click, so using Win key for Run now looks pretty attractive option to have.

This impacts older Ruby versions now: ``` bundler requires Ruby version >= 2.6.0. The current ruby version is 2.5.0 ``` So setting specific bundler version would be useful.

Can we have an option to choose browser? It opens browser I don't use for PoE.

Same issue for me: ``` 2024-07-11T21:11:03.901843Z INFO set_base_branch: crates/gitbutler-tauri/src/virtual_branches.rs:124: new project_id=e3ad8921-06dd-4f55-b39f-8c24d12818d4 branch="origin/develop" push_remote=Some("origin") 2024-07-11T21:11:03.902232Z ERROR set_base_branch: crates/gitbutler-project/src/controller.rs:157: failed to create "/Users/me/Projects/repo/subrepo/.git/gitbutler" on project get project_id=e3ad8921-06dd-4f55-b39f-8c24d12818d4 error=Os { code: 20, kind:...

Most likely submodule issue, `/Users/me/Projects/repo/subrepo/.git/` does not exist, it has only `.git`. ``` # /Users/me/Projects/repo/subrepo/.git gitdir: ../.git/modules/subrepo ``` @anna-sunberg do you have similar setup? Or am I hijacking this issue?

Well, I just upgraded packages from the GUI and ended up with this error. The whole chocolatey installation seems bricked. I use chocolatey only from GUI so I did not...

Same problem on MacOS. Upgrading is quite painfull. As a workaround, checked log for extracted version and moved manually: ``` mv /var/folders/r7/c83s91r534v6k76f6tv4vn8w0000gn/T/ruby-build.20230607142156.75486.mNByQZ/jruby-9.2.21.0 ~/.rbenv/versions/ cd ~/.rbenv/versions/jruby-9.2.21.0/bin/ ln -nfs jruby ruby rbenv...

> @Unknown-Guy, do you know which version of RubyGems is bundled with the JRuby 9.2.x versions? Without checking, latest or close to latest RubyGems version at the time of each...