Duncan Mac-Vicar P.
Duncan Mac-Vicar P.
This is not an issue, but I wanted to open a discussion and did not find a better place. I like the simplicity of the model ply uses: the concept...
A build tool should is very low in the food chain and should have as little dependencies as possible. Obfuscating password with fixed password encryption does not have much sense,...
lookup! fails if you give a symbol key. This is unexpected as [] accepts symbols.
``` java -classpath /usr/share/java/commons-logging.jar:/usr/share/java/commons-cli.jar:/usr/share/java/lesscss-engine.jar:/usr/share/java/rhino.jar com.asual.lesscss.LessEngineCli spacewalk.less Exception in thread "main" java.lang.IllegalArgumentException: opt contains illegal character value '-' at org.apache.commons.cli.OptionValidator.validateOption(OptionValidator.java:73) at org.apache.commons.cli.Option.(Option.java:123) at org.apache.commons.cli.Options.addOption(Options.java:131) at org.apache.commons.cli.Options.addOption(Options.java:114) at com.asual.lesscss.LessEngineCli.main(LessEngineCli.java:49) ``` It works...
#873 included a test, but as the test required a > 120M image, we merged only the code. The test needs to be re-visited.
The current network resource schema prevents for some libvirt combinations to be declared. Given that most people using this resource are using it for testing, and they are indeed declaring...
Port the provider to use version 2 of the SDK.
Time travel should be able to specify a timestamp instead of just a transaction. May require date support (https://github.com/codenotary/immudb/issues/787) Acceptance criteria: - Limit amount of data returned - Timespan/Range
The client metrics are updated with a server interceptor. ```go auth.UpdateMetrics = func(ctx context.Context) { Metrics.UpdateClientMetrics(ctx) } ``` Which calls the function in `metrics.go` to update the metrics based on...
* Switch to using go modules * `go build`does the right thing * Note: I did not check _go.sum_ in, but it can also be done * Use _go-bindata_ via...