Arpple BOG

Results 7 comments of Arpple BOG

is that what `Unique` attribute for? https://github.com/sschmid/Entitas-CSharp/wiki/Attributes#unique-entities

there is workaround by using c# implicit keyword https://github.com/sschmid/Entitas-CSharp/pull/88

another case I found Input: ```lua if 1 then doSomething() -- comment end ``` Result: ```lua if 1 then doSomething() -- comment end ```

I suspect [this part](https://github.com/trixnz/lua-fmt/blob/master/src/printer.ts#L236-L248) and after adding more check to be like this ```javascript const canBreakLine = node.init.some(n => n != null && n.type !== 'TableConstructorExpression' && n.type !== 'FunctionDeclaration'...

I haven't read all of your explanation yet, but for situation 1 (and in other async command) I will use an InputEntity with component that have a callback as property...

having this problem on wsl ubuntu the command I run before this happen ``` $ etlas update -v3 Welcome to Etlas, the awesome build tool for the Eta programming language!...

@rahulmutt for when I tried, yes it happen consistently, I removed ~/.etlas ~/.eta and then update serval time but now after I tried it again, still not work but the...