Kai O'Reilly

Results 459 comments of Kai O'Reilly

@0pcom Thank you for filing this issue. You can use [htmlcore](https://www.cogentcore.org/core/html), which is designed for rendering full MD and HTML files, not just formatted text like `core.Text`. In particular, you...

@0pcom Apologies for the delay in responding to your issues; I have been very busy but will respond to everything tomorrow. Thank you for your patience.

@0pcom I think the cause of all the issues is that you are making a `content` widget when you don't need to. The `content.Content` widget is supposed to occupy all...

@0pcom Thank you for the update. I can reproduce both of the remaining issues. The freezing issue is caused by the combination of async image loading (of images that don't...

Yes, you can work around both issues for now by removing or embedding the images. When we have the time after #1457, we will look into the CORS issue and...

> I'm currently working on building a new glfw compatibility layer with a pure Go language implementation, which will have full IME support implemented from the beginning. I think glfw...

Yes, I am interested. I will try it out and see how it can integrate with my framework, Cogent Core. If it works well, I will import it and contribute...

@kanryu, are you planning to develop mado as a fork of gio or as a standalone glfw replacement? There is still a lot of gio GUI code in the repository,...

Thank you for the feedback. We are aware of both of those issues and are working on fixing them. The first issue will be resolved by #1051, and we may...

Are you asking about using Cogent Core as a static library / building static libraries with core? That might be theoretically possible, but I'm not sure that it would make...