Julius de Bruijn

Results 172 comments of Julius de Bruijn

I put the PR for a round of reviews, and there's one thing here that does not really work well. Let's imagine you have a table: ```sql CREATE TABLE foo...

@huttj could you open an issue to prisma/prisma for the feature/improvement. Then it goes to the normal rotation for the teams.

Not in this version, I don't think it fits to the Prisma type system. See my comment in https://github.com/prisma/quaint/pull/419#issuecomment-1321862497

I think the only thing we can do here is to let you use `String @db.DateTime` as the type for these fields, then convert manually. Also, this is not a...

If you're building Quaint, update the lock file first with `cargo update`.

You have to have `mysql_async` updated in all the systems using quaint.

I think I have something similar, I get about five notifications from the lemmy-ui when somebody replies to my comment...

What about creating one session and one channel per consumer, and if you need more consumers in one application you just create new connections. I read the AMQP spec and...

Hmm, could we then just have an iterator out of the consumer? I'm currently reading through the code if I could make the consumer more useful. It's ok to run...

The biggest problem I see is there's no Rust crate for Oracle that fits well to the current async/await ecosystem (that I know of). Of course we can do it...