Pascal Garber

Results 142 comments of Pascal Garber

have you created a config file? This is required. But you should wait, I want to rewrite this project.

@romgrk @gavr123456789 @TheBlueOompaLoompa @mildsunrise I released [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.0 πŸš€ now. In this release I have focused on introducing NPM packages, this pre-generated NPM packages can be accessed directly on NPM,...

> @JumpLink maybe a check should be implemented for when ts-for-gir is executed in a non interactive environment so that it either assume some default behaviour or raise an error...

@HeavenVolkoff We do not need to depend this on #94, I think we can just add the option to generate a eslint config. Or what do you think?

:) yes, I think I can do that in the next days.

I use it for a smoth "scroll back to top" (scroll to position 0 not to an element) button and my app scrolls automatically to the element when the corresponding...

I've created a video that shows for what I need it exactly: https://drive.google.com/file/d/0B5r20MKWjT9YN1JXVE1sWDByY0E I hope I can show you a real usable demo soon.

Okay, now with the help of [dbus-monitor](https://wiki.ubuntu.com/DebuggingDBus) I found out what the complete error message was and was able to identify the values ​​that operate incorrectly: I can't set the...

Your module has parsed `addresses = [ [515025088, 24, 28485824] ]` to the dbus signature `aii` but it must be `auu`. I have changed your code, so that it is...

Another related issue: [TypeScript Bytecode Interpreter / Runtime Types](https://github.com/microsoft/TypeScript/issues/47658) Here the developer of Deepkit has already tried to get his solution upstream (by the way, the issue is well worth...