Programmierus

Results 5 issues of Programmierus

This seem to be version/OS unrelated. Sample: ```python import asyncio import socket import uvloop b = bytes('{"msg": "test"}', 'utf-8') async def main_async(sock: socket.socket): _, writer = await asyncio.open_unix_connection(sock=sock) writer.write(b) await...

Due to mandatory E2EE I have to find some solution to pregenerate keys for my users and store them somewhere in a safe place. Normally they forget passwords on a...

#### System information Geth version: 1.1.8 OS & Version: Linux #### Expected behaviour No OOM #### Actual behaviour ![image](https://user-images.githubusercontent.com/49633745/158936886-644089a5-206f-483a-bdb3-652a05a86e6a.png) #### Steps to reproduce the behaviour This occurs on all of...

- [x] I am on the [latest](https://github.com/ActivityWatch/activitywatch/releases/latest) ActivityWatch version. - [X] I have searched the issues of this repo and believe that this is not a duplicate. **MacOs Monterrey 12.5.1**...

type: bug

The current srs_setup.sh script uses a hardcoded `../resources` value that can indeed be altered in the `.env` file's TODO section. This results in G-Points being downloaded to an incorrect location,...