Jeremy Lu
Jeremy Lu
I've got this config for eslint-formatter in `settings > user`: ``` { // The location to search for a locally installed eslint package. // These are all relative paths to...
Currently there's `motionPreset` for `Modal`, it would be great if there's a global switch to turn off all motion/animation effects for every component, any thought?
From a first glance of the signature ``` asyncIterator(triggers: string | string[]): AsyncIterator; ``` Seems it's more like a `register` method to add one or more event names to listen...
Came from chronicle project hoping to find the implementation (and better yet, examples) of how versioning with OT works, ideas?
I just did a quick POC to make `xstate-viz` a drop-in visualizer in a react app so that it could be toggled on and off as needed, [see it in...
Through my quick prototype it seemed the merge strategy here is "last write wins", I was wondering is it possible to implement a more refined conflict resolution, ie: let the...
After updating to `^27.0.3` this morning, a bunch of previously working tests started to fail, with error messages below: ``` thrown: "Exceeded timeout of 5000 ms for a test. Use...
https://github.com/edwinb/TypeDD-Samples/blob/a5c08a13e6a6ec804171526aca10aae946588323/Chapter6/Printf.idr#L27 ``` Use an underscore (_) for the format, because Idris can infer from the type that it must be toFormat (unpack fmt). ``` This's the explanation from the book...
Currently after each restarting, I will have to go back to chrome, move focus to address bar, and hit cmd-R to refresh the browser, is it possible for Chrome to...