spring-watcher-listen icon indicating copy to clipboard operation
spring-watcher-listen copied to clipboard

Results 6 spring-watcher-listen issues
Sort by recently updated
recently updated
newest added

https://github.com/rails/spring-watcher-listen/commit/d61ae74ac8462aef863592eea0e417d3ca31d6af brought support for spring 3.0, but there isn't a version until [2.1.0](https://github.com/rails/spring-watcher-listen/releases/tag/v2.1.0) which requires spring 4.0 (https://github.com/rails/spring-watcher-listen/commit/da75829aa62cc0943e3dd99489ecdb45e5930f94)

While working with `rails` version 5, and `ember-cli-rails`, I end up waiting minutes for the rails console to come up, because `spring-watcher-listen` is observing changes on folders such as `bower_components`...

Hello, I'm attempting to use spring-watcher-listen in a large Rails project containing several local symlinks, all of which serve a specific purpose and cannot be removed. Using `spring-watcher-listen` with recent...

In my CI env, I export `DISABLE_SPRING=1`, but then I get errors about increasing the inotify limits anyway. It seems like this gem shouldn't try to do anything if spring...

I may be confused about how spring works, but I would like to be able to tell spring to listen to `listen` via a network address like guard does when...

Since I updated to Ruby 3.3.5 I get following warning: ``` ~/.rvm/gems/ruby-3.3.5/gems/spring-watcher-listen-2.1.0/lib/spring/watcher/listen.rb:6: warning: logger was loaded from the standard library, but will no longer be part of the default gems...