Damien O'Hara

Results 8 comments of Damien O'Hara

+1 I would be sad if we saw ECMA standardized signals before a lower-level observer primitive. I'd like to see dependency tracking and glitch-free propagation guarantees handled at the observer...

+1 My current workaround for achieving a fixed date range is: 1. Prior to generation, manually trim + filter task dates according to the desired date range 2. Create a...

Seeing this too. The uninstall/reinstall workaround works for me.

Surprised to find this limitation.

Another thanks to @buergerj for the config workaround. To keep the installation more self-contained and avoid a separate `yarn config set` command I opted to: 1. Populate a `linux.yarnrc` file...

Thanks @ktabors For the benefit of future readers of this issue, here's the behavior of `Temporal.Duration` using the polyfill currently hosted on the [reference docs](https://tc39.es/proposal-temporal/docs/index.html). ```js const duration = Temporal.Duration.from("PT36H")...

Hey @corbym! Just saw this issue now. Thanks for taking a look at my humble plugin. It's hard to say what's going wrong here without a repro, but I've had...

Glad that unblocked you! I'll keep the issue open until I've gotten around to reproducing and fixing the problem.