mayjs
mayjs
Hm, maybe I'm misunderstanding something. I thought that adding the test cases to `test_onnx_backend.py` would let them run in the CI. I took the name of the tests from here:...
> > > > Probably the easiest way to fix this would be to run the tests locally... I can try later if necessary. Yeah I guess that would be...
I just tested it, and for me it does not work. There are no error messages, but there is no synchronisation happening at all.
I think it does not work, but I will do further research into this issue. I did not test it with Gogs, since I don't have a running Gogs instance...
@andresmanelli I just noticed I misunderstood how this tool works. After looking at the code it seems like you use webhooks to get notified on changes in Wekan or Gitea....
@tezukzai I've not investigated it further unfortunately, since we've settled with another project management system for our project.
@TimRadder I just ran into the same issue. After uninstalling some of the bloatware apps I got to about 100MB of free space (according to the app manager), which was...
> Hi, thanks for the report. Can you try exporting with hq mode enabled as noted in > > `--hq true` > > Thanks! > […](#) Actually, I already ran...
@paperdigits just a quick update, we have identified the root cause in darktable. Apparently, for `darktable-cli` on NixOS, [OpenMP dynamic thread number adjustment](https://www.openmp.org/spec-html/5.0/openmpsu30.html#x49-670002.5.1) is allowed, resulting in some parallel for...
Actually, I just tested it, compiling a simple C program with GCC and OpenMP enabled will NOT enable dynamic thread number adjustment by default, so something else must cause it...