Bill Lipa

Results 20 comments of Bill Lipa

Definitely agree. The autocomplete UI is invasive and distracting. It should be something you opt into rather than something turned on for you.

It's a little bit bothersome since Webrick is now marked explicitly as insecure for production use. If the out of the box for rackup experience is very important, perhaps the...

Would it be possible to explain in the docs exactly what these numbers are? mold_worker(400, 800, 1600, 3200) Does that mean after the cluster receives each of 400, 800, 1600,...

I was just not sure if it was requests per cluster or per worker process. If you added "Request counts are per cluster since boot." it would be totally clear...

I'm not sure if this is the version that's on https://docs.ruby-lang.org right now, but searching for String or Hash is not putting the class with exact match at the top....

No, it is just a warning. Is there any way to avoid the new warning? I try to run without warnings.

I can override the logger to deal with it, probably. But it'd be nice to have a config option to specify ignorable URL patterns.

$ bin/rails middleware use Rack::Cors use Honeybadger::Rack::UserInformer use Honeybadger::Rack::UserFeedback use Honeybadger::Rack::ErrorNotifier use ActionDispatch::HostAuthorization use Rack::Sendfile use ActionDispatch::Static use Propshaft::Server use ActionDispatch::Executor use ActionDispatch::ServerTiming use Rack::Runtime use Rack::MethodOverride use ActionDispatch::RequestId use...

> I pushed a branch `skip-resolve-warning-for-public-files` - can you test with that and see if that gets rid of the warning? Yes, it works!

> The convention would be to put fonts under `app/assets/fonts/`, which should solve the problem - are there any reasons for not doing that in your case? I like to...