Pavel Starosek
Pavel Starosek
This loader hasn't been updated since last year and doesn't seem to support webpack 5. For example, I could not find a solution for my problem of using `ejs-loader` and...
I just noticed that version 6.0 was released, and the http links were in `package.json`.
`svgo@^1.3` has an indirect dependency on `nth-check`: ``` svgo@^1.3 > css-select@^2.0.0 > nth-check@^1.0.2 ``` Information about the vulnerability in `nth-check` was recently published: https://github.com/advisories/GHSA-rp65-9cf3-cjxr This vulnerability was fixed in `[email protected]`....
This service contain: https://github.com/yggdrasil-network/yggdrasil-go/blob/78b5f88e4bb734d0dd6a138ff08d34ca39dcaea3/contrib/systemd/yggdrasil-default-config.service#L11 Unfortunately, this `file:` prefix will work only with `systemd >= 236` ([proof](https://stackoverflow.com/a/48052152)). But on Ubuntu 16.04 we only have `229` > $ systemctl --version > systemd...
I have some raw-sql queries, which I want translate to PHQL. For example: raw sql: ``` sql UPDATE versions LEFT JOIN composerlink ON composerlink.TrackRef=versions.TrackRef SET Price=PriceOrig WHERE composerlink.ComposerRef=:artistId AND (Price=0)...
I apologize for asking this question. Now this loader has several unresolved issues related to webpack 5.x (https://github.com/peerigon/extract-loader/issues/102, https://github.com/peerigon/extract-loader/issues/95) and css-loader 5.x (https://github.com/peerigon/extract-loader/issues/99). The last commits were in May 2020....
firewalld module does not permanently set an interface zone on CentOS / RedHat due to upstream bugs
##### SUMMARY As per [NetworkManager and firewalld - Zone is lost on network restart](https://access.redhat.com/discussions/1455033), this ansible firewalld module is unable to persist zone settings for interfaces. This can be enhanced/compensated...
I have wanted to propose this for a long time, but I'm not sure how we should better implement this on GetID3 2.x. Despite the fact that [getid3.org](https://www.getid3.org/) indicates that...