-
-
Thank you so much for this wonderful package. As a leader of a bilingual data science team using both R and Python regularly, we've appreciated the opportunity to have really consistent logging betwee…
-
Let's agree on one thing: [JSON config files are a bad idea](https://arp242.net/weblog/json_as_configuration_files-_please_dont). Just [look at this](https://github.com/Abc-Arbitrage/ZeroLog/blob/6456…
-
BPO | [6136](https://bugs.python.org/issue6136)
--- | :---
Nosy | @vsajip
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*
Sho…
-
I'm following exactly [this Hugging Face tutorial](https://huggingface.co/blog/bert-inferentia-sagemaker) (also posted [here](https://www.philschmid.de/huggingface-bert-aws-inferentia)), and running i…
-
release: december 2022
Wanted:
- Infrastructure:
- cPython-3.11.1,
- Spyder with ipython-8 support,
- more pyodide examples that work in dot
- Experimental:
- coudn't resist; …
-
### Is your feature request related to a problem? Please describe.
~~We chain errors when converting from failures by setting `__cause__`, but there is a report that the chained errors are not logg…
cretz updated
2 years ago
-
The system test `SecurityST.testAutoRenewAllCaCertsTriggeredByAnno` seems to be flaky on Azure. It seems to often fail with the following errors:
```
2020-06-02T18:57:07.8897121Z 2020-06-02 18:57:…
-
BPO | [1190689](https://bugs.python.org/issue1190689)
--- | :---
Nosy | @vsajip
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.…
-
# What are you trying to achieve?
Most prominent frameworks across different programming languages allow to `name` a Logger. This is typically done at `GetLogger(name)` API call, where subsequently…