Paul Grau
Paul Grau
How about generalizing the "selection" package? We can just make it a `useCustomTreeState()` and support all kinds of user defined states (aka decorations) like `selected`, `disabled`, ... plus `addToState`, `removeFromState`,...
We also ran into a similar issue when trying to 'expand all' directories on initial load. *Sometimes* we get overlapping keys. I think this might be a timing issue somewhere?...
Do you have any new ideas on this? Could we potentially render JSX directly in the Django template, maybe with https://github.com/markfinger/python-react?
There's a PR with some progress in https://github.com/babel/babel/pull/6015. I'd also love to see this working, as Chrome has built-in support for bigints now (https://developers.google.com/web/updates/2018/05/bigint), so it would make sense to...
You're right, but your math is a bit off. I just tested it and received 16300 blocks in 165 seconds, so that's 100 blocks per second, so for 13 mio...
I'm migrating this issue to aergoio/aergo and will ask for someone to look into the syncing issue there.
When you say address, I assume you mean a base58check encoded string? Roughly, `address: string = base58checkEncode([0x42, ...pubkey.x, pubkey.y])` `pubkey: bytes = base58checkDecode(address).slice(1)`
There should just be an option to provide a different base URL.
Hi @rolandjitsu, I just donated some $$ in OpenCollective hoping to catch your attention. This is a major bug for us. Thank you for your work! 🙏
A workaround for both the background and the grid is to find the ID of the story in the inspector and add it to the canvas element, like ``. (No...