Brandon Qi

Results 8 comments of Brandon Qi

Hey, I had the same error but with `serial`. I found a very strange fix for it and I don't know if it will work for everyone. 1. Comment out...

Hi @aBurmeseDev, thanks for the reply! Thanks for your solution -- I've also found that constructing a `Uint8Array` from `response.arrayBuffer()` also works (i.e. `body: new Uint8Array(await response.arrayBuffer())`). Thanks for the...

Thanks for the reply. It would be nice to have stub files for the modules and functions, as that would enable intellisense and linters to function. I do agree with...

Correction, dicts **are** tables. The code does not correctly account for tables.

> Could you provide an example `settings_schema.toml` file and the expected output? Sure! ```toml outer = { inner = 42 } ``` A module with such a `settings_schema.toml` will fail...

> Could you provide an example `settings_schema.toml` file and the expected output? The expected output would be a setting group `outer` in `self.settings` and a setting `inner` in the setting...

Yep! On Tue, Sep 26, 2023 at 8:29 AM Fripe ***@***.***> wrote: > Right, you are talking about inline tables > > > — > Reply to this email directly,...