Bruno P. Kinoshita
Bruno P. Kinoshita
Hmmm, curious. I saw the tests failing, they are on the same test file that I used. I picked the first test that failed for me, `test_examples.py`, `test_trick_scandeps`. I can...
Just had this problem, found this problem and tried @dirkf 's patch and that worked! Thank you @dirkf 🥇
Tested on my Win 10 pro, with Python 3.9 (from Windows Store) and a venv. Worked with no issues, both with or without `wheel` package 👍
+1 I am trying to find this feature. I'm comparing Yarn v1 `yarn list --production` with `yarn info`, but it's hard to filter what's production and what's not.
>Probably not worth fixing at this stage? Not sure, but if anyone works on this, there are other three or four cylc review bugs in the backlog too. Maybe we...
I'm doing some analysis over our issues at https://github.com/BSC-ES/autosubmit, and I noticed I couldn't use the `type`. So I installed the `main` branch of @Xiaoven and tested, and `.type` works...
Same here, downloaded slim today to try it for the first time on 24.04 (docker + buildx) and it failed with same message. Tried `./slim --verbose --log-level debug build` but...
Or maybe these help? ```bash time="2025-09-22T07:00:38Z" level=info msg=call app=sensor com=fanmon op=Start time="2025-09-22T07:00:38Z" level=info msg=exit app=sensor com=fanmon op=Start time="2025-09-22T07:00:38Z" level=debug msg="sensor: composite monitor - FAN error" error="SensorError{Op:sensor.fanotify.Run/fanapi.Initialize,Kind:call.error,Wrapped:{Type=syscall.Errno,Info=operation not permitted,Line:131,File:github.com/mintoolkit/mint/pkg/app/sensor/monitor/fanotify/monitor.go}}" time="2025-09-22T07:00:38Z" level=error...
I used their linux instructions to install, and the post install (adding my user to docker group). I also switched to buildx.
Sure, not a problem. ```bash $ docker info | grep -i rootless rootless $ ps aux | grep dockerd root 3828 0.0 0.2 2868860 75660 ? Ssl 10:52 0:04 /usr/bin/dockerd...