Jean Dupouy
Jean Dupouy
I’ve looked into this as well, seems like the `open('/dev/hidg0','rb')` call in `boot_P4wnP1` hangs forever. I replaced it with a simple `sleep` for now (I’m guessing @leperjulien’s solution – hook...
Hey @maltsev, I’m thinking about this issue but I don’t think there is a way (as of now) to use your plugin with Webpack without significant drawbacks. First of all,...
@maltsev Sure, the goal here is for Webpack to rewrite the HTML templates to apply the generated class names, but also to produce a valid CSS file from the CSS...
It indeed works, but the main reason for me to use PostHTML is to bake the class names inside the templates at compile time, not have them be interpolated at...
What if we wrote the templates like this? ``` html Foo ``` Will become (with dummy class names): ``` html Foo ``` Of course this means we also need to...
Hi. I’m experiencing the same issue and mitigated it with the following script in my launch template user data: ```sh kubectl get nodes | awk -v "host=$(hostname)" '$1 != host...
This is still happening on macOS 14.1 and Checkov version 3.1.38
On peut remplacer les icônes animées par des icônes fixes assez simplement en configurant _Icons location_ à `https://cdn.jsdelivr.net/gh/hacf-fr/lovelace-meteofrance-weather-card@latest/icons/static/`.
Just had this “bug” myself. The culprit is [in the `componentWillReceiveProps` method](https://github.com/ankeetmaini/react-infinite-scroll-component/blob/4536256b51639b2a67e0069ac6e419e6d354cf2b/src/index.tsx#L140). The `actionTriggered` property will never get updated if neither the `dataLength` nor the `key` props change. So you...
This is still happening on macOS 14.3 and Checkov version 3.2.136