Jelle van der Waa

Results 210 issues of Jelle van der Waa

The json-c library removed the is_error macro in 0.13, replaced the macro calls with a != NULL statement.

I would like to see something as ```psutil.virtualized``` added to psutil if that falls in the use case of the library. An ugly example implementation: ``` virtualized = False for...

enhancement
new-api

The documentation page contains links to how to setup bash completion / man page completion but those links are 404: https://cobra.dev/doc/md_docs.md https://cobra.dev/doc/rest_docs.md https://cobra.dev/doc/man_docs.md https://cobra.dev/bash_completions.md

kind/documentation
good-first-issue

I was wondering if the project is open to providing python documentation build with sphinx possibly with some examples.

enhancement
priority/low

``` /build/pychess/src/pychess/setup.py:43: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses from imp import load_module, find_module ```

task

Currently arch-wiki-lite isn't really maintained it seems, it would be cool if this script could also generate a plaintext version which saves a lot of space and doesn't require a...

pypi has a 5.3.1 release, but the github repo lacks the 5.3.1 tag.

The Arch Linux repository contains a prebuild Arch package

To easily create integrations with rebuilderd it would be nice if the API endpoints would be documented and available somewhere.

enhancement

As galera uses rsync in source=() and devtools depends on rsync and downloads outside of the build chroot the build succeeds. However with repro that won't work: ``` ==> Retrieving...