Orestis Floros
Orestis Floros
https://stackoverflow.com/questions/8593645/is-it-ok-to-leave-a-channel-open In my understanding, there is no need to close channels. It's neither expected or required for garbage collection. `close()` is an extra signal meaning that the sender is done...
> In our system, the resources channel remains open and isn't disposed of by the garbage collector since it's still in use. Instead, the fetchers can indicate the completion of...
WebAssembly to C decompiler https://github.com/wwwg/wasmdec https://wwwg.github.io/web-wasmdec/
See https://github.com/WebAssembly/binaryen/blob/master/src/passes/InstrumentLocals.cpp and https://github.com/WebAssembly/binaryen/blob/master/src/passes/InstrumentMemory.cpp
#1341 was specifically about this: > i3 calculates that the left-top corner of the frame would be at (0, -9) and decides to resort to putting it at the center...
Okay, so the option is practically incompatible with window borders? That seems like a serious limitation.
I'll need to invest more time to understand the underlying issue but I'll say as a general statement that I will not merge something that is incompatible with a very...
> @orestisfl what's the state of this now? will this be merged? I think this is currently blocked because of https://github.com/i3/i3/pull/5686#pullrequestreview-1642986759
I'll keep this one open since it's a persistent issue but someone needs to deep dive into telegram and find what causes it to crash. Enabled debug logs in my...
Having logs here could help figure out what IPC commands i3wsr uses that might cause this.