Nathan Ollerenshaw
Nathan Ollerenshaw
I get the same thing with an app called openFortiGUI. After some time it kills topicons-plus and I have to disable/enable a few times, sometimes kill the app and restart....
@zelch the first patch didn't resolve it for me. It seems to reliably break when the system sleeps and is woken up again. Where are the logs written? edit: nvm;...
Is the following a correct explanation of the semantics? 1. Create a file at path dir+"."+name called tmplock. Fail if unable to create. (potential race condition here, I suggest it...
I believe this is due to the null coalescing operator. It's relatively new syntax.
I think Satoshi got a day job  π @psychs you need help! people are offering! γγγγγγΎγ!
Nice catch. We're seeing this also.
Yeah, shipped that workaround but it's not working for us, I'm still seeing this. I guess I'm going to need to actually start digging a bit deeper.  You can...
If we could document at least the bare minimum things people might want to be able to do, that would be cool. - build an executable - build a zig...
It does for me. Awesome work! Thank you!
I'm trying to use best practices learning Sveltekit using TypeScript and it's really hard to follow the documentation without a working example in TypeScript to know exactly where to define...