David Furlong
David Furlong
> Just wanted to revisit this. What was the resulting thought. Would this actually be faster in some sort of measurable way? It probably will be. Not sure how much
(obviously will make a more of a difference the more nodes we have)
Next to file
Subscribing/ starring graphs is a much higher priority
+1 seeing this
> Unable to install as well. Tried permutations of `yarn`, `bun`, `pnpm` with node `16`, `18`, `21`, `22`. Errors each time, generally in the context of: solution here: https://github.com/Uniswap/interface/issues/7631#issuecomment-1883338748
I'm sharing my current solution, as I think it's quite nice and I haven't seen it elsewhere in this form (using react-router location state). It defaults to scrolling to the...
Yes, Higher order components work with functional components. It shouldn't be an issue. you need to export `withStyles(styles)(ComponentName)`
Seems pretty straightforward to pull TZ ics files from tzurl.org and parse the necessary bits. https://github.com/mangstadt/biweekly/wiki/Timezones suggests theres a global ID method which seems preferable for use cases which don't...
I haven't followed this thread entirely but I'd like to share what is working for me - Thank you very much to the devs here 🙏 for all these resources...