Manuel
Manuel
FYI - This lib is compatible with UCAN spec 0.10 and seems to be the successor to ts-ucan https://github.com/fission-codes/stack/tree/main/packages/ucan
Thx, this kinda works as a workaround: ```nix frontend = { exec = "echo fail; false"; process-compose = { availability.restart = "always"; }; }; ``` But I feel **the default...
Docker image in Gitlab-CI crashes with error: FormatException: Could not find an option or flag "-c"
The docker image sets an entypoint, which is [required to be empty for gitlab CI](https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#override-the-entrypoint-of-an-image). overwrite like this: ```yaml image: name: filiph/linkcheck entrypoint: [''] ``` /close
I found the nodejs implementation to be a bit faster ``` docker run -it --privileged -p 8080:80 krishenriksen/node-relay:latest ``` (got to ~500KB/s vs ~60KB/s on the `bellenottelling/websockproxy`) But still quite...
> This is an interesting idea, thanks! No, thank you 😋 > I don't think vscode has API to determine whether we are (still) starting up (also see below) so...
You checkout https://nixos.wiki/wiki/Cross_Compiling - probably something like: ``` nix-build '' -A pkgsCross.aarch64-multiplatform.curl ``` if you want to build curl I think it's unrelated to bundling
### Workaround: `yarn add crypto-js`
I think the issue (and #25) lies in this function's logic: https://github.com/mjmlio/vscode-mjml/blob/6417f0be61399da38750f2b007633975a6aeaf2f/src/helper.ts#L83 Issues I see: - the regex in line 86 fails to match the `` if it contains a...
I'm not sure how you imagine this - Especially for the first characters there are a lot of matches, and the would be a lot of jumping around the file......
This is the Quilt repo, not fabric