Maxime Liron

Results 4 issues of Maxime Liron

Hi all, thanks for this gem I've got a fixed that works well for me: https://github.com/ximus/nanoc-cachebuster/commit/54a1e6844accc0e3f83cda5d8d76803b6708ecac I wanted to write a spec to test this thoughroughly but ... I wasn't...

The general topic is about widening the support of kit's magic `fetch` in load functions. Currently most response accessors are supported by kit (`.json()`, `.text()`, `.arrayBuffer()`), this PR is about...

feature request

While using `Gruf::Interceptors::Instrumentation::RequestLogging::Interceptor`, I noticed that in the event of unhandled errors raised in my controller (errors that are not of type `GRPC::BadStatus` or raised via `fail!`), I was not...

a ruthlessly handy library thank you, I make use of it to speed up generating database seeds in a rails app (`db/seeds.rb`) file. as such: ```ruby users = [ {...