Victor ADĂSCĂLIȚEI

Results 16 comments of Victor ADĂSCĂLIȚEI

Hey guys! I was able to use ``` - name: Bringing node v16 uses: actions/setup-node@v3 with: node-version: 16 cache: 'npm' cache-dependency-path: client ``` in `act` with a modified version of...

> Would it be possible to integrate this directly into act? I would have, but I don't speak GO 😔

We need to maintain direct module targeting to be able to easily debug the test-suites.

I'm pinning issue this since a lot of people have since asked for webpack support.

I also experienced this. It turned out that I forgot to define the ```REGISTRY_AUTH_HTPASSWD_PATH``` variable as described in https://docs.docker.com/registry/deploying/ . I initially thought that only the highlighted red lines need...

Thank you very much, this is good! :clap:

Thanks, @legraphista ! 💓 Here's my quick thoughts on your proposals/works: 1. we chose to code Jupyter's log streaming functionality and make it available through `kernel.print` instead of `console.log` to...

Has anyone started working on this? Mind if I give it a shot?

Hey guys, Sorry for taking this long. I have it mostly done. I got stuck with persisting the newly defined `ConanSettings` service-component to a `$APP_CONFIG$`-based storage path. I've modeled my...