Léo Gaspard

Results 144 issues of Léo Gaspard

Hey! As it is security-relevant I tried reporting this issue privately, but a month has passed by without an answer, so I'm resubmitting here. The issue is quite simple: if...

bug

Hey! To the best of my knowledge, SQLx currently does not support wasm32-unknown-unknown in any way. I noticed [SQLite will soon get support for WASM](https://sqlite.org/wasm/doc/trunk/index.md). I'm curious, is there interest...

enhancement

Hey! I have some arrays of `ObjectId`, which are newtype wrappers around ULIDs. I wanted to pass these to PostgreSQL queries. So, I implemented the `Type`, `Encode` and `PgHasArrayType` traits...

enhancement

Hey! I just spent today struggling with a very weird issue reported by my fuzzers. I finally managed to reproduce it as a bug in sqlx's prepared statement cache. Indeed,...

bug

The case that led to me looking into this, is trying to round-trip through serde_wasm_bindgen a serde_json::Value that is a simple map. I also added a test for round-tripping an...

#### Description Introduce an `use_async` hook, that performs a computation in another task and returns the result. (Probably) fixes #364 The main API design question is whether we want to...

I'm writing this issue to try and summarize all the possibilities for leap seconds handling in chrono, hopefully this will help making a decision :) (I can't find a checkbox...

Note: this is still a draft, I need to put that behind a config option. But before I complete it all, I wanted to get an idea what y'all think...

waiting for author

Hey! I've been trying to use cordova for a few hours, and am hitting a small issue. Anyway, thank you for all the work you put into it! # Bug...