Jannis Weis

Results 269 comments of Jannis Weis

I noticed this too today. The API is pretty locked down. And various versions to implement it using `NSViewRepresentable` seem to not reliably produce the same behaviour (the positioning seems...

I haven't found a way to utilise this for moving the popover, however I have experimented with having a "detached" popover without an arrow, that updates the content if the...

The code can be found here: https://github.com/weisJ/Maccy/tree/custom/ There are some other changes in there too, but it should be possible to discern what is related to the popup. It’s also...

Sure thing 👍🏻 getting out a first release for 2.0 really is the priority here.

I have rebased https://github.com/weisJ/Maccy/tree/custom/ onto master. Maybe now that 2.0 has landed we can reopen the discussion for what the best approach to the info popup is.

I will clean up my current implementation to provide some example behaviour which we can then iterate on.

I believe that both of these things are currently not possible (If you want to stay within the boundaries of the stable public API). The Serif font default is to...

I have added an experimental API which allows to modify the text content of elements using the pre-processor. On `DomElement` you can call `textContent()`, which gives you an objects that...

Yes you can change the default font size by implementing a custom `PlatformSupport`. If you are rendering to an AWT component you can simply set the font on the component...

Ever task with a name containing `autostyle` has been replaced by a version with `spotless` with it. Looks like I never got around to updating it in the documentation. Not...