Results 28 comments of Luxalpa

In **Go**, interfaces are automatically implemented if the struct has matching method signatures. But you're not allowed to add methods to externally defined types, only to local ones, so a...

In the readme it says to use `import * as tsx from "vue-tsx-support";` and not `import { ... }`

This just cost me 4 (thankfully paid) hours. Would be nice to get this fixed.

1m Scale does not work for me in Blender because of selection issue. 100m scale also does not work because of graphical issue. Guess I won't be using this tool....

There's currently type definitions shipped with vue-fontawesome, but they don't work with TSX.

https://github.com/piroor/treestyletab/blob/master/webextensions/sidebar/drag-and-drop.js This is how TST does it. Looks like a lot of code. Not sure if the license allows blatantly copying it, but that would probably be the easiest solution.

I personally would like to see this feature implemented and may try myself on the implementation / bugfixing some time, but I think it's not really important. Just a nice...

Requires version 2.79b, ideally 2.79c (if you want to use the LMT/TIML tools; see in that repo for a download link)

LocalizePipe is an impure pipe, meaning whenever your component updates, the pipe will update (likely multiple times). Its performance will be much worse in development mode than in production. A...

I can measure my peak memory usage using the dhat-crate in a test. But it would be cool to have criterions other features for this and also to unify the...