Michael Latta (TechnoMage)
Michael Latta (TechnoMage)
When gem version numbers include " java" as a suffix they fail to be found in the system gem list and are instead taken from the rubygems repository. They are...
It would be useful to add a few more styling options to the theme: 1) place the tags list and separator in separate spans and classes to allow added css...
It would be good to directly support the ember-cli environment. It has well defined test structure using QUnit and currently supports PhantomJS. Having wallaby support direct code coverage and IDEA...
The Helm chart creates a self-signed cert which is being rejected by kubectl apply when I try to create a job cluster. michael@michael:~$ sudo kubectl apply -f cog/authoring/test.yaml [sudo] password...
Is there a way to customize the deployment generated by the operator. In particular adding init containers to do setup work required by our environment? We are generating job jars...
Currently kafka supports more compression types by default than kafka_ex which can cause a client to fail when attempting to read such a topic. In particular confluent platform uses some...
The feature and step examples in the readme involve a dependency (which requires more than a simple dependency line), and introduces async behavior with delays without making it clear if...
The style shown on the bind demo page shows .liquid-outlet, but should be .liquid-container.
I see how I can have multiple actors in a group in a single executable. It is not clear if I can have the same group in multiple executables to...