Christophe Coevoet
Christophe Coevoet
Now that [libsass is deprecated](https://sass-lang.com/blog/libsass-is-deprecated), what are the plans for this project ? Should it be marked as deprecated as well ?
- [x] Tests written and linted - [x] Documentation written / README.md updated [https://snyk.io/docs/snyk-for-node/](i) - [x] Follows [CONTRIBUTING agreement](CONTRIBUTING.md) - [x] Commit history is tidy [https://git-scm.com/book/en/v2/Git-Branching-Rebasing](i) - [ ] Reviewed...
A container dumped with a version of Symfony DI is not guaranteed to be compatible with a different major version of the component (and I'm 100% sure that there is...
Currently, each method of the ZombieDriver needs to provide its JS business logic. This leads to code duplication. See for instance #103 which needs to be able to select a...
See https://github.com/sass/sass/issues/3702 https://github.com/sass/sass/pull/3860 https://github.com/sass/sass-spec/pull/1986 [skip sass-embedded]
The readme says that this is an in-progress polyfill. But there seems to be no activity since 2018 on this repo. So what is the state of the polyfill ?...
### Feature request Psalm has a `class-string-map` type to represent cases where an array is a map between a class name (potentially restricted to a given type) as key and...
The current data about `Clipboard API` (https://developer.microsoft.com/en-us/microsoft-edge/platform/status/clipboardapi/?q=clip) seems to cover both the clipboard event and the asynchronous clipboard API according to the detailed browser support (https://developer.microsoft.com/en-us/microsoft-edge/platform/catalog/?q=specName%3Aclipboard-apis). But this makes the...
According to caniuse, this feature has been shipped in Edge 16. But it is missing from this platform, causing https://platform-status.mozilla.org/#abort-api to mark it as "no signals", as it cannot have...
The idea would be to detect PRs containing fixup commits, and add a check on the PR based on that (a failed check if there are any), asking to squash...