Simon B. Gasse
Simon B. Gasse
@bmartinn should this work agent-side in `clearml-agent==1.0.0`? I have: ```bash $ pip freeze | grep clearml clearml==1.0.4 clearml-agent==1.0.0 ``` and in `clearml.conf`: ``` ... agent: { force_git_ssh_user: "git" force_git_ssh_protocol: true...
Sry if I misunderstand - I am still new to ClearML :slightly_smiling_face: . Though is the commit you referenced @bmartinn really addressing the issue that @milongo mentioned? If I see...
OK I found two workarounds, both rather hacky. If you need a solution, you can use it, but I personally would prefer a cleaner way. Both rely on having a...
I took another look and added the `sleep()` in the `scan()` function of ES instead. This works well for me and is a lot faster. To avoid having to change...
Today, I was also looking for existing issues about per-share mobile/wifi sync settings. What is the relation of this repo and the fork of @Catfriend1 ? It looks like the...
Just stumbled into this issue as well. What is the recommended way to work around it until it is solved properly? My first quick working hack was this, but I'd...
Alright thanks for the suggestion with `gdb`! :pray: I will take a look and try to understand why setting `-1` has different behavior when using Python vs Rust.
Hey @asomers , I took another look at the issue. Short story: The behavior is *the same* between Rust and Python. When I tested before, I just tested on different...
No, everything should be fine now :+1: I updated #2074 with the changes you requested.
Internally, the process ID is parsed as string and not yet as any number. Filtering for a regex match is easy (see PR below)