-
It would be useful to detect that netlib has been linked to the Python program even if netlib is not multi-threaded.
It can help maintainers of scientific Python libraries diagnose performance prob…
-
Hey, super useful tool!
There's been some development in the chunking community. If you'd like to keep your app up to date here are a few suggestions. Also, considerung that all of the options str…
do-me updated
2 months ago
-
I think it would be useful to disable leaking the full directory path in the upper label.
if the server's owner decides to point `updog` to a certain folder, that should be the root of the webserver,…
-
# 🚀 feature request
### Relevant Rules
My workspace file looks like this
```python
### PYTHON
http_archive(
name = "rules_python",
sha256 = "94750828b18044533e98a129003b6a68001204…
-
The current docker images require the user to run `python3` instead of just `python`, this is because the apt package `python-is-python3` is missing. The package just adds a link, making `/usr/bin/pyt…
-
We use a logger in a lot of places in this repo, which is good! To make this structured logging as useful as it can be, the `event` argument (usually the first unnamed arg) should be a static string …
-
As discussed in https://github.com/CycloneDX/cyclonedx-python/discussions/393#discussioncomment-7270903 the specific version of Python that a piece of software is run with is an important part of its …
-
As far as I can tell, Pyjaco makes no statement as to what statements and library functions are supported as compilable code. For example, I noticed that str.format (a python 2.6+ construct) is not s…
-
This would be particularly useful python packages which are essentially just folders of python files.
-
In lesson 2, perhaps it would be useful to explain why functions are useful in python, to new users.