-
hello
my env
ubuntu 16.04 amd64
cargo run at the latest step
````
Compiling cryptosmelt v0.1.0 (file:///home/oslet/soft/cryptosmelt)
error: linking with `cc` failed: exit code: 1
some…
oslet updated
6 years ago
-
I'm wondering how _ozo_ exchanges data between _PostgreSQL_. I know sockets are used between the two and if transferred data is big enough, it's divided and sent by chunks, e.g. of 16KB each, so that …
-
Hi team, many thanks for the great work.
I am using Luigi to schedule a workflow, where some tasks can be run in parallel.
Hence, I would like to have multiple workers to parallelise computati…
-
E: Failed to fetch http://mirrors.aliyun.com/debian/pool/main/libt/libtool/libltdl-dev_2.4.6-2_amd64.deb Hash Sum mismatch
Hashes of expected file:
- SHA256:4f60a8090674fc9c4fc541b96a60fe6e2…
-
Bonjour,
Tout d'abord merci pour votre effort d'ouverture sur cette source!
J'ai tenté d'installer le service sirene_as_api mais je ne parviens pas à aller au bout.
Tout d'abord la partie ans…
-
installation failing on Ubuntu 23.10 at step where it tries to install libgl1-mesa-glx
```
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 23.10
Re…
-
### Description
When trying to static link Qt 6.7.0 using conan 2, the Qt integration plugin won't get linked automatically (https://github.com/conan-io/conan-center-index/issues/23045). As a workaro…
-
**Reporter: romoloman@hotmail.com**
**Date: 2004/11/07 - 10:36**
```
The reference maps get generated interlaced ignoring any setting for the png
output type
How to reproduce:
a good example is als…
-
Found a bug while trying to use `copy-stream.js` to do logical decoding based on PostgreSQL streaming replication protocol:
**Bug**:
1. While using `node-pg-native` and its `copy-stream.js` lib to in…
-
From the docs it looks like prepared statements can only be created and then immediately executed.
I want to create a prepared statement without executing it, and I also need the equivalent of [PQd…