inkeliz
inkeliz
Thank you. I'll check the `start function`, and how I can use that, I'm calling one exported function because seems easier to use. 😅 I don't understand the internals of...
You give me one idea, but I'm not sure if will work. In my case that might work, but not in general case. I would like to support many languages...
Maybe there's a better way, but an easy one is to use hashes. Hashes are PRF by default; In that particular cases seems that XOF (Extendable-Output Functions) can be used...
I think that is a major issue for JS, for long time. Could you implement the event queue or accept the goroutine? It needs rebase, anyway. 😬😬
I'm updating my app to use the latest Gio. Previously, I'm using an forked Gio, which is based on Gio from ~3 months ago, along with some fixes. That deadlock-fix...
Currently, the behavior of "focus" is defined by the OS, which doesn't match very well. On Windows, the "focus" is lost when some children is focused, on MacOS it's not,...
I initially thought about adding a new `Stage`, but on https://lists.sr.ht/~eliasnaur/gio/%3C96373f04-28fe-6848-25f4-2d9936aa0522%40gmail.com%3E#%3CCAMAFT9VY22-baCO+OyzM+cGH7ktVU08RvgKQOTrbAtAO91beWg@mail.gmail.com%3E, you mention to add that as a new `FocusEventt`. However, I'm not sure how the new Stage will work,...
Sorry for a lot of force pushes, but there's no change between them. That fixed comparison, as you suggest.
I forgot to include the `gl_js.s` file in the commit. 🤣 I hope that it will pass the tests now. 🤞
The `syscall/js` is [known to be slow](https://github.com/golang/go/issues/32591), I don't think it will improve soon, so that change is to "bypass" the `syscall/js` at all. --------- No one asked, but I...