Yvan BARTHÉLEMY
Yvan BARTHÉLEMY
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. After upgrading to Webpack 5, I...
Hi, in our application, we need to generate words from number including an unit. I've done the following quick-and-dirty patch which works for us, but would need more work to...
For some reason my webpack-dev-server was listening only on ipv6 instead of both ipv4 and ipv6. ``` netstat -an | grep "[.]3035 .*LISTEN" tcp6 0 0 ::1.3035 *.* LISTEN ```...
I thought it would be great to hilight the whole diffed lines, so I ended using the following stylesheet: ```less atom-text-editor::shadow { .line { position: relative; .meta.diff.header::after, .meta.diff.index::after, .markup.inserted.diff::after, .markup.deleted.diff::after...