Nathan Black
Nathan Black
Good points, but something else to consider is the complexity of implementing say another set of hooks. How would it look like in your proposal? before -> before.nonBlocking -> beforeEach...
You're talking about the Workflow list screen currently, correct? The status of the workflows is already an input parameter. Did you mean some other piece of information per workflow? The...
Yes, this stems from an unfortunate JavaScript limitation where there is only the `number` type that is a 32-bit floating point value. Currently the code is explicitly processing all `Long`...
The tricky thing seems to be intercepting `--remote-debugging-port` and `--user-data-dir` to also map those ports and folders over in the `docker run` command.
> But this is fixed in the upcoming V3 where middleware can > register next/done/error callbacks and transition descriptor is no longer a > promise, but plain data. Interesting. This...
> router.transitionTo() still returns a promise, since it turned out to be very useful in tests, and possibly might be useful in real apps Yes I agree fully. It's nice...
> Instead of pushing on cherrytree V3 front, I've put together a new router, a spiritual successor to cherrytree My knee jerk reaction to space router is ugh, yet another...
I'm more than happy to take a pull request for it!
There is no application level keep-alive. There is at the protocol level. This library will reconnect for you by default. On Fri, Apr 30, 2021, 12:24 PM Arthur ***@***.***> wrote:...
Do you still intend on supporting browser usage?