Sun Serega

Results 60 comments of Sun Serega

Had the same use case and problem. #200 actually mentions 2 workarounds for now. But more importantly: wouldn't it be an easy fix to add `compressed="false"` when exporting uncompressed?

Yep, Win10x64. Also, it's broken for me in the official build and custom one without NetCore. Idk what about the custom build with NetCore, because I'm still figuring out what...

> the AutoCompleteMode and AutoCompleteSource options? I commented on this in the first message: > The SO answer above linked one also mentions autocompletion somehow fixing this. But I wouldn't...

> i have to retry and retry until it works There isn't much to retry. You only have 2 possibilities here: ![image](https://user-images.githubusercontent.com/27270190/90157919-001e3000-dd97-11ea-831d-6626c33c1da9.png) ![image](https://user-images.githubusercontent.com/27270190/90157966-0f9d7900-dd97-11ea-8403-88cd18c15a4e.png) Red arrow is the way you look...

afaik it's imposible to disable client-side mod from server-side. (without doing your own game launcher) > at least disable printer litematica's printer (in current version) isn't an actual auto printer,...

> Plus you can use the mouse-keys 4 and 5 It's been a while since I had a mouse with side buttons being just "mouse 4" and "mouse 5". The...

"Browser forward/backward" are probably keyboard keys... But yeah, I see it nearby too.

Yeah, the part you linked, but the part right before it seems to handle keyboard keys, no? https://github.com/pbek/QOwnNotes/blob/2237017a77c895ff70d1950c6f8b150d297e9928/src/mainwindow.cpp#L4054 Though it seems to be per-ui_component, meanwhile "Browser forward/backward" would need to...

Got time to try things out, but Qt Creator wants to eat whole 50GB of my disk space... I don't have that. Maybe I can somehow highjack GitHub Actions to...

Example minimal code: ``` Gui, Add, ListBox, w300 h200 hwndhOutput ```