Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
Today `JGrep.jgrep` parses the input, but in https://github.com/voxpupuli/facterdb/pull/282 I want to further refine results. As a start I opened https://github.com/ploubser/JSON-Grep/pull/53 so I could understand the API. One option is to...
By using yardoc tags the API can be documented. Understanding the parameters & return types with their data types makes it easier to reason about.
For https://copr.fedorainfracloud.org/groups/g/theforeman/coprs/ we have a lot of scratch repositories (which we use to test PRs), but because of that you lose track of the real repositories. Because the real names...
I appreciate an action is published to make releasing easier. Standardizing the ecosystem is a good thing and I wasn't aware of rubygem-await (but have certainly it the problem it...
Like many application (git, django-admin etc) it'd be nice to have a single ```pythonanywhere``` top level command. Then for example: ```pythonanywhere newsite --django=1.11 ``` Another option is to implement ```pythonanywhere...
This makes the factories consistently use association, which works properly with build and create strategies. They're implemented as traits so can be mixed. Because they're now consistent, it can use...
Zeitwerk uses constant to snake case to resolve the paths. If we want to change some constants to be Uppercase, we need to use the inflector. This is an alternative...
When running rake snapshots:generate it doesn't load the fixtures. This normally happens in the test setup code, but snapshot generation doesn't use this. This patch uses the settings DSL to...
This reverts 8c140b0a8326ea1ab9e0dedee288c77fa8140919 and applies an easier fix. Due to the safemode operator the value may be nil. This ensures a boolean value is present.