Evan Sosenko
Evan Sosenko
I agree. Note that you can still get close to your last example with beside using ```js const isParticularState = (state) => ( state.foo === 'something' && state.bar !== NAZ...
Just noticed this. It's a very serious security issue. GitHub tokens have a wide permission scope. Ideally this project should use deploy tokens instead since they are restricted to pushing...
I looked into this more. Seems like deploy keys are supported but undocumented: ``` let remote = `[email protected]:${info.repoSlug}` if (info.gitUrl) remote = info.gitUrl if (env.GH_TOKEN) { if (remote.slice(0, 5) !==...
After much head-scratching trying to get things working with docker-desktop on Linux, I found this https://docs.docker.com/desktop/networking/ So using `host.docker.internal` to route container-to-container connections though the host machine is not limited...
Would maintainer support a PR that introduced https://github.com/pypa/cibuildwheel ?
I have maintain and use this one for personal and professional work. https://hub.docker.com/r/ourtownrentals/fake-s3/
I had hoped I would not have to argue for the generally accepted value of following the semver spec. In the end it's not your or my single opinion on...
Good to hear. Hope to see a major version in the next release or two. To answer some of your concerns, I would first recommend reading carefully the spec and...
Seems like the linked "blockers" have been stalled for a few months now. I still strongly support bumping the version to either `v30.0.0` or `v1.0.0` without delay (for example, you...
Just started using react-icons and was wondering where the new inline style CSP warnings were coming from. I vote to remove the default inline style.