Daniel

Results 27 comments of Daniel

> How is the progress on this ? Version 0.32.4 seems to bundle OK by esbuild, but Node fails to run it complaining on dynamic imports. idk, seems like I'll...

> Please no +1 comments Well, fair enough. I'm just curious, is the Proton company cool about it? I like the thing and I'm looking forward to use in a...

So basically outline-client didn't wanted to work on Debian 12. I went as far as manually installing the proxy service, but the solution was to get pkexec package installed instead....

By the way, can we make a release after this PR is merged? We had docker image ready for almost 3 months now and it's still not published

I'm investigating this right now. Probably, the bug hides in Netlify's build tool cache utility, that wasn't updated for the last year, maybe something was changed on the backend. There...

@nomeata Any updates? The only thing I suspect now is bad file paths. Somehow, Node just does that from time to time. When the plugin says that it did something...

TLDR: Try a path that does not start with a dot. Maybe they put a regex for path transforms that is shooting back

Actually, it displays the number of directories cached, not separate files: ![image](https://github.com/jakejarvis/netlify-plugin-cache/assets/102395937/cb575e6f-506d-4d72-857f-8500a1448804) In the case in picture, it means that `node_modules` and `assets/.cache/` were cached. You can ignore this behavior...

Oh interesting, so what's broken in my case is a redirect. In fact, that `/checkout` page is not `/checkout.html` but at `/checkout/index.html`. But I don't feel like just slapping a...

So, I made a PR that fixes the issue: #596 I mean, I get that you're probably busy with more important things, but it would be nice to get this...