Michael Pratt

Results 10 comments of Michael Pratt

TBH this kind of thing is probably outside of scope. I don't think a dashboard should be opinionated as to how your code works. Even if it is less than...

This is an absurd breach of what developers expect out of something like React. Don't monkeypatch existing, standardized browser APIs. If you want to build your own fetch wrapper, fine...

Aren't RFCs normally written *before* code is merged into `main`?

As described in the error, this plugin detects case mismatches, in this case you are somewhere requesting `src\pages\portfolio\[username].vue` but the actual path of the folder on disk is `Portfolio`. This...

Hi there! I'd definitely love to see the use of promises - Originally this was written to support back to Node 4, but at this point even 8 is out...

FYI I just added a new test which should verify that nested folder names are being caught. If you're going to take a further look at recursive parent reads, make...

Can you describe the issue you're seeing? Are you on the latest version of the plugin? Some changes were made for Webpack 5 over a year ago, but if something's...

I'll take a look when I get a chance. In the meantime, what version of the plugin are you on? There's been some internal structure changes lately.

Hi there, Thanks for the contribution. I like the idea of speeding it up in general through parallelization but this isn't currently passing the tests. It looks like it's not...

If you're having slowness problems, can you run with the `{debug: true}` option and let me know how many filesystem operations it is performing? That'll help me figure out what...