Aicke Schulz

Results 28 comments of Aicke Schulz

I've solved it that way: ``` pnpm ${env.PATH}:${project.basedir}/node/node_modules/pnpm/bin run install ``` (looks simple, but took me a while to figure it out)

Seems to be related to https://github.com/cypress-io/cypress/issues/8008

This seems to be the number of the footnotes, see https://caniuse.com/#feat=es6-module and compare it with the API results: ``` { and_chr: { y: 62 }, and_ff: { n: 57, d:...

I'm a rookie with grunt, but I would expect you can use http://gruntjs.com/configuring-tasks#compact-format, http://gruntjs.com/configuring-tasks#custom-filter-function or even better http://gruntjs.com/configuring-tasks#globbing-patterns to target multiple css files. The pixrem source looks like it's supported,...

Stumbled upon it in the change log, works for me. Better late than never. 😁

Problem still exists with version 3.0.0, package.json looks quite complete, so I expect it should work. Adding a change log entry would be the last option, but a generic solution...

For me it seems that is will be fixed, but incorrectly. When I run `stylelint --fix`, then something like `$breakpoint = 600px-1px` will be fixed to `$breakpoint = 600px -1px`,...

Happens for me if "Automatic" mode is enabled in Google Meet, in other view modes I have the issue of https://github.com/Fugiman/google-meet-grid-view/issues/242