Corin Lawson
Corin Lawson
Not sure if this is the intent, but I should like to be able to generate a HTML report using my CI tool and then look at the result in...
FWIW cljs-ajax has a concept of `vec-strategy` for handling vectors in query parameters https://github.com/JulianBirch/cljs-ajax#get-specific-settings The default is similar behaviour to the browser, and called `:java`, e.g. {"foo" ["Greg" "John"], "bar"...
:+1: Is this simply a matter of adding it to the entitlements and using `URLForUbiquityContainerIdentifier:`? Or is there more to it? I think I know what my next home project...
So this is not as straight forward as making a successful call to `URLForUbiquityContainerIdentifier:`... Files in the ubiquity container can be read and written to but changes are not sync'ed....
:+1: I might make a crack at implementing this, _if_ I find the time... Unless someone has already started?
And what should happen when a second breakpoint is hit in the background?
If you're talking about splitting the terminal then it would be nice to see a tree of goroutines in a side panel, and a tree of packages, and a stacktrace,...
Those are valid points, I guess in those situations the user would just not use the `--output` option. Another feature might be an `--output-dir` option that operates more like a...
@regisb, yes, I thought your `-o` and my `--output-dir` were the same thing (but you can never be sure :wink:). I don't have a lot of time to spare, but...
> Regarding the suggestion to stop on the next closest line, I guess that could work meanwhile, even if the users will be a bit more confused? If the user...