Pete Walsh

Results 94 issues of 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...

Contributions welcome

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...

Stale

### 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:...

bug

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...

enhancement
question
documentation

Priority: Medium
Protocol Feature
Backend: RPC

Status: Help Wanted
Priority: Medium
Protocol Feature
Backend: Redis

Status: Help Wanted
Type: Enhancement
Priority: Low
Protocol Feature

Would need to use some form of a distributed lock, like redbeat does.

Status: Help Wanted
Type: Enhancement
Priority: Low
Protocol Enhancement

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).

Type: Documentation

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.