Moses Narrow
Moses Narrow
> -not tested on web yet. 1) the behavior of becoming unresponsive when switching tabs is actually not happening on web https://github.com/user-attachments/assets/8491cb03-ff27-44ea-99c4-582f46a751c5 2) the images included in the markdown don't...
please let me know that you are at least aware of the inconsistency of the image display on desktop / web and the tab switching freeze - seems like it...
ok so I believe I've made the changes to the code as you described, but let me recap just to make sure I have it right: * I've updated cogentcore...
Ah yes I should have anticipated CORS. Yet, why is it that it doesn't happen with the plain html UI is somewhat mysterious. I guess it's because when images are...
Is it possible to statically compile `core` itself? If I'm not mistaken it uses CGO, so it should actually make it more distribute-able if i'm not mistaken. Is it possible...
> 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...
Ok - I misunderstood where CGO was used. So it's unnecessary to compile `core` itself statically if it does not use cgo. With your consent / approval, and with the...
I've just added the initial PKGBUILDs ; without the full list of optional dependencies for the moment. Will update when you have that after #1321. so it should be possible...
> in the future, the need for @main will become much smaller, so that is okay (certainly by the time we get to v1 we will move to @latest). As...
If there are any hardware specific runtime deps, regardless of if they are already installed or not, they should be listed as optional deps. It makes somewhat more sense to...