Raphael Schweikert

Results 69 comments of Raphael Schweikert

@ivanjaros I’m not currently actively working on new features for the project. But I’m very much maintaining it so if you want to work on this and open a pull-request...

Thanks for this pull-request! I like the approach of moving the whole internal processing to a well-defined charset (UTF-8). But I really think the parser should, by default and unless...

I’m now using the following System groovy script as first build step: ```groovy import hudson.model.* import groovy.json.JsonOutput import stashpullrequestbuilder.stashpullrequestbuilder.* // get current thread / Executor def thr = Thread.currentThread() //...

How did you install `php-svg-lib`? Did you use composer? Is it possible it didn’t install the dependencies correctly? If you didn’t use composer, make sure you have an autoloader and...

But how did you install? Using composer? Can you see if you find `php-css-parser` in your `lib` folder?

While I like the proposed change for clarity sake, I’m not sure it really fixes the problem: what if I wanted to switch a term for a `ValueList` or a...

For me the following works: ```php $oParser = new Sabberworm\CSS\Parser(getRules() as $rule) { $value = $rule->getValue(); if ($value instanceof \Sabberworm\Css\Value\URL) { $url = $value->getURL(); $newUrlAsString = '...'; $newUrl = new...

I’ve rebased this pull request atop the current master so it should be fine to merge automatically.

I still have this even with azul zulu 11.0.23