notEvil
notEvil
Nevermind, saw https://github.com/c2nes/javalang and couldn't resist: https://github.com/notEvil/PHONK/blob/ts_declarations/get_ts_declarations.py Now I would consider this actually viable. It still assumes a lot and is far from perfect, but has a solid foundation. For...
Great, no hurry! I now use sshfs and Neovim as shown above, and it works quite well. Fyi I've changed the script a bit so it would export the documentation...
I connect to Bangle.js which has a max MTU of 53, and for now I require this message size (custom protocol). So the issue was that I called `connectDevice` with...
Unrelated to this PR: Fyi, I released the first version of my project at https://gitlab.com/notEvil/cyclometer :)
There seems to be a general inconsistency between instance methods (e.g. `.text`, `.textSize`, `.textAlign`, `.background`, ...) and the corresponding styling properties. From my experience, it is mostly sufficient and "better"...
Thanks! You can link/mention it when/wherever you want. A section about projects using PHONK would be really nice!
> I don't think there is any misunderstanding from your side :) After reading the code I have to disagree. `Styler` defines the general look and feel of widgets and...
I've added another commit because `String.getBytes` in `write` adds unicode bytes that I wasn't aware of. This is not intended to be merged as is! You probably want to change...
This commit contains a bit more, like `.textFont` not forgetting about previous `.textStyle` and fix for https://github.com/victordiaz/PHONK/blob/3c4024e447bdde2615403eaa3fc3e65005886590/PHONK-android/phonk_apprunner/src/main/java/io/phonk/runner/apprunner/api/widgets/PButton.java#L165 (infinite loop if I'm not mistaken). Not tested yet!
And another which fixes the calling behavior of `sensors.location.onSatellitesChange`. Please let me know if you want these changes in separate PRs!