Alexander Varwijk
Alexander Varwijk
Cool, yeah I tried searching around to see if I can figure out how this logic is implemented in the gettext tools but was unsuccesful. Perhaps someone else has experience...
In case it helps anyone, I dove into this a little bit and detailed my thoughts here: https://gist.github.com/Kingdutch/db2cf90050aa13271fc968d8e87ad259 Don't expect much cohesiveness, I was trying to debug a problem that...
A use case to consider is how this would work with the subscription exchange and with subscriptions that tabs may have open: - Does this deduplicate subscriptions? Or just have...
Drive by comment below :D As a programmer who comes from PHP, JavaScript, some Rust to ReasonML, I'd much prefer sticking to the `await` keyword for "waiting for an async...
> I'm not very familiar with Rust, but IIUC you do not have to worry about mapping in its implementation of async/await? Not entirely sure if I'm interpreting your question...
I have a question about prop discoverability. While I realise the `.res` file for the dom props is massive, it also makes it easy to see how I misspelled a...
It wasn't directly for race conditions only. It's like being able to export performance (flame) graphs in browser devtools. It could be useful when discussing an issue to be able...
This is a duplicate of #61
I keep somewhat getting tripped up by both examples (with `guard` and `assert`). Is the `keyword else { }` really needed? Why not just `keyword { }` I was wondering...
I would like to echo gaku-sei's sentiments. I would also love to see an example of syntax for a `.resi` file. Some of my biggest hurdles have been trying to...