Sam O
Sam O
```pycon >>> from apispec.lazy_dict import LazyDict >>> x = LazyDict() >>> x[1] = lambda: 203 >>> import ujson >>> ujson.dumps(x) Traceback (most recent call last): File "", line 1, in...
For my project, I implemented a PG based source. It assumes the existence of a `kafka_acl` table with the same format as the CSV. Would the inclusion of such a...
> [!IMPORTANT] > The `Update branch` button must only be pressed in very rare occassions. > An outdated branch is never blocking the merge of a PR. > Please reach...
Logger Interface should include log_plot because it is called by the Logger object. https://github.com/NVIDIA-NeMo/RL/blob/main/nemo_rl/utils/logger.py#L1014C1-L1016C1 When an added logger is added that doesn't implement log_plot we receive this stack trace: ```...