Ryan Holdren

Results 5 issues of Ryan Holdren

I tried to adding [HardSourceWebpackPlugin](https://github.com/mzgoddard/hard-source-webpack-plugin) to our `webpack.config.js` to speed up our builds, but it looks like `astroturf/loader` is incompatible with it. ``` Reading from cache a5d18e5f... ModuleNotFoundError: Module not...

In `ErrorResponseDecoder::read()` the temporary buffer is only 255 bytes long, which causes an `ArrayIndexOutOfBoundsException` whenever the error message is longer than that. https://github.com/alaisi/postgres-async-driver/blob/71e761c677db1ce1c2b7a57b96a528ace18d61b6/src/main/java/com/github/pgasync/impl/io/ErrorResponseDecoder.java#L55 Unfortunately for me, the out of bounds...

bug

I am currently experimenting with combining your library with [Spring Webflux](https://github.com/spring-projects/spring-framework/blob/master/src/docs/asciidoc/web/web-flux.adoc) via [RxJava2Interop](https://github.com/akarnokd/RxJava2Interop). It's not going well. Actually, I am not even sure which library is misbehaving, but they are...

I am having an issue with `getTimestamp()` and time zones. The following test fails because the actual result is offset to my local time. Prefixing the SQL query with `SET...

bug