Maxime Dubourg
Maxime Dubourg
I faced the same issue: you indeed need to use `[email protected]`, but if you still get the same error after that, **check that your `history` object (`export const history =...
Had the same issue when migrating from "react-router-redux" to "connected-react-router" and struggled a lot to try to fix the issue without success. I just switched to [`redux-first-history`](https://github.com/salvoravida/redux-first-history) as mentioned by...
Same for me: external monitor configuration does not work as expected as I can't setup the external monitor to be on top the integrated one (got a laptop). Also, the...
I've tried to run the job you provided as example and got the same error. Could you please provide the Dockerfile used to build this image ? Thanks for reporting...
I just tried out and this indeed does not work as expected. The difference between GitLab CI and glci is that glci runs a `docker exec` inside the container for...
Hello, could you please provide your `.gitlab-ci.yml` file ? Thanks for reporting this 👌
I did not take the time to fully dig the problem here, by my guess is that the issue comes from the version of `node-gyp` used by the `nodegit` dependency:...
I also ran into an issue of this kind lately. If I remember well, running `yarn global upgrade` before installing glci helped, could you try ?
Hey, can you confirm that the output of `yarn global bin` is actually in your `$PATH` ? If not, you can add `export PATH="$PATH:$(yarn global bin)"` in your `~/.zshrc` /...
Hi there, The goal of glci is really to be used (ran) locally to "pre-validate" your CI Pipelines **while making changes to them**. As glci already creates a new Docker...