-
I've been looking into why `juliaup update` hangs for a while before doing any substantial downloads, even on very fast connections.
I think the issue is that this file may be served via a CDN that n…
-
It would be very nice to have an overload to AddQuartz of ServiceCollectionExtensions.
So currently I use:
```
services.AddQuartz(
schedulerProperties,
config => config.UseDefaultThreadPo…
-
Currently when a new process is executed, the layer creates a connection to the internal proxy, which creates a new connection to the agent, which creates new resources (threads?) for the new client. …
-
ARCHITECTURE ANTI-PATTERN
Declaring a datasource with the model is tightly coupling the two. Here an example of the Meta class added to a JsonModel/HashModel
```
REDIS_DATA_URL = os.environ.get("…
-
Imagine that I have two tables: pack_a and pack_b.
In my application, I only want to fetch the items of pack_a when user enters the feature A, and only fetch the items of pack_b when user enters the …
-
Hello,
I saw this behavior while testing an application. Below is a MRE:
```
julia> function leak(n)
for i=1:n
ww=workers()[1:i]
…
-
## Issue description
I have a structure looking like this:
Article (1:n)-> Position
The connection is marked as lazy, but still is resolved in the background, when using QueryBuilder.
After a…
lal12 updated
2 years ago
-
Just a heads up, the latest version tag includes old broken connection configuration for postgres, attempts to load `queries.postgres` but the file is actually `queries.postgresql` in that version of …
-
### Description
When trying to connect to a remote host, and the connection fails for whatever reason, it returns the error:
```
Error pinging Docker server: Cannot connect to the Docker daemon at ht…
-
### Specification
After experimenting with PolykeyClient in Polykey Network Status. I've realized that the error handling is really tedious.
The main issues happen when a connection fails, the e…