Maël Obréjan

Results 19 comments of Maël Obréjan

I could take a look, but my experience with python is close to zero. And for the plugin problem, I haven't looked at the code yet so I don't know...

~~It would be nice to have query-logging / SQL pretty-printing feature-gated. `sqlformat` depends on `regex` which is quite long to compile.~~

I am able to reproduce on Arch Linux (Kernel v5.2.10), i3-5010U (iGpu) on wayland but only when running the `quads` example. The animation is very smooth but the cursor (and...

[Rust 1.51 stabilized `min_const_generics`](https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html#const-generics-mvp) 🎉🎉🎉

> > > Are there any tools that "assign blame" to dependencies for their compiler resoruce usage? Take a look at [`cargo-bloat`](https://crates.io/crates/cargo-bloat) and the `--time` flag.

This would be a BIG DX improvement. I am willing to take a stab a this.

Oops, I completely missed https://github.com/supabase/supabase/issues/507. I agree that `2` is the best option, there is a real need for harmonization across the three underlying librairies. Being able to handle different...

This would be great, [`hyper`](https://crates.io/crates/hyper) (an http library) went through a similar process where they put protocol specific types in the [`http`](https://crates.io/crates/http) crate.

FYI, I ran in the same problem (`unused_imports` warning with custom `import_types`). I fixed it by using a patch file, like suggested, but I manually wrote a "cleaner" one: ```patch...