Yves Parès (Ywen)
Yves Parès (Ywen)
@guaraqe Nice :) Do you want to open a PR to profunctors with that?
This should be merged soon.
I opened an MR with a new test that exhibits that: https://github.com/valderman/selda/pull/181
I experience the same problem when the database is also used by another application (and creates tables in another schema). I think the reason is because in `selda-postgresql`, `pgGetTableInfo` doesn't...
@Ralith Really? Looking at the types I doesn't seem clear if that's the case. Their allocator types seem entirely different.
After testing it, you are right. (But I still don't understand how rustc may consider the two types to be compatible, though) So both OVector and SVector work, but there...
Yeah, I did it this way originally but using alga traits led to clearer type signatures. That's also the way I like to develop: the less my code knows about...
The stride https://docs.rs/stride/latest/stride/ crate can help with this
In such case, is there a way to know ahead of time the buffer size that we will receive? Or a sensible upper bound for it? (I need it to...