Sean Parsons

Results 41 issues of Sean Parsons

Similar libraries like Ostrich and the Coda Hale metrics lib support the concept of timer metrics along with providing percentile, min, max and average data for those metrics. It would...

**Problem:** If a component does not carry positional properties (like `left`) from the `style` attribute into the root element making that component up, then it very likely will not be...

**Problem:** Currently double clicking on the navigator item label activates an `onDoubleClick` handler for both the label and the item, which focuses it and activates renaming. **Fix:** The renaming is...

Currently if an image is inserted via the system clipboard, the img element is created and then the asset upload is started. This results in a 404 pretty much instantly...

Bug
Canvas

Currently it's possible to encode a Map with a potentially arbitrary key if `EncodeJsonKey` is implemented, but it's not possible to decode in reverse.

enhancement

We could do with the JSON itself being parsed listed in some of the documentation pages, as it appears to be less clear to users what they're actually parsing.

enhancement

Kinda not your problem but the NixOS build doesn't work as is currently: https://hydra.nixos.org/build/66347974/nixlog/1

Something that I keep finding myself needing is the ability to just jump to the next error. The flow being: 1. Make a bunch of changes. 2. Potentially see an...

**Problem:** As a first step towards having proper Github integration, it is required for the editor to obtain an OAuth access token so that requests can be made against the...

**Problem:** For optionally chained property and element accesses we defer to our arbitrary code handling which means that we lose any understanding of those. **Fix:** Now the types include an...