-
## What's the test to develop? Please describe
```
@pytest.mark.dependency()
def test_connection(self, api_client, backup_config, config_backup_target):
code, data = api_client.sett…
-
### Issue
I have installed aider ( version aider 0.59.1) in Ubuntu.
CPython 3.10.12
I followed the installation manual and exported the following variables:
export AZURE_API_KEY=mykey
expo…
-
How can I import an etcd snapshot?
I tried mounting the etcd-0 PVC and restore the snapshot with `SVC_NAME=kmc-1111-test-cwr-ffm3-2207-etcd; HOSTNAME=kmc-1111-test-cwr-ffm3-2207-etcd-0; ETCDCTL_API=3…
cwrau updated
14 hours ago
-
On the matrix.org page under https://matrix.org/ecosystem/clients/, the Syphon client is marked as alpha which suggests that syphon is still in very active development. This is a false assumption, due…
-
I have a large amount of UPDATE statements to make. The most efficient way I have found, however slow, is:
```
await Promise.all(largeBatchOfQueries.map(async (query) => {
const client = awai…
-
I have an OpenTAK server installation and use both WinTAK and ATAK clients.
The clients are connected via SSL and the connection works. I can create points and also see the locations of the devices …
-
The benchmarks have been relying on the fact that we are not JSON RPC 2.0 compliant, but they have been broken with #1623.
In order to fix them, we need our client to be able to handle multiple req…
-
Considerations:
- convert `AbstractVerticle` to `VerticleBase`
- use test containers whenever possible : Mongo / Cassandra / ...
- refresh
- Web Client Twitter Oauth example
- ...
- cleanu…
-
Ktor 3.0.0 [was just released](https://github.com/ktorio/ktor/releases/tag/3.0.0) and it would be a great time to make rsocket-kotlin support it.
## Motivation
I need to use both RSocket and…
-
NIP-67 in this code is a confirmatory event to provide NIP-47 `nostr+walletconnect://` URI strings to nostr clients.
Will there be an `/admin` command, issued through a nostr DM from a nostr client…