Julien Le Bras

Results 7 comments of Julien Le Bras

What if the user could set an alias for a module ? Like `trymodule "[email protected] as l1" "[email protected] as l2"`. Or shorter like `trymodule [email protected]=l1 [email protected]=l2` But it's only a...

Csv parsing still broken on NodeJS, using v5.4.1 with header: true. Wrong number of rows and invalid row objects filled with "_1", "_2", etc.... and concatenated columns that should be...

Did you find a way to do it for Android, or a fork of this project ? Can we easily swap local/remote views (small remote view and big local view)...

I tried something based on your diagnostic. This is what I have for an array literal of 10 objects: ``` JS bytecode executable "" [ 0] 0: NewArray dst:reg5 [...

I made some improvement, apparently for this script there are 1M+ string constants that are added, but only ~24K unique values. I added a cache similar to what is done...

It should be fixed with 3a78c97382c6ec103118139b06f42eee64678451.

@Hellmark Exactly, I'm having the same problem building [Crow Translate](https://apps.kde.org/crowtranslate/) as it depends on QHotkey. I have CMake 4.0.2 on my system.