Miles Johnson

Results 445 comments of Miles Johnson

If you plan on creating a WASM plugin, feel free to join in Discord and we can discuss! PHP is a bit unique compared to the others, as you'll have...

To start, `package.json` dependencies are already included in the hashing process of a task, but only for dependencies of the project the task resides in. You can verify this by...

> Does this include devDependencies of the root package.json? I share devDependencies across all the projects, so will an update of webpack at the root-level also invalidate the hashes for...

@prabirshrestha Where is typeshared located? It's failing with `No such file or directory`, which means either typeshare can't be found, or bin that typeshare uses can't be found. If you...

Is this still an issue in the latest versions?

Gonna close this as no one else seems to be reporting anything liek this.

While I'm a big fan of the `.config` folder approach, the `.moon` folder contains a lot of non-config files. Some examples are all build caches, VCS hooks integration, Docker stuff,...

Fair enough. I'll look into it for a future release.

This kind of feature has definitely been on my roadmap since v0 days. I have some ideas on how to do it, but it's a bit complicated since each OS...

In 1.20, you can now download using extensions: https://moonrepo.dev/docs/guides/extensions#download However, unpacking isn't a thing. WASM doesn't support file permissions, so this isn't possible right now.