Nick Stenning
Nick Stenning
Ugh. Well, there are a handful of different things we should do here. 1. First, because it will fix the issue, we should ignore things that don't look like reasonable...
@robertknight on the original issue: > Sorting of annotations in the sidebar is done based on the stored start and end positions of the TextPositionSelector selector. The annotation of the...
This is a tricky topic, so let's not be surprised that there's miscommunication going on. As has already pointed out elsewhere, "groups" is a heavily overloaded word, so let's try...
@iherman: we certainly agreed that we should consult outside the WG on how/if to consider access control as part of the protocol. But let's not confuse authorization with authentication. It's...
Thanks for the heads-up about this conflict. This will be a breaking change so we'll need to think about when to change this.
Thanks, Matt. I'm thinking it might be sensible to make the whole prefix format customizable and expose that as a configuration option. What do you reckon?
Hmm, yes. Honcho currently runs processes in a subshell, and the shell won't forward that signal to child processes. This is mostly a historical artifact, and while I don't remember...
From a glance at the code that's not currently possible, but I suspect it wouldn't be too tricky to make the necessary changes. Feel free to have a go at...
It seems to me that the proposal here is actually to introduce a higher-level API to Honcho that mostly emulates the CLI, as you can already use `honcho.manager.Manager` directly from...
The problem here is the direct use of the generator returned by `backoff.expo` without an initialising `.send(None)` as done by the code in `backoff`'s "porcelain" APIs (`backoff.on_exception` and `backoff.on_predicate`). This...