pg-wtatum
pg-wtatum
Related to #18, it would be extremely powerful to be able to replicate data to read-replicas outside the datacenter infrastructure which could not securely or performantly access the HTTP endpoints...
Sorry if the title is not accurate -- what I'm really considering is opting out of the mechanism where the LO processes are parented to the JVM process and managed...
Based on the log output the LocalConversionTasks are all executed in a thread pool managed by jodconverter ``` 2024-07-11T16:04:23.630-04:00 INFO 28984 --- [ter-poolentry-7] o.j.local.task.LocalConversionTask : Executing local conversion task [docx...
The `wmic quit` call in WindowsProcessManager#isUsable is currently triggering my corporate antivirus and killing the entire Java process. I tried to work around by manually configuring Spring to use PureJavaProcessManager::getDefault...
A few issues related to the new async generator feature for streaming responses, one of which applied to the legacy method as well. - What is the exact return type...
The example shown at https://docs.rs/gloo-timers/0.3.0/gloo_timers/#timeouts-with-a-callback-function indicates it's okay to forget a timeout if you don't intend to cancel it. I see that Timeout uses Closure::once. Docs on Closure::once indicate that...