Hossein Naderi
Hossein Naderi
I have this problem on a few specific stacks occasionally Portainer version `2.14.2`
For scala3 it's better to use the following that uses tuples instead of hlist: ```(varchar *: varchar *: varchar *: varchar *: varchar *: varchar).pimap // pmap for decoder only```...
related document which specifies this behavior: https://www.postgresql.org/docs/10/protocol-flow.html#PROTOCOL-FLOW-EXT-QUERY > If successfully created, a named portal object lasts till the end of the current transaction, unless explicitly destroyed.
> No need for Wireshark, etc. I was trying to capture server communication itself to see if other clients behaviors are different, but it turns out to be fruitless :smile:
@agustafson Can you describe the situation which this issue occurs? does it happen locally or on deployment? Do you maintain long lived connections? Is your deployment on docker swarm, k8s...
> I don't know. Reading through their docs I don't get a clear session of whether session = tx or session = connection. @matthughes From what I remember, the word...
@armanbilge I implemented a new runtime in `http4s-curl` based on `FileDescriptorPoller` and it works fine! However I have some questions/feedbacks regarding the `FileDescriptorPoller` APIs: - Is it possible to register/unregister...
I'm facing the same problem.
Just for future reference for people who might encounter this problem, This is due to old cargo version. Upgrading the cargo solves the problem, if you can't (e.g. old OS...
@armanbilge Interesting! :heart_eyes: Thanks for providing all the details :relaxed: I'm currently overwhelmed by the sheer amount of work I have to do in my job, but I'll take care...