Mathias Lafeldt
Mathias Lafeldt
In addition to chef-solo, allow to provision systems with [chef-zero](https://www.getchef.com/blog/2013/10/31/chef-client-z-from-zero-to-chef-in-8-5-seconds/). Zero mode could be enabled like this (later it may even replace chef-solo as a default): ``` $ chef-runner -z...
If the current folder is a cookbook and its dependencies have already been resolved, [only this cookbook will be updated with rsync](https://github.com/mlafeldt/chef-runner/blob/bf55d35338fec4ddce6ada3f9d86b2c1d6344c1b/resolver/resolver.go#L28-L33). While this is much faster than running e.g....
### How are you running Renovate? Mend Renovate hosted app on github.com ### If you're self-hosting Renovate, tell us what version of Renovate you run. _No response_ ### Please select...
*Description of changes:* With this change, all JSON, YAML, and raw output will be sorted by attribute keys. Making the output stable provides benefits like being able to diff exports/scans/etc...
While adding logging context to one of my projects, I noticed that both `put_object` and `head_object` only return a generic "Error" when lacking permissions (403). I would expect to see...
- https://github.com/Geal/nom - https://bheisler.github.io/post/nes-rom-parser-with-nom/
Some users are reporting that PS2rd 0.5.3 isn't compatible with ps2cc. I have to investigate it and provide a patch if necessary.
Add peek commands to ntpbclient to read the contents of memory at a specified address. In particular, implement commands to peek byte, halfword, word, doubleword, quadword, and float: - peekb...
Provided that the PS2 side supports it, add poke commands to ntpbclient to set the contents of memory at a specified address. In particular, implement commands to poke byte, halfword,...
At the moment, the cheat engine has a compile option (MAX_CODES) defining the maximum number of code lines it can hold. This hard limit isn't that flexible. Putting the memory...