Cosmin Luță
Cosmin Luță
For a while now it seems that `pip` has deprecated using `setup.py` in favor of a [different approach](https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/), using `pyproject.toml`. Would it be possible to support this approach for creating...
It seems that the version embedded with JustPy is a bit older and doesn't support things like `bg-green-50`, `bg-gray-50`, etc. Could it be updated? I could attempt a PR for...
URL you wish to be removed: rhsgroup.ro, www.rhsgroup.ro Why you believe this to be a false positive: This is a romanian networking equipment shop, not sure why it's labeled as...
Not sure if this is a bug, misconfiguration or simply how things should work. I've got an wsgi app which produces a lot of output. When `logto` is enabled to...
- Retrieve the other items (expansions, etc.) when listing plays, not only boardgames - Add support for getting the players of a play session
Some `boardgamegeek` functions don't expose all parameters that are supported by the XML2 API; add the missing ones.
Most functions raise exceptions related to various error conditions, but also can return `None` for others. Exceptions should be raised in all error cases.
Some objects don't have a `__repr__()` function, others should have more info.