trevyn
trevyn
I'm seeing this too on macOS. My guess is that it's timeout-related: quantum-resistant tunnels take a few seconds to connect for me, so I think it's trying to connect on...
@leighmcculloch Is your example reliably reproducible? Does it happen with nightly cargo?
Right, unrecognized arbitrary types are stored JSON-serialized. Unfortunately, as a macro, there's no straightforward way to get underlying type information. I'm thinking the most reasonable/flexible way to handle this is...
Also see https://github.com/DioxusLabs/dioxus/issues/368 for an example of pretty-printing macro contents in a VSCode extension
or ```rust #[derive(TurbosqlSinglerow)] struct Config { // ... } Config::get(); Config{ .. }.set(); ```
Also incoming soon: SQLite `STRICT` tables: https://www.sqlite.org/draft/stricttables.html Doesn't directly support `BOOLEAN`, but other than that pretty nice. Note that derived columns should still be runtime typechecked!
There's currently no intentional support for Windows, cross-compilation or otherwise. My primary concern regarding Windows is to have something that's testable in CI with a GitHub Actions Windows runner. I'm...
Does using Go 1.21 also fix the issue for you? It looks like 1.22 might have changed something around vendoring. The intent of the vendoring is to allow offline builds...
I actually couldn't reproduce the errors you got at all; what platform are you on and anything unusual about your build configuration? A reproducible project might help as well. Also,...
Please open a new issue referencing this PR if this is still an issue! Thx~