Eric Engestrom
Eric Engestrom
> I am aware that nested children within a parent having an underline behaves the same way. `::before` and `::after` _are_ nested children: ([MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/::before)) > ::before creates a pseudo-element that...
I'm very interested in this, as my main work machine runs on aarch64. Is it possible to get an example CI output (ie. the `bw` binary) so that I can...
Ah I didn't think to look at your fork; thanks! I'll run it when I have a minute between Christmas preparations 😅
``` $ ./bw pkg/prelude/bootstrap.js:1872 throw error; ^ Error: /tmp/pkg/4bd3f4b31ee48f604a21d5f03bada979b98c4ff4ee1f1798114d34ac3ac586cf/argon2/lib/binding/napi-v3/argon2.node: cannot open shared object file: No such file or directory at process.dlopen (pkg/prelude/bootstrap.js:2251:28) at Module._extensions..node (node:internal/modules/cjs/loader:1196:18) at Module.load (node:internal/modules/cjs/loader:988:32) at Module._load...
Thanks for working on this! Unfortunately, the result is still the same: ``` $ ./bw pkg/prelude/bootstrap.js:1872 throw error; ^ Error: /tmp/pkg/53ebb22c3ad69d48ae6551060e08df953fda12b022d1620201f969e145be4be2/argon2/lib/binding/napi-v3/argon2.node: cannot open shared object file: No such file or...
> See this run if you want to test it: https://github.com/mloiseleur/clients/actions/runs/7339395597 It works! :raised_hands: I have verified that I can not only run the app, but login and access my...
While trying to understand the code to find a better fix for the above, I noticed that `ProjectJob`'s `.play()` also doesn't update the job status; https://github.com/python-gitlab/python-gitlab/pull/2784 fixes that
I don't understand why `ProjectPipelineJob` exists though; why doesn't `ProjectPipelineJobManager.list()` return a list of `ProjectJob`? That would resolve a bunch of limitations, and I don't see the downside/blocker for doing...
v5.1.0 released last week contains the fix: 635b1437a513e9a13367827ee3f74fbbdaa54aa8 :+1:
You need to wait for the homebrew package maintainer to update the `gist` package. I don't really know how homebrew is organised so I don't know who to ping about...