Timo Tijhof
Timo Tijhof
I'm blocking this on #37 as I am unable to otherwise verify or imagine what a transformation does. It's difficult enough with LTR/RTL. Seeing it visually seems like the only...
@YairRand Thank you for your continued effort on this pull request. I haven't forgotten. I'm trying to cherry-pick smaller steps of this into master branch. I hope to apply the...
@YairRand Sorry, but I just can't find the time to review a change of this size and complexity. The (the php port of) CSSJanus is actively used at Wikimedia, there...
Through trial-and-error I've narrowed this down to the `background` property. **When using `background-image` the bug does not occur.** Presumably one of the pattern matchers for background-position is interfering. https://cssjanus.github.io/#input/div%20%7B%0A%20%20background%3A%20linear-gradient(to%20left%2C%20%2300ff00%200%25%2C%20%23ff0000%20100%25)%3B%0A%20%20background%3A%20linear-gradient(to%20left%2C%20%2300ff00%200%2C%20%23ff0000%20100%25)%3B%0A%0A%20%20background-image%3A%20linear-gradient(to%20left%2C%20%2300ff00%200%25%2C%20%23ff0000%20100%25)%3B%0A%20%20background-image%3A%20linear-gradient(to%20left%2C%20%2300ff00%200%2C%20%23ff0000%20100%25)%3B%0A%7D As...
> The semver range for node ESM support without a flag is `^12.17 || ^13.7 || >= 14`. `import()` appears to work as of node v13.3 (but it parses in...
@ljharb I took me by surprise because the rule refers to itself as `es-syntax` which, unless documented otherwise, I would think warns on a would-be syntax error. Effectively a protective...
The project continues under a new GitHub organisation at: . (This move is recognised in the project's readme, see [commit](https://github.com/JakubOnderka/PHP-Parallel-Lint/commit/9df953cd03414e88dca163b4a3e8e9e972252513)).
The most frustrating aspect of this is that it appears I have no recovery or undo option. The message appears to be in an indefinitely state of plainness no matter...
> ability to use recent javascript APIs (like ES6), and use a transpiler like Babel to generate a javascript code compatible with all browsers. […] Which browsers are you looking...
I don't know Nightwatch very well, but searching upstream I found this issue which might be related: * https://github.com/nightwatchjs/nightwatch/issues/2803