thedarkside

Results 24 comments of thedarkside

Ive stumbled upon this too! It is definitely not a desired behavior imho. If one changes a slug and has configured the :history extension it should record **any** changes regardless...

Simple fix: ```ruby insert_before Grape::Middleware::Error, GrapeLogging::Middleware::RequestLogger, logger: logger, include: [ GrapeLogging::Loggers::Response.new, GrapeLogging::Loggers::FilterParameters.new, GrapeLogging::Loggers::ClientEnv.new, GrapeLogging::Loggers::RequestHeaders.new ] ``` Instead of `use ...` just `insert_before Grape::Middleware::Error,...` and the exceptions hit the logger *after*...

Seems already partially done with https://github.com/aserafin/grape_logging/pull/74

Thank you for the explanation. Ive already reported it in https://github.com/aserafin/grape_logging/issues/45, partially changed with https://github.com/aserafin/grape_logging/pull/74 and i have finalized it in the same way by opening the pr https://github.com/aserafin/grape_logging/pull/75 Haven't...

Thank you for the reply! Ive tested it in my project but it just raises: ``` MyAPI.compile.insert_after Rack::Head, MyMiddleware undefined method `insert_after' for # (NoMethodError) ``` The same with `.send`....

Run into this as well. Is there a workaround?

With https://github.com/hierynomus/license-gradle-plugin/issues/191 it should be working now i think. LicenseFinder just has to include the latest release.

Observing this on one of our project clusters as well. Velero pod keeps crashing with OOM. **Version 1.13.0** We have round about 1TB of files. Mostly images 5-15mb in size....