Mal Miller

Results 16 issues of Mal Miller

One of my colleagues was caught out by `Task.connect` not erroring when a `datetime.datetime` was included in a dictionary passed to `task.connect`. I was wondering why the decision was made...

Hi there, Is there any reason for this upperbound? https://github.com/allegroai/clearml-agent/blob/e3e6a1dda81bee2dd20a64d09746568e415f1823/requirements.txt#L1 Looking at the [release log](https://www.attrs.org/en/stable/changelog.html) I don't think `clearml-agent` will be affected by any of the breaking changes, but I'm...

When I delete a task using the Web GUI, I see the following message: When I check the fileserver in the VM on which it's running, I can see that...

Hi, I've had a three small issues running `agent-services` via `docker-compose up agent-services` on the server, so thought I'd put them in one issue. ### `ERROR: Invalid requirement: 'clearml-agent">=0.17.0"'` I...

I'm using `CheapThreads` to setup all threads except thread 1 with a function that listens to a `Channel`, and then runs another function according to what is in the channel....

MWE from a fresh Julia session: ```Julia julia> using EzXML [ Info: Precompiling EzXML [8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615] julia> node = AttributeNode("name", "&&") EzXML.Node() julia> node.content ERROR: AssertionError: isempty(XML_GLOBAL_ERROR_STACK) Stacktrace: [1] macro expansion...

Is the debug logging in `transcode` necessary? I am having to alter logging behaviour either side of this function to stop the debug logs from this function hiding the debug...

## Proposal Summary When an artifact can't be retrieved via `get_local_copy`, raise an informative error. ## Motivation Currently these lines https://github.com/allegroai/clearml/blob/4020c8cd42f178362a4829c6ad0072fa80978609/clearml/storage/cache.py#L55-L58 Result in the following error when not authenticated with...

Hi there, I've been enjoying using this package and am keen to help improve docstrings. My motivation for this is I've been having to check the source code to find...