Rob Norris

Results 66 issues of Rob Norris

The session pool is complicated and probably not 100% correct yet. Try switching to [keypool](https://github.com/ChristopherDavenport/keypool) while retaining the existing API.

via @wsargent https://github.com/tersesystems/securitybuilder#passwordbuilder might simplify the code introduced in #257

`SkunkException` extends `NoStackTrace` because IO stacktraces have always been nonsense, but cats-effect 2.2 changes this. See how it looks with stack traces enabled and maybe turn them on?

It turns out H2 provides a layer that speaks the Postgres protocol. See https://github.com/h2database/h2database/blob/master/h2/src/main/org/h2/tools/Server.java#L479-L501

Doc - Tutorial - [ ] Channels - [x] Command - [x] Query - [x] Setup - [ ] Tracing - [ ] Transactions Doc - Reference - [x] Encoders...

Insert completion message parsing isn't going to work when table oids are enabled, so need to follow up here. Also see what happens with the statement causes multiple rows to...

This updates `put` to take a `Propagation` value that explains how the fields should be propagated to child spans. Resolves #17 Value | Meaning -|- `Propagation.None`| fields will not be...

It uses a now-removed API. Not sure what the replacement should be.

I had an issue today where a `java.lang.NoSuchMethodError` was thrown from a compiler plugin. sbt says: ``` [error] ## Exception when compiling 12 sources to /Users/rnorris/Scala/gsp-graphql/modules/core/target/scala-2.13/classes [error] java.lang.NoSuchMethodError: 'scala.tools.nsc.reporters.Reporter scala.tools.nsc.Global.reporter()'...

enhancement
ergonomics
difficulty / easy