Rob Norris

Results 236 comments of Rob Norris

Thanks for the note, we'll try to work it into the contributor doc.

I'm not too worried about that with single-use connections but I think I will probably remove that ability and only allow pooled connections. They will have a health check when...

> maybe that's not fully implemented yet Yeah that pooling code is bad. I have a WIP for a new implementation but it doesn't have the pre-checkout phase yet. Also...

This should be fixed. Have you tried this with https://github.com/tpolecat/skunk/pull/388 ?

It would be great if someone could investigate and see what's going on. There's no inductive implicit resolution happening so I don't have a good starting guess.

@pauljamescleary I wonder if maybe we need two kinds of loggers, one that accumulates a tree and one that just pumps out spans on the fly. Just in terms of...

The low-level protocol produces a `List[Option[String]]` which is what you want, but there's no way to get to it through the provided interfaces. It could be done by modifying `Query`...

Very helpful, thanks!

The built-in geometry types are useful nonetheless. Thanks!

Thanks, I think some lines disappeared at some point.