Mario Guggenberger

Results 64 comments of Mario Guggenberger

> Flashed the recompressed 3.2 firmware today, everything is working fine. Thanks for the report!

As far as I'm concerned, this project is dead for good. I replaced my M1 with a Canon M50 quite some time ago which is a bit more expensive but...

@skytina thank you for your feedback! I also tested `3.2-int` and can confirm that repacking works correctly. Including the report in https://github.com/protyposis/yi-mirrorless-firmware-tools/issues/2#issuecomment-510257375, we have 3 confirmations that repacking of v3.2...

Yes exactly. What you call workaround is how this is currently designed to be used :)

Hi, you need to * install Node.js as described in the [README](https://github.com/protyposis/yi-mirrorless-firmware-tools) * download the program via the green `Clone or download` > `Download ZIP` button in the top right...

Just gave @9oelM's code a try and it works quite nicely :) Had to add an additional null check for `firstChild` to avoid crashing in some other cases: ```js if...

I assume the `url` of the `DeclarationReflection` in `src/lib/converter/factories/declaration.ts` needs to be set to the declaration used in the computed property. The URL can then be rendered as a link...

Just signed up to thank you for your fantastic work... and to note that this missing feature is what prevents me from using less :(

As far as I can see there's only 7 calls of `console.*` for a few special conditions. We can simply remove them or hide behind a logging toggle flag.

This error usually happens in a Node environment (Node uses type `Timeout` while in browsers it is a `number`). Do you import the UI into such an environment? This is...