Jonathan Narwold

Results 6 issues of Jonathan Narwold

I ran into an issue where I was trying to run your code in CI/CD, and it stalled just after starting the report server to show the report in the...

We had a use case where we wanted to apply the same label configs to multiple repos so that we could have some cross-cutting concerns across our repos. We stored...

## Changes This PR adds a fallback to the rubygems datasource that will hit `/versions` on any arbitrary registry that 404s on the `/api/v1` endpoints. It turns out that this...

## Environment ``` ❯ npx envinfo --system --binaries --npmPackages styled-components,babel-plugin-styled-components --markdown Need to install the following packages: [email protected] Ok to proceed? (y) y ## System: - OS: macOS 13.5.2 -...

The line removed in this PR was deprecated in Stylelint 15 per https://github.com/stylelint/stylelint/blob/bc9225e53b2d937f1347d55766090cc6264e81a8/docs/migration-guide/to-15.md?plain=1#L66 and started erroring out for us as a missing rule in Stylelint 16.

This PR fixes an issue where the content will reclamp on container shrink (window resize), but it will not re-expand on container grow. This is because the content is imperatively...