Sebastian Zaremba

Results 10 issues of Sebastian Zaremba

Sample terminal output ```shell bundle exec bin/rspec /Users/seb/Code/path space/spec/autocomplete/test_spec.rb:8 An error occurred while loading /Users/seb/Code/path space/spec/autocomplete/test_spec.rb:8. Failure/Error: describe View do context 'when sending classes to parent container' do ... NoMethodError:...

When I try to run "Debug Rails with rdbg" the server doesn't start. It just seems to freeze. Same with "Attach with rdbg". Nothing seems to happen. I'm not sure...

Getting the data exported as a CSV would throw an error because the header check condition doesn't match and it gets processed as a JSON. This is because the content...

Calling `add_attributes` without `set_attributes` first would return a `NoMethodError: undefined method 'concat' for nil:NilClass` error because of a nil `@custom_attributes`. This can be seen by running the spec in isolation...

Is it project safe to use? It doesn’t seem to be very active. I tried updating a database locally and it appears to work fine, but I want to make...

Hi, I initially reported this here: [kimai/kimai#5447](https://github.com/kimai/kimai/issues/5447) without fully understanding how it works, but it seems you just need to update the version from 2.0.1 to 2.0.5. Thank you.

Adds a new extension point to the GoodJob dashboard that allows applications to customise the job index page. The new `_custom_job_index_details.html.erb` partial is rendered in each job row providing the...

When trying to run in the terminal I'm getting this error: ```shell ruby-lsp-test-exec bundle exec rspec -r /Users/seb/.local/share/mise/installs/ruby/3.3.7/lib/ruby/gems/3.3.0/gems/ruby-lsp-rspec-0.1 .25/lib/ruby_lsp/ruby_lsp_rspec/rspec_formatter.rb -f RubyLsp::RSpec::RSpecFormatter /Users/seb/Code/..._spec.rb:55 An error occurred while loading /Users/seb/.local/share/mise/installs/ruby/3.3.7/lib/ruby/gems/3.3.0/gems/ruby-lsp-rspec-0.1.25/lib/ruby_lsp/ruby_lsp_rspec/rspec_formatter.rb. Failure/Error: kernel_class.send(:no_warning_require,...

We need to configure different `attempt_threshold` values per job. Is there an easy way to set this up? Thanks in advance.

### Description ### Ruby LSP Information ### Ruby LSP Information #### VS Code Version 1.105.0 #### Ruby LSP Extension Version 0.9.32 #### Ruby LSP Server Version Unknown #### Ruby LSP...

bug