Aleksey Vasenev

Results 18 comments of Aleksey Vasenev

heroiclabs/nakama-pluginbuilder:3.19.0: ok registry.heroiclabs.com/heroiclabs/nakama-pluginbuilder:3.19.0: fail Dockerfile.18: ``` FROM registry.heroiclabs.com/heroiclabs/nakama-pluginbuilder:3.18.0 ``` Dockerfile.19: ``` FROM registry.heroiclabs.com/heroiclabs/nakama-pluginbuilder:3.19.0 ``` ```shell $ docker system prune --all --force && docker build --file=Dockerfile.19 . Deleted build cache objects:...

Infinite call recursion in https://github.com/agronholm/anyio/blob/e0529a31e819064fcf1eaf7df55d1712a30bed6b/src/anyio/_backends/_asyncio.py#L469

Without SIGINT: ```python #!/usr/bin/env python3 from anyio import CancelScope, create_task_group, run, sleep async def shield_task() -> None: with CancelScope(shield=True): await sleep(60) async def task() -> None: async with create_task_group() as...

Bip39/shamir39 use 2048 word list (11 bit per word), but slip39 use 1024 (10 bit per word). Therefore it is no way just replace word list.

Seems problem with other properties too. Only node, version and env properties defined.

Seems we should extract server name too in https://github.com/amnezia-vpn/amnezia-client/blob/1a1f75d87319a2a31163be36eeca6f0d84c2d124/client/configurators/xray_configurator.cpp#L16

``` 2024-03-18T10:12:47.525Z ERROR Reconciler error {"controller": "perconapgcluster", "controllerGroup": "pgv2.percona.com", "controllerKind": "PerconaPGCluster", "PerconaPGCluster": {"name":"test-pg-db","namespace":"test2"}, "namespace": "test2", "name": "test-pg-db", "reconcileID": "5060d1b6-b7d7-42db-ba50-5b8d44d216cc", "error": "get PostgresCluster: PostgresCluster.postgres-operator.crunchydata.com \"test-pg-db\" not found", "errorVerbose": "PostgresCluster.postgres-operator.crunchydata.com \"test-pg-db\" not...

> Nice! Can you enable the test in https://github.com/rfjakob/gocryptfs/blob/master/tests/reverse/xattr_test.go ? Done. I'm not sure if a notification is sent to the email when updating the sources.