Ferdinand Holzer
Ferdinand Holzer
According to https://gitlab.com/gitlab-org/gitlab/-/issues/217018#note_433147870 this is now solved. Documentation: https://docs.gitlab.com/ee/api/lint.html#validate-a-projects-ci-configuration. I think this is available in the community edition.
yes that's likely because I added the entrypoint. If you have a Dockerfile using FROM this image, you could try adding this to your Dockerfile: ``` ENTRYPOINT ["/bin/ash"] CMD ["run.sh"]...
Hi, after a quick search i found this to be a more complicated request than expected. See https://opensource.stackexchange.com/questions/7013/license-for-docker-images I'd like to use a permissive license which also requires publication of...
@dependabot rebase
Hi Shawn, that sounds really great. That way I don't have to maintain my fork with that patch applied ;) Cheers/f
No worries at all. As long as there's no other new features we're interested in, we're fine with using my fork for now. 😋
Seems like the api call to [`/user/show.json`](https://github.com/jaredhanson/passport-twitter/blob/master/lib/strategy.js#L115) made in the finalize callback is part of the "Follow, search, and get users" v1.1 API, which is now part of the ["Elevated"...
The problem with git on cygwin is that, if you provide absolute paths, it expects them to be in the cygwin format, so e.g. `C:\...` should be `/cygdrive/c/...`. The best...
>if it is possible to detect the cygwin environment, we could also map all paths to the cygwin format. Unfortunately NodeJS on the other hand is completely oblivious to the...
Unfortunately Oktagram's workaround doesn't work for me. I have a table, and dropdowns in a 2nd column header to allow users to filter specific columns of the table. I have...