Mislav Marohnić

Results 921 comments of Mislav Marohnić

Hi, if you run `rbenv init - fish`, you can inspect the script that will be eval'd by your shell. This is it for me: ```fish set -gx PATH '/Users/mislav/.rbenv/shims'...

@tamalsaha Thanks for the feedback. We've forwarded your suggestion to the Packages team internally. :+1:

@Naitik333 @jancborchardt The Desktop team does most of our work transparently, so if development of this feature had already started or if there were any other updates, we would have...

I don't feel like I can meaningfully weigh in on this topic, since up until now I did not know what jruby-launcher did exactly or why it was necessary. (I...

Thanks both for explaining everything in length, and sorry for dropping off for a few weeks; I got sidetracked. From what I gather about the conversation so far is that...

> * `bin/jruby` and `bin/ruby` installed by `jruby-launcher` are "skinny" executables that simply exec `bin/jruby.sh`. My preferred solution would be that ruby-build is responsible for compiling these "skinny" executables after...

> 1. Select a version of Xcode as the active developer directory using `xcode-select` > ```shell > sudo xcode-select -s /Applications/Xcode-15.0.1.app/Contents/Developer/ > ``` I have never use Xcode for anything...

Another report of a person needing to do `sudo xcode-select --reset` before they could compile anything with ruby-build, although they got different error messages than in this thread: https://github.com/rbenv/ruby-build/discussions/2305 I...

Thanks for chiming in. After `whisper.cpp` v1.7.3 is out I can try improving the Homebrew formula for whisper-cpp. BTW, did I open this issue in the wrong repo? I was...