Philipp Miller

Results 21 comments of Philipp Miller

@dagadark Did you run the test via `conky -c` ? Which version of conky are you using?

Then I assume your conky build is missing the cairo bindings. If you run `conky -v` it should be listed under "Lua bindings:".

Thanks for the image. I think it means that font rendering is inconsistent. Judging by the image the anti aliasing around the edges is different. There may not be a...

That font rendering does look considerably different. I'll have to investigate. Thanks for your help!

Well, that's a shame. Calling this feature "very rare" seems rather subjective, if not speculative. I was under the impression that TS tries to add type safety to JS, not...

@fatcerberus `parseInt` is basically runtime type casting, so naturally it's prone to some special treatment when it comes to static type checking. In fact, parseInt is exceptionally treacherous and deserves...

Hey, those are some big plans! :rocket: First off I'm super happy that I'm not alone with this idea of expanding what conky can do and how to do it....

For the theming I definitely want to find a way to offer more than just color options. For instance, these themes follow a completely different style that isn't possible with...

Hey, thanks for your PR! I like the idea of conditional rendering via composable widgets. However, I'm not quite sure how your `Container` could be used. I tried refactoring the...

@codebytere I don't think this is something I can reproduce in a fiddle…