J Roeleveld

Results 8 comments of J Roeleveld

The step settings are: ``` - name: Upload coverage to Coveralls env: COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: goveralls -coverprofile=coverage.out -service=github ``` Logs: ``` 2021-03-08T14:57:49.9861787Z ##[group]Run go get github.com/mattn/goveralls 2021-03-08T14:57:49.9862517Z go...

Disable Gatekeeper: https://osxdaily.com/2015/05/04/disable-gatekeeper-command-line-mac-osx/

Same problem here (1.5.0, El Capitan)

Hi @twifkak, thanks for the reply. I'll be using a binary I still have in a cached Docker image in the meantime.

I think this addresses something else then what I intended :). The RN Image component can be supplied with an array. It will then automatically find the best match based...

```typescript theme={{ stylesheet: { calendar: { main: { container: { backgroundColor: 'green', }, }, }, }, }} ```

My workaround was to use env files for single-line secrets.

The tests of the kustomize-controller actually check for this newline, too.