Jonathan Elliot
Jonathan Elliot
v0.21.0 If `workerCreationDelay` is passed as undefined (instead of the property simply not being included) the cluster never runs any tasks. ``` Cluster.launch({ workerCreationDelay: undefined, // ... other properties })...
`overrideStyles` specifies its styles using an Object, which can be an issue when we need to repeat the same css selector, as is the case with `@font-face`, as JS object...
GH action: ``` name: size on: [pull_request] jobs: size: runs-on: ubuntu-latest env: CI_JOB_NUMBER: 1 steps: - uses: actions/checkout@v1 - uses: andresz1/size-limit-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} ``` Gives this error:...