Bastian Müller

Results 531 comments of Bastian Müller

@jsmith > Since my build pipeline already does minification (I expect this is the case for most people using the library), would you be interested in using something like rollup...

I don't currently have a plan to add that functionality, though it is possible to implement it yourself. Contributions are very welcome!

A workaround for now is to follow [Apple's guide](https://developer.apple.com/documentation/appkit/nsappearancecustomization/choosing_a_specific_appearance_for_your_app) and patching Cola like so: ```python import AppKit app = AppKit.NSApplication.sharedApplication() aquaAppearance = AppKit.NSAppearance.appearanceNamed_(AppKit.NSAppearanceNameAqua) app.setAppearance_(aquaAppearance) ``` This requires pyobjc to be...

@vshymanskyy I'm sorry to hear this! I hope you'll be able to return home and live in peace soon enough. Were you able to find a good overview of all...

In https://github.com/turbolent/embergraph I've took 2.1.5-RC and started renaming the code to Embergraph (to avoid inflicting on trademarks), cleaning up the code base, and updating it (Java 8). I plan on...

@kesmit13 Would you be able to share the source and/or a binary. I'd like to try running it with https://github.com/turbolent/w2c2 and implement support for wasix

@japgolly Any idea how this could be done?

@Heath123 Did you end up being able to reproduce the problem? If so, could you provide a binary?

@Heath123 @MaxGraey Thank you for reporting this bug and providing a reproducer

Thank you for this analysis Volodymyr! These are great points for the README, I will detail better which features are supported and also which are not, and the trade-offs /...