Daniel Ruf

Results 910 comments of Daniel Ruf

Can you test, if a newer version of `clesn-css` supports that? https://github.com/terser/html-minifier-terser/blob/master/package.json#L78

Probably related: https://github.com/usnistgov/oscal-cli/issues/182

Hi @iMichaela, thanks for the swift reply. > Unfortunately, oscal-cli v 1.0.1 was sunset. That is a bit unfortunate. Besides that, how can we know the current state? Neither the...

Just to make it a bit clearer (for other readers): the version 1.0.1 is still mentioned in the steps in the readme (main branch, which is the default). Without directly...

`import { useLayoutCircular } from "@react-sigma/layout-circular";` is also missing at https://sim51.github.io/react-sigma/docs/api/#none-iterative-layouts

> In `.yarnrc` gets you a local mirror, pruning, and yarn will default to using the mirror. Which you can also do using the CLI commands for `yarn config set...

PHPStorm as IDE does not report this as "unused" when underscore as prefix is used. So that is fine. But phpstan still reports it as unused, which is a bit...

> This is an open feature request True, I am fully aware of that. > So your remark "But phpstan still reports it as unused" is suspicious at least. That...

That would be ideal, since otherwise it gets rather difficult to manage individual projects with additional extensions for the developer tools (like additional codestyles provided as separate packages) due to...

Regarding zlib, there might be some additional logic at https://github.com/DanielRuf/php-spx/pull/1/files that can be helpful. I didn't test this so far due to other more important things.