-
**Describe the bug**
I find kart quite slow when using a PostGIS working copy on a remote server.
My QGIS project have many layers +100 all tracked by kart. But it feels snappy enough when I am zoo…
-
We have a collector that will check the responsiveness of a CrateDB cluster:
```
collector_name: responsivity_collector
# This metric is intended to alert us to when CrateDB Cloud clusters are …
-
python-dotenv is a python-library, and used in python-code.
Currently .env-files can only contain:
- key/value-pairs
- blank lines
- comments
But sometimes, env-vars are also used by exec…
-
It is relatively easy to mess up and include non-printable characters in docstrings, e.g.:
```julia
"""
This function works on the NULL character `\0`.
"""
function foo end
```
The `\0` end…
-
We need to add Makevars/Makevars.win in order to link against librdkafka. It should consist of two options:
1. Link against a system include/library if already installed
2. Pull and compile and bu…
-
Running log of build failure for postgresql.org/libpq=17.0.0
-
**Describe the bug**
Cannot run a container using image from docker hub on linux/amd64 platform.
**To Reproduce**
`docker run --rm clevy/csml-engine:latest`
> exec /bin/sh: exec format error
…
-
We build GDAL (https://github.com/JuliaPackaging/Yggdrasil/tree/master/G/GDAL) only with the most basic drivers/support for now. This includes:
- [x] GEOS
- [x] curl (JuliaGeo/GDALBuilder#2)
- [x…
-
Hello.
I am trying to use postgresql-simple to store many same data in the database.
When my function looks like this
``` haskell
postSaveCandles :: Connection -> [Candle] -> IO ()
postSaveCandles c …
-
Following error is thrown when using postgres 14 (trying to run collector):
`DBD::Pg::db last_insert_id failed: No suitable column found for last_insert_id of table "statistics_collector" at /home/…