Results 31 comments of Alvaro
trafficstars

> Well. This seems to be quite odd. We did not yet encounter a SIGILL from using go-app (and we use it quite extensive). Is there nothing you can get...

> Lol. Sorry about laughing, but why don't you use go-app as it is meant to work? I don't think that evaluation of some jQuery (I think) code that changes...

while trying to replicated the error in an isolated context got this from the console: ``` runtime: g6: frame.sp=0x1426990 top=0x14267e0 wasm_exec.js:22 stack=[0x1426000-0x1426800 wasm_exec.js:22 fatal error: traceback did not unwind completely...

will provide a reproducible case later, in the mean time here is the config used: ``` { transition: "fade down", on: "click", forceSelection: true, clearable: false, showOnFocus: true, duration: 100,...

understood, in my case the prompt is always generated so it needs to be function, for now it seems i will have to provide it each time with a type...

@aykevl thanks for pointing this out ! really interested in the correct procedure, it should be done using syscall/js ?

Here is the source code: [testSource.zip](https://github.com/sublimelsp/LSP-gopls/files/14651694/testSource.zip) I have removed all configurations and started with a new installation, same versions as before, this is the output of LSP Log Panel: ```...

Currently im working with a fresh installation of debian 12 Now there is an issue with discovering the path, sometimes it works, seems to be pretty random. I ended up...

the mechanic to release the "hold" state its not atomic and may be intercepted or canceled by others events https://github.com/fomantic/Fomantic-UI/blob/develop/src/definitions/behaviors/form.js#L442C49-L442C54 I have resorted to disable keyboardShortcuts and re-implement the desired...