Halil Özgür

Results 9 comments of Halil Özgür

The same with Monterey 12.3 (Apple Silicon, FWIW). The fix in the Google Groups thread (Preferences > Security & Privacy > Privacy > Accessibility > tick clementine.app) worked. I had...

I have a `Gemfile` with Rubocop and its various extensions, and a `.rubocop.yml` at `~`. I use them for small scripts or one-off code that I write without a project/Gemfile....

Some workaround (assuming an installation with [vim-plug](https://github.com/junegunn/vim-plug) - normally in `.vim/plugged`): ```vim fun Snip(folder, cmd) if a:cmd == 'view' " https://github.com/honza/vim-snippets let prefix = 'plugged/vim-snippets/' else let prefix = ''...

Any comments on this?

[`Rails::Console::BacktraceCleaner`](https://api.rubyonrails.org/classes/Rails/Console/BacktraceCleaner.html) has IRB integration and can give some ideas for using [`Rails.backtrace_cleaner`](https://github.com/rails/rails/blob/8015c2c2cf5c8718449677570f372ceb01318a32/railties/lib/rails/backtrace_cleaner.rb).

@kjakub I'm not sure if this is of any use for you but I use something like this (with custom styling): ``` ruby f.has_many :options, class: 'hmf-property-option' do |o| o.has_many...

Hi, @ko1nksm! Is there a workaround for this? Neither `. spec/support/shared_foo.sh`, nor `Include spec/support/shared_foo.sh` seem to work.

I'm having a crash loop too after upgrading to 6.2.5 from 6.1.25, but I'm not sure if it's the same issue. I can report a new one if it's not:...

> There is no more support in the standard Docker images for linux/arm/v7 and linux/arm/v8 I'm afraid. Thank you for pointing me in the right direction! I should read the...