Gabriel Le Breton
Gabriel Le Breton
For reference, here's the related issue for the empty license file: https://gitlab.com/game-ci/unity3d-gitlab-ci-example/-/issues/171
I confirm your fork works on python 3.6.3. @ yan12125 You should send a PR so it gets published as the new base. ```bash pip install git+https://github.com/yan12125/logcat-color3\#egg\=logcat-color3 ``` 👍
This message happens when using an older version of XCode. XCode versions are determined by the Github Actions macos runners, not unity-builder action. I've investigated this and here's what I...
I recommend the **MIT license**. It's permissive and provides protection for your work. For a deeper dive or to compare licenses: * Check out [TLDR Legal](https://www.tldrlegal.com/) * Follow the guide...
`--display-error-details` didn't help :( ``` webpack --display-error-details -dw Hash: 6e3016f3f603df6b599f Version: webpack 1.13.1 Time: 3470ms Asset Size Chunks Chunk Names 152c291c7e65a07a6587ab148e2fe4c6.eot 102 kB [emitted] 3a3e4c4ddbecd6bd63e17a4057d0771c.ttf 165 kB [emitted] c51d32dd8aa851634aa8f7f4d1e0e819.woff 57.3...
If I understand correctly, the question can be summarized like this: > How can I customize the Github Actions parameters to add options like `FileProperties` or `FileExclusion` to the Steam...
I'm not sure it will fix this specific issue, but the following pull request sounds related: https://github.com/ifl0w/RandomWallpaperGnome3/pull/115
Currently failing with this: ``` ... The command "yarn run test" exited with 0. $ mocha-phantomjs ./test/test.html Likely due to external resource loading and timing, your tests require calling `window.initMochaPhantomJS()`...
I applied suggested changes, It is still failing on the ci side with this: ``` $ mocha-phantomjs ./test/test.html SyntaxError: Parse error ``` As the file doesn't get generated anymore (it...