Josh Harris
Josh Harris
This appears to be a problem with Chrome's `.toFixed()` function, where numbers ending in 5 won't round up. The workaround is to use `Math.round()` before calling `.toFixed()`. This seems to...
I made a local branch to submit a PR but I don't have write access. The needed change is to [formatTypes.js](https://github.com/d3/d3-format/blob/main/src/formatTypes.js). `"f": (x, p) => (Math.round(x * Number('1e' + p))...
Hi @tim-smart , is there anything I need to do to move this along, or still just waiting for code review? I see one of the GitHub checks fails but...
Thanks Tim. Agreed on shipping only UTC functions - there's a lot to keep in mind with the local stuff 😅 Your domain looks like a great start. Do you...
@nwidynski You mean like in the useState workaround I mentioned? Like I said it feels hacky and I'm not super comfortable with it, but it works for my purposes. If...
Thanks for your advice. Yeah, I'm really pushing on the limit of wrapper components for Table, maybe I need to switch to hooks. Do you think it would be worth...
@jperasmus Switching the diff tool with `--use-pg-schema` worked for me. The default `migra` hasn't been updated in years, and I read that Supabase will be changing the default to pg...