Tjerk Anne Meesters
Tjerk Anne Meesters
Hi, I'm slowly transitioning my tests to use transaction based cleaning instead of truncation. To do this, I'm currently using an around method which will use the strategy I want...
I've added a few functions to integrate `xxhash32` into PHP's hash functions, so that you can use `hash_init()`, `hash_update()` and `hash_final()` amongst others :-)
I've just setup this homebridge plugin, and so far it's been working great for my RM4 Pro by using the somewhat obscure hack: - set the frequency of my remote...
Hi, The indentation style of this project is starting to look a bit funky, so can we agree on a crude coding standard we should be following? I'm used to...
Since #34 has been merged ~6 months ago, it would be good to have a bumped version of the gem :)
This change refactors the `serialize_property_path` function to be agnostic over any type that can provide a list of string slices, which allows for e.g. constant values to be passed without...
With Ruby 3.4 the `Mail::Header` patch starts to issue warnings ``` header.rb:9: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information) ``` The fix...