Logi

Results 12 issues of Logi

When using pynput with icelandic keyboard layout Alt_gr gets registered as an unknown key with keycode 65027 but normally the keycode should be 65406. This makes the @ symbol and...

I've been trying to use ujson to serialize the records to string but I can't get it to work, I always get an error on line 172 in jsonlogger.py: `ensure_ascii=self.json_ensure_ascii)`...

I see there are some classes to build CustomResourceDefinitions but I can't see anything in the code to build a CustomResource. Is there a way to use avionix to build...

### Keywords _No response_ ### Problem I am wondering how to handle a version upgrade of a CRD using kopf. I could not find anything in the documentation mentioning this...

question

In some cases you want to send a message that gets delivered to every listening client. If you are already using Disque as a message broker it would be nice...

![photoview-android](https://cloud.githubusercontent.com/assets/2317815/18089264/909c2abc-6eae-11e6-9633-01992daccd92.png) When running the example code on android all I get is an empty view with a red frame

question

This merge request adds support to run tests using an async library other than the standard asyncio. This can be configured globally for all tests by setting `async-library` in the...

Would you be willing to add support for Curio and/or Trio? I would submit a PR myself but I see in https://github.com/darrenburns/ward/blob/master/ward/testing.py#L200 that `asyncio.run(coro)` is hardcoded and I'm not sure...

I've noticed that the recommended way to write tests for curio programs is to use pytest and install the curio plugin. I prefer to just stick to the unittest library...

This merge request adds a TestCase class called CurioTestCase which mimics the IsolatedAsyncioTestCase available in the unittest library. With this it is enough to do `from curio.testcase import CurioTestCase` and...