geoffjohn11

Results 14 comments of geoffjohn11

@omaximov I took a look at this issue and thought I would try it. Don't want to step on your toes, though. If you'd like you can use my PR...

Addressed in https://github.com/http4s/http4s/pull/6654

I can try to work on these

@BalmungSan For the ConcurrentStreamingTest it looks like a new method will need to be added to the the StreamTestKit behavior to support the test, somethig like this: ``` trait Behaviour...

I'd like to take a look into this.

@BalmungSan My rough idea is to refactor query[Unit] and replace it with something else that just does write commands. In my code branch https://github.com/neotypes/neotypes/compare/main...geoffjohn11:readOnlyTransactions?expand=1 I call it command, c"CREATE (p:...

@BalmungSan Thanks for the feedback!

@BalmungSan pushed a commit to my readOnlyTransactions [branch](https://github.com/geoffjohn11/neotypes/tree/readOnlyTransactions) I'm not sure the name DeferredCommand makes sense since now all of the read operations are also available on the "command". Do...

@BalmungSan I'll take a look at doing this

@armanbilge @danicheg @kubukoz I think the ClientSuite test is missing the case for Stream Request -> Strict Response, and Stream Request -> Stream Response. I'd like to add these tests,...