Jonhnny Weslley

Results 10 comments of Jonhnny Weslley

Both browsers need to be restarted in order to work properly. Are you using localtld?

@nwlucas , please run the following commands and paste the output here. ``` getent hosts google.com getent hosts myapp.dev ``` Maybe is a browser-related issue.

@serradura I agree with the changes in this PR. I started using u-attrs recently and I didn't expect the actual behavior. I'm not able to override the default value when...

if the error occurs during the application boot, exception_notification can not be able to send notifications because it relies on rack middleware to catch errors.

I got the same outcome as @ttitoo . This plugin is awesome 🚀🚀🚀 My setup is: OS: MacOS Sonoma 14.2.1 (23C71) neovim: v0.9.5 nvim-treesitter: commit=10d79b5dbbdffc3edf307b189284fb62e2e79a3e curl: v8.4.0

@cveneziani short answer, no. but it can be easily done in different ways 1 - Implementing a MultipleNotifier notifier, which accepts multiple notifiers via configuration hash. This solution turns possible...

@fabrouy try using a custom `ignore_if`. https://github.com/smartinez87/exception_notification#ignore_if

hi @ndbroadbent, I already use a [rake completion script](https://github.com/jweslley/dotfiles/blob/master/lib/completion/rake.bash) I found in the Internet and inspired me to create the caching mechanism of rails_completion. And, it's great! I use [pushand](https://github.com/jweslley/pushand)...

@biancarosa All PRs are welcome! :D

Hi Anuj, I cannot reproduce this error. Can you tell me your configuration, ruby version, rails version and bash_completion version?