Laurent Goderre

Results 475 comments of Laurent Goderre

Can you try mounting somewhere else than `/app`? Somewhere like `/home/node/app`

The Windows ones are still in progress. (#362)

I wish I had access to Windows 10, I'd help move it along.

IMHO we don't need this extra complexity. We worked hard to get to a point were our image tagging give users the most flexibility. Users who want stability should pin...

I did report this to SauceLabs as well so it might get resolved but then again it probably better to fullproof it. There might be other config that creates this...

Also to clarify my report, the error occurs on the status calls, not the job creation call. SauceLabs thinks it created the job because it returns a job id but...

The UI doesn't even list the job. They aware of the bug and are working on it on their end but it is possible that other combination could trigger this...

The following works using native jq ``` to_entries | [.[] | select( .key as $key | any(["a", "b"][] == $key) ))] | from_entries ``` ```bash echo '{"a": 1, "b": 2,...

Could this issue be closed then since there are many documented ways to achieve this?