Haim Ashkenazi
Haim Ashkenazi
Indeed, working on the newly updated `6.0.400` the behavior described in #1718 is back 🙁. As a workaround I added a `global.json` file pointing to `6.0.303` and now the functionality...
I'm not a front-end developer - just played around with _Feliz_ but I think I found a solution for this problem - it seems to work in my very simple...
@panmau, Yeah, I figured it out by now 🙂. What I finally did is add a `--long-help` subcommand for all subcommands where I print the description. Coming from unix to...
I accidently pressed the submit button before filling out the bug. I'll update the description and notify when ready. Sorry.
Ok, now the description is ready.
Doing some (very) basic tests it seems that I can replace `fable-splitter ...` with `dotnet fable`. If this is known, I can create a PR for replacing it in the...
Ok, update, this does not work when trying to import a module. It fails with an error: `SyntaxError: Cannot use import statement outside a module`. Maybe I need to pass...
Just in case someone newbie as me is having the same issue - I solved it with creating a `babel.config.js` file: ```js module.exports = {presets: ['@babel/preset-env']} ```
Hi, thanks for the update. It might take me a few days. It seems that since the release of dotnet 7 together with the fact that I have `global.json` pointing...
Sadly I can not test it at this time. Since the release of dotnet 7 (with my project `global.json` forces version 6) _fake_ is completely broken for me. As long...