Kevin Wooten

Results 229 comments of Kevin Wooten
trafficstars

Also, to be clear, I was being snarky with my quoted use of naive. I wasn't offended or suggesting you were incorrect in using that term!

The "hand me a connection and I'll do with it as I want" model is attractive in a few scenarios. Although, again, our FMDatabaseReaderWriterPool uses the blocks model; we have...

Another interesting point to note in this thread is that "unix-excl" VFS mode is great for concurrency but will fail miserably if you try to use the DB file from...

#74 Fixes this @gregjlee @fangpenlin The project is use useless in the new Xcode. Can we get the fix merged?

I've changed the repro to show that you can `start` a client 10 times and then `stop` it and on server shutdown you'll receive 9 reconnection messages. The messages are...

After quite a bit of Warp usage this is really the only issue that affects me. Notably my issue is also with `mvn quarkus:dev`.

Here is the entire stack trace, it references `EndpointIndexer.createEndpoints`. ``` java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkus.resteasy.reactive.server.deployment.ResteasyReactiveProcessor#setupEndpoints threw an exception: java.lang.RuntimeException: java.lang.RuntimeException: Failed...

Yep. Just needed to record it while I finished up other things.

Ahhh. I'm trying to make a reproducer with no luck. I'll try the clean thing.

To note, that is exactly what I was doing when I encountered the issue.