Thomas Guyot-Sionnest

Results 38 comments of Thomas Guyot-Sionnest

I need to dive into this again... I haven't needed to compile Armory for a while now. The fix was simple though - CppBlockUtils_wrap.cxx needed to depend on the swig...

Agreed, the app should allow remembering the last read position, locally. In particular when I return to my home screen using the back key (on mobile, installed as an app)...

Humm and it's still not fixed? Why is is even so complex? I've been running X apps for years on WSL using VcXsrv, and although WSL2 requires a bit more...

I would suggest using VcXsrv.exe, available on SF.net and also bundled with X2go. On WSL1 it's very easy as you can connect directly to localhost (`DISPLAY=:0` IIRC). For WSL2 it's...

Hi waja, You know, i'm not really against this patch, but one weird thing I noticed is that for straight up SSL services, check_http certificate check works! Makes me think...

Was this even tested at all? I wanted to see if I could help fix the deps issue, but I couldn't even use app passwords to login with pyicloud directly,...

Bash function can be any compound commands which can have any of these forms. All of them are well known to shellcheck already, but it isn't expecting anything other than...

> Note that the `readCompoundCommand` could have been useful. But unfortunately it includes `readFunctionDefinition` itself. And it has to, a function can be defined within a function. Can't this be...