Emil Tylén

Results 8 issues of Emil Tylén

Any plans for this? Syntactically, I think something like this makes sense: ```python from dataclasses import dataclass from typing import Union from pure_protobuf.dataclasses_ import field, message, oneof from pure_protobuf.types import...

feature

The docs recommend [using `async def` instead](https://docs.python.org/3/library/asyncio-task.html?highlight=asyncio%20coroutine#asyncio.coroutine).

* Python version: 3.7.3 * toml version: 0.10.0 It seems like `UserDict` and subclasses thereof are interpreted as objects and skipped by the dumper when they occur below the top-level...

component: encoder
type: bug

**Describe the style change** When a list contains a comment and a single expression (in that order), the expression seems to be broken into multiple lines regardless of length. Surely...

T: design

## Summary The `paho.mqtt.client.Client.connect()` function call always returns zero, even on failed connections. If the intention is to use the `on_connect` and `on_disconnect`callbacks, then surely the `connect` method should not...

Type: Enhancement

Application crashes on startup with a SIGBUS. **Gource version**: 0.51, installed from repository **OS:** EndeavourOS Linux x86_64 **Hardware:** 20NE001GMX ThinkPad E495 **Kernel:** 5.7.12-arch1-1 **CPU:** AMD Ryzen 5 3500U with Radeon...

I have a service written in C++, which has the following interface on D-Bus: ```xml ... ... ``` When interacting with the service, only the second method appears in the...

Currently (version 0.3.0) the qtoml dumper doesn't understand `UserDict`s, which makes using their subclasses annoying. Subclassing `dict` would of course work, but the internal optimizations of the `dict` class means...