Richard Degenne
Richard Degenne
Hi, The code I am testing uses the [`Bunny::Exchange#on_return`](http://reference.rubybunny.info/Bunny/Exchange.html#on_return-instance_method) method, which `BunnyMock::Exchange` does not implement. This causes my test to fail to a `NoMethodError`.
Hi, I ran into a bit of trouble when using `Cohttp_lwt_unix.Client.post_form` (although I imagine Async has the same problem). Take the following example: ``` let params = [("key1", []); ("key2",...
Fixes #74. I played around with the first solution I proposed there, i.e. defining all methods during the initialization by using `super`, but there are some behaviors of `RecursiveOpenStruct` that...
# Summary Freezing an instance of `RecursiveOpenStruct` in Ruby 3.1 prevents all access to the object, even read access. # Reproducing the issue ``` o = RecursiveOpenStruct.new({ a: 42 })...
Même lorsque j'ai lus tous les sujets ayant reçu de nouvelles réponses, le notificateur continue de m'afficher un "1". Cependant, si je clique sur le notificateur, le compteur disparaît et...
@localhots: Would you be favorable to a PR that adds something like Rubocop and cleans the codebase of the gem?