Julian Krieger
Julian Krieger
I think you're correct on this one. Aliasing to the system version is not supported and that's correct, however I kind of expect `fnm default system` to set the current...
> > however I kind of expect `fnm default system` to set the current node version to `system` without printing an error message > > But, this PR does not...
@mshima Is there any way to get the intended behaviour? Otherwise, the whole deal with yo-rc.json doesn't seem to make sense to me, or the documentation about it is outdated
I think the last time I looked, the order of projects was indeed created at random. There should be a `shuffle` somewhere in either main.js or projectService.js, which is the...
@ritwik12 there exists the line ``` if (!ordering) { ordering = _.shuffle(_.range(_projectsData.projects.length)); if (canStoreOrdering) { sessionStorage.setItem("projectOrder", JSON.stringify(ordering)); } } ``` in projectService.js, I'll look into it when i have time
Changing this is obviously a breaking change, but I think it would be worth it to think about since then all functions which accept callbacks fit neatly into the node...
@kisak-valve
Please reopen this issue. Due to recent file-loader changes, file loader now loads MJS Modules by default instead of their flattened counterpart (meaning what you actually want to use is...
@pcardune I created a pull request to notify users of this in the Readme.
@katevoss @pcardune Since I've been contacted for questions about my solution to this problem recently, maybe we should include @katevoss es example in the readme?