Wojciech Kordalski
Wojciech Kordalski
Generally set of keywords (and esp. `typeKeywords`) is a little surprising. 1) I cannot find any information about `proc`, `pure`, `alignof`, `offsetof` and `sizeof` being a keyword. But I believe...
> What exactly happened that defied your expectation? I had a future `fut` of type `impl Future`. After running future `fut` (performed by `orders.perform_cmd(fut)`), rendering is triggered, although no message...
> I was thinking a bit about Future chaining, but it would be a footgun because WASM still officially supports only a single thread just like JS so it would...
I've backported the fix. You can find it here: https://github.com/wkordalski/seed/tree/0.8 I couldn't create PR, because PRs cannot create branches.
It turns out that switching from "websocket send-and-receive" as an asynchronous task to timer-based asynchronous task also reveals this bug. As the timer-based example can be easier to analyze, I...
> The example is too big for me to quickly orient in it by myself and imagine all possible cases Sorry. I've reduced example size from around 5k LOC to...
Ok... At least I did `git bisect` and it turns out that that commit https://github.com/seed-rs/seed/commit/5a4e91b36e4fa055d7f9e441171b12a3c889dfa5 introduces this bug. ``` 5a4e91b36e4fa055d7f9e441171b12a3c889dfa5 is the first bad commit commit 5a4e91b36e4fa055d7f9e441171b12a3c889dfa5 Author: glennsl Date:...
It looks reasonable. I think it is the right moment to do so, as let-else get into stable in next month (i.e. it is in beta now).
I'm using the [[email protected]](https://crates.io/crates/tree-sitter-python) Rust crate. I would like to move to `[email protected]`, so I would also be interested in a crate containing grammar for the newer tree-sitter.
I suppose this issue can be closed as new (0.20) version was tagged, and published to crates.io and npmjs.com