Roy Sindre Norangshol
Roy Sindre Norangshol
Use the provided args._ which contains all undefined parameters. This solved using the --sock parameter. Before this you would simply get: 'error: unknown command: --sock' because commandName would be set...
You can supply a regex pattern to match against Config key names that it will mask it corresponding config value. If the config value is a config reference, it will...
This is continuation of https://github.com/muesli/deckmaster/pull/66 with a bit of refactor to support customized layouts as done with the Time widget. Configuration also uses the time.Duration formats to provide timer configurations....
I didn't notice any example for how to quickly get started with org.immutables together with mapstruct, so here a rather simple example.
## Question How may I connect to CloudSQL via Cloud Run using a native binary with graalvm? (I tried Quarkus and couldn't get it working with native binary, but it...
I seem to be getting cors or 401 unauthorized issues when trying this towards a private organization. Demo host works with the public gitlab for public projects. Any idea how...
Register for free account at coveralls.io for opensource projects, and add a coverage badge like this: [](https://coveralls.io/r/norrs/onlinepetition?branch=master)
At the moment we expect to find it under /rpmbuild/{SOURCES,SPECS ... }. At least with the latest upstream docker centos6 image, this fails. Maybe we could supply a .rpmmacros with...
If you don't mind, I'll start on writing some documentation with sphinx on using docker-rpmbuild, with examples with both using config and overriding config values with provided command line arguments...