Ahmed Said
Ahmed Said
I suppose there is no movement on this? It's a blocking issue for me so just wondering
I was just being dumb. The proper way to do what I was trying to do is to just deconstruct the `Metadata` struct: ``` query!( "INSERT INTO person (metadata.name, metadata.age,...
[This issue](https://github.com/launchbadge/sqlx/issues/3202) seems related but I don't think it's the same.
> Work around is to add `as "col_name!"` to the problematic fields. The thing is, that tells the compiler that the thing you're referencing is *not null*, which is not...
Running into this issue myself, and it took me awhile to figure out why. I would be a big fan of exposing the `apply_pgpass` method publicly! Just leaving this comment...
I believe you should be able to annotate your struct with `wasm_bindgen(inspectable)`, no?
Sorry, I wasn't clear! Yes, I mean that I want to transfer types in those crates between Rust and JS. And yes, I could write wrappers, but it would be...
Wow awesome, appreciate the prompt response!
Closes #1749
Per the recommendations on BurntSushi/jiff#424, I just want to alert the maintainers of chrono that the module these traits live in ([wasm-bindgen::convert](https://docs.rs/wasm-bindgen/latest/wasm_bindgen/convert/index.html)) is unstable and internal. Implementing these traits could...