Colin Woodbury
Colin Woodbury
In the meantime, I'm making due with: ```rust /// An iterator over what is assumed to be an underlying Elisp List. struct List, } impl { type Item = Value
Yup I intend to do a sweep of the rest of the formatting tools and add `doom doctor` checks for whatever is missing. I can add `prettier` right now for...
If you `SPC h f org-babel-execute`, what potential functions are displayed?
Consider also supplying an implementation of the `log` crate traits, like this: ```rust /// A simple implementation of [`log::Log`]. pub struct SeedLogger; impl SeedLogger { /// Initialise the logger. ///...
My own personal website is also purely HTML/CSS for performance/minimalism reasons, but I recognize the value of TEA apps. I'm general in favour of more shared underpinnings (i.e. crates) or...
Precisely. TEA and Seed have proven quite useful for Browser Extensions.
`orders.msg_sender()` is for passing into other `async` functions so that you can communicate back to the Seed Event Loop. Otherwise it's morally and behaviourally identical to `perform_cmd`. What exactly happened...
I'll get the `Edition 2021` PR merged, then let's go ahead with the proper fix for this.
Which JSON backend are you telling Seed to use - `serde_json` or `serde-wasm-bindgen`?
Try `serde_json` and see what happens. It'll probably fix it in the meantime, although `swb` is supposed to have BigInt support :thinking: