JHawkley

Results 15 comments of JHawkley

Having this issue as well. I'll try the workaround above. Edit: The workaround didn't work for me. Got me to line 1899 (of the unedited source), but `flex.nodes` is undefined...

I may have some insight. Running Ubuntu 20.04 and Wine 7. I was experiencing something similar. Fusion 360 installs and runs fine, however I was launching and closing Fusion 360...

Oiy... You gotta completely restart the desktop manager to get it to update the applications listed in the launcher? Why does everything have to be so difficult in Linux...? Anyways,...

Ahh, I see. I didn't find this issue before I submitted this. Well, hopefully this might be useful as a design for implementing the feature in the future. This feature,...

If you're doing some work with this in Webpack, I had started an attempt to convert this project into a Webpack loader. The code is currently [available on GitHub](https://github.com/JHawkley/resolve-imports-loader) if...

This is true, and I do my best to reduce it with things like the `unsafeASTCaching` option. I also took care to ensure that this plugin was at home in...

@devsnek I hope that they are syntax errors, because it seems like that would be for the best. And yeah, that's a good, simple example of using `return` in a...

@claudepache I gave IIFEs a specialized syntax primarily so they're viewed on more level ground. Having to use `(() => { ... })();` in the IIFE examples while comparing them...

@gibson042 I don't understand what you're trying to tell me. I appear to have demonstrated that `break` works in the same manner you have done in this jsFiddle.

@gibson042 Ahh, wait, I think I understand what you're saying. No, that is true; it is not actually setting the completion value of the `switch` statement. It is just exiting...