-
I’m running v1.0.0, and suddenly started getting these errors when starting pokem:
```
2024-06-10T19:18:56.407766Z ERROR sync_with_result_callback{sync_settings=SyncSettings { filter: FilterDefiniti…
koehn updated
1 month ago
-
In my sample application, I collect closeable lazy objects (such as database connections) through a set, and then close these objects at the right time. However, I cannot determine whether the lazy ob…
-
Hello,
I'm writing integration tests in Rust, where I want to test the HTTP endpoints of my application. For this purpose, I need to mock the Keycloak login server, as I did not build a test mode i…
-
## Bug Report
The connection does not know how to recover on its own in the event of a break. (Sometimes it can, most often the connection freezes after disconnecting)
### Version 0.8.3
```
│ └─…
-
I apologize for the vague title, but there are lots of overlapping issues here which necessitated it.
This seems to be partly comorbid with #2099, but there are new issues highlighted here so I made …
-
Hi,
I would like to suggest a support for `LazyConnectionDataSourceProxy` in spring-boot.
Here is my opinion:
Transaction management in spring:
When a transactional method(`@Transactional`) …
-
HTTP triggered .NET isolated function that uses an output binding to write to a queue will randomly fail with a 500, with the following exception:
```
Result: Failure Exception: System.ObjectDispo…
-
**NeoVim Version**
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1716656478
Run "nvim -V1 -v" for more info
**Describe the bug**
In 90% of my cases, the execution of the Neotest Summary command …
b0lle updated
2 weeks ago
-
Hello,
I am trying to use the execute polling method on a connection, but the compiler keeps saying that the connection is not send, even though I promoted it to send.
This is the error
```
er…
-
Hi, are there configuration options for inject, e.g. to apply lazy globally? Spring had an option to globally mark everything as lazy.
Trying to port an application to use this, but seems tedious t…