Christophe Gaube

Results 8 issues of Christophe Gaube

I believe "Content-Type" header is missing from the newly created response object when a 404 error is handled. /src/Handler/NotFoundHandler.php ```php /** * Generates a response using a template. * *...

# Context When a user change/select the value (option) of a dropdown input : ``` Trigger events A B const selectInput = document.getElementById('test'); selectInput.addEventListener('change', () => console.log('CHANGE EVENT TRIGGERED)); selectInput.addEventListener('input',...

[troubleshooting section]: https://vite-ruby.netlify.app/guide/troubleshooting.html - [x] I have tried upgrading by running `bundle update vite_ruby`. - [x] I have read the __[troubleshooting section]__ before opening an issue. ### Description 📖 `vite-plugin-ruby`...

help wanted

### Issue Description https://github.com/getsentry/sentry-ruby/blob/master/sentry-ruby/lib/sentry/configuration.rb#L595-L600 This comparison function returns false as soon as the puma server is auto reloaded - (when you change a file in your dev environment) because the...

Type: Bug

Hello First my apologies if this is not the right place to ask questions. Please let me know if there is a better place - Thank you --- Here is...

Getting some errors with the logger gem when executing ``` logger = Logger.new($stdout) logger.info 'test' ``` ``` "errorMessage": "undefined method `[]' for nil:NilClass", "errorType": "Function", "stackTrace": [ "/var/task/vendor/bundle/ruby/3.2.0/gems/logger-1.6.0/lib/logger.rb:384:in `level'", "/var/task/vendor/bundle/ruby/3.2.0/gems/logger-1.6.0/lib/logger.rb:653:in...

### :zap: Summary Hooks are triggered when executing git commands like `git commit` [When lefthook is executed ](https://github.com/evilmartians/lefthook/blob/master/internal/templates/hook.tmpl) it automatically check if the hooks are installed This is I believe...

feature request

### :zap: Summary Right now lefthook automatically installs github hooks files in the `git rev-parse --git-path hooks` folder This folder should be configurable. ### Value Every systems is configured differently,...

feature request