Radu Micu

Results 55 comments of Radu Micu

@jedie When you say you did that workaround, you mean in your docker file, or on the host machine?

I am looking to raise a PR but in the mean time, this is a warning, will it affect the functionality of this module in any way?

Hello, I was looking into this issue and I stumbled into this. My use case looks like this: ```js render(html` .selector > * { padding-top: 0.75rem; } HTML `); ```...

> This should not be the aim of the analysis (other studies do that pretty well) but we should keep this fact in mind because it is a huge part...

Another example where I think that volume of data over the wire is wrong @gerrymcgovernireland posted this a while back https://twitter.com/gerrymcgovern/status/1494225017839697920 > An analysis of top 1 million websites found...

@timfrick Thank you for your reply. I totally understand from where you are coming from in terms of clients and awareness. My main concern is that we are rushing to...

I have the same issue and I installed it to WSL on Windows 10. @Kagami can you paste your docker file?

I was just debugging the same problem and I found this. I can confirm I have the same problem. I will try to see if there is something we can...

Tracked it down to `minimatch` variant we are using in fnmatch.js. ```bash # When testing for this file path fn `if (!fnmatch(filepath, fullGlob)) {` will return false instead of true...

Can we abstract out the logging part out of the CLI one can use whatever logging method one needs? We could have the default behaviour there, but external logging services...