Frotty

Results 139 comments of Frotty

Lua has a hard limit of 200 locals per scope. You will have to use less locals or turn on optimizations which might reduce them.

With `main.js` config it works like this: ``` module.exports = { core: { builder: 'webpack5', }, stories: [], addons: ['@storybook/addon-essentials'], // Use the property below if you want to apply...

Hi 👋 I think some extension functions in the Player package could be useful?

Why should the file name be different from the package tho?

Okay, might also have been fixed in the meantime. Some test case would be helpful.

Module init should only be for the class that uses it. If it's not inited for you then the issue in your case is not missing module init, but The...

Path is now used correctly and if not path is found one can be selected by user which will be added to workspace config.

To finally get this done I merged the two branches and fixed a bunch of issues such as binary expression formatting breaking parentheses and added support for differentiating between wurst,...