Pete Walsh
Pete Walsh
:exclamation: NOTE: implementing this feature kind of depends on this bug in `tensorboardX` being resolved: https://github.com/lanpa/tensorboardX/issues/345 **Is your feature request related to a problem? Please describe.** My TensorBoard gets really...
This is an alternative to #306. It simply removes the use of parallel iterators except within the batch methods (`encode_batch`, `decode_batch`). The result would be that the non-batch versions of...
### Describe the bug **context** After upgrading MyST-Parser to the latest version, we're seeing these warnings while building our docs with Sphinx: ``` /home/runner/work/tango/tango/docs/source/CONTRIBUTING.md:154: WARNING: 'myst' reference target not found:...
When using the `--only-sections` flag, sections will still be sorted by import style (`from x import y` vs `import x`). I would expect using `--only-sections` to completely turn off any...
Would need to use some form of a distributed lock, like redbeat does.
From @Frando: > Might be good to document how the serialization between Python and Rust is accomplished (i.e. what Rust types to use for which Python types).
This callback shouldn't be updated every time `consume()` is called for `AMQPBroker`. And `Celery` should have a single error receiver, instead of creating one each time `consume()` is called.