-
-
In an application with a connection pool, @jfischoff has suggested that it would be better to postpone decoding rows until after the connection is returned to the pool. Can we put together a `SQL` in…
-
I'm searching in Active Directory with ldap3, and it appears that the AD server is returning `searchResRef` referrals that are not being followed.
I'm using this (anonymized)
```py
server = ldap3.…
-
This project should support handling multiple MySQL client connections using a single client instance (connection pool). This allows sending multiple queries at once over independent connections. As s…
clue updated
8 months ago
-
Hi guys - been seeing a pretty transient error occasionally on any request to Dynamics in asp.net core WebApi
Version: 1.0.39
_(Upgraded to 1.1.32 at the time of writing this but dont expect this …
-
So, I have no idea if this is possible at the moment, but I'm incredibly lazy and it bothers me that my connection tabs are at the bottom and my spawn tabs (mostly channels) are at the top of the spaw…
-
model
```c#
[Table(Schema="Member", Name="Table")]
public partial class Table
{
[PrimaryKey, NotNull ] public int Id { get; set; } // integer
[Column, Nullable] public D…
-
I asked gpt4 the following question:
I have developed a nushell module, that can execute nushell code chunks in arbitrary markdown documents, and output the results back to markdown documents.
…
-
### Your current environment
```text
PyTorch version: 2.1.2+cu118
Is debug build: False
CUDA used to build PyTorch: 11.8
ROCM used to build PyTorch: N/A
OS: Ubuntu 18.04.6 LTS (x86_64)
GCC ve…
-
# Summary
The API design for creating, managing, and using clients differ from other EdgeDB drivers. The goal is to make a driver that is easy to switch to from other drivers.
## Current Design
T…