Rob Norris

Results 236 comments of Rob Norris

Thanks for this, I'll do some experiments and update the doc as needed.

By the way you can add `debug = true` to your `Session` configuration and you'll get a transcript of all the messages that go between client and server. No need...

I would need to see some code I guess, but it sounds like you need to operate inside a transaction if you want to have multiple active portals.

I should add that this really means we need to redo the session pool, which is overly complicated at the moment.

Well that seems wrong! Thanks. This would probably be a good first issue, the log tracer is pretty simple.

How would you imagine it looking? What would the type of such a query be?

This looks great to me. I like the `.refined` syntax.

> Looks like we ran into the infamous Scala 3.1.x and 3.0.x incompatability 😬 Hooray! Is Refined being published on 3.1?

@fthomas could Refined be published with 3.0, or does it need stuff introduced in 3.1? I'm not super opposed to upgrading Skunk but I don't want to do it unless...

Ok well if FS2 is on 3.1 I guess we can upgrade. Lucky for us nobody is actually using Scala 3 :-P