Pavel Kulyov

Results 15 comments of Pavel Kulyov

@brantou, ping, we need the maintainer...

We can mantain list of somewhat finished programs at separate page in docs, for instance. I did game for lisp game jam, https://github.com/pkulev/tanki.git. But code is not so elegant as...

@gwerbin, actually this functionality is already implemented by the devs of the Python TOML package in the out-of-the-box TomlEncoder subclass. https://github.com/uiri/toml/blob/master/toml/encoder.py#L294

Oh sorry, I misunderstood the issue. The initial problem is that default TomlEncoder doesn't know how to serialize Path properly. I think that proper way is serializing it as a...

I think it's better to use [pydantic](https://pydantic-docs.helpmanual.io/) on top of the toml for data validation and proper deserialisation. In the following example I use [my fork](https://github.com/pkulev/toml) of the toml library...

Same issue, tried to use it with emacs, python3.9, hy 0.20.0

Is there good asus acpi driver? I have half functional buttons not working (acpi_listen can't recognize them).

Magit is big and evolving, I think it will be difficult to support it's updates here. It's like built-in org-mode, I prefer to install last supported version from their repo....

@BrunoVernay this is not the library's issue. Python packages are not restricted to match pypi name and the actual package name. IDE should (and mine does) install dependencies into the...