Ethan J. Brown

Results 17 comments of Ethan J. Brown

Any chance of adding Github flavored markdown fences? ```csharp using System; class Foo {} ``` Indenting code blocks is a bit of a pain in Markdown IMHO.

+1, just came to report the same issue ## Breaks ``` coffeescript a='0' + b a ='0' + b ``` ## Works ``` coffeescript a = '0' + b a=...

We're still having some issues around the current workflow, which we've put in a Makefile like: kubectl kots install cd4pe/unstable --namespace $(NAMESPACE) --shared-password $(PASSWORD) --port-forward=false --license-file license.yaml --config-values dev/cd4pe-min-config.yaml kubectl...

Our Makefile workflows are starting to get a bit unwieldy, and it would still be very helpful if this was implemented.

IMHO, it would be nice to ditch our usage of the retry gem if possible. It looks like there have been a number of user reports of similar operations requiring...

Yeah, I'm interested in this as well, though my interest is a little different. I'd like to see combination of the coverage report across unit tests + E2E tests for...

I have a long string of tasks that I alias to another task... while in local `dev` mode It basically boils down to this when we're running in watch mode:...

Nope, `regarde` at the end doesn't make a difference -- still the same behavior, Karma is launched, but emits no console output, nor does it appear to run any tests....

Not to derail this thread, but was the provider yours @baloo or one included with Puppet?