-
```
spy client v 2.7.3, Ubuntu server 11
I have a VM that will not exit due to two non-daemon threads hanging around. I
traced these to the TranscoderService thread pool. The MemcacheClient shutdo…
-
Will this example (https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/fastapi-sqlalchemy) be a production ready setup with connection pooling etc?
-
table.__init__(name, metadata, *args, _no_init=False, **kw)
File "/root/dao/venv/day_ahead/lib/python3.11/site-packages/sqlalchemy/sql/schema.py", line 857, in __init__
self._autoload(
…
-
### Describe the bug
[Per documentation](https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/using-integrated-authentication?view=sql-server-ver16#tracking-access-to-a-database): "Before [co…
-
1. What versions are you using?
oracledb.__version__: 2.2.1
platform.platform: Windows-2016Server-10.0.14393-SP0
sys.maxsize > 2**32: True
platform.python_version: 3.12.4
database version: 1…
-
2017-02-15 16:12:45,519 DEBUG Error occurred during execution of 'Worker #4021037f' process. Execution will be retried (attempt 1 of 2147483647) in 00:00:00 seconds.
System.InvalidOperationException:…
-
A community zync user reported the following in their own words:
> I have this error with `zed serve` and `zync`. It's less frequent with Zed 1.7 but still present.
> `zync` loop several time and …
-
When a cache is using virtual placement and the remote site backing it has issues,
The following lines keep throwing timeout errors and bloat the log files to 90+GB/day.
https://github.com/xrootd/…
-
Here is the stack trace
The version of clickhouse-jdbc dependency is 0.1.46
```java
Cannot acquire connection from data source
java.lang.IllegalStateException: cannot initialize http client
…
-
[CircuitPython](https://circuitpython.org/) is another very popular runtime for Python on microcontrollers, especially Adafruit products. Figure out how to get the driver working in that environment …