zetashift
zetashift
Explore posts from servers
UBUniversal Blue
Created by zetashift on 6/21/2024 in #🛟bazzite-help
Mouse middle click paste
Might be because the app is in some kind of Xorg mode thing
8 replies
UBUniversal Blue
Created by zetashift on 6/21/2024 in #🛟bazzite-help
Mouse middle click paste
Ah wait it didn't I was seeing it wrong, since it's an electron app I guess I have to do something else. In the app middle click can be pressed down to hold and drag. So I am not exactly looking for auto scroll
8 replies
UBUniversal Blue
Created by zetashift on 6/21/2024 in #🛟bazzite-help
Mouse middle click paste
If you search "middle click paste" KDE should take you to a menu called "General Operation" or something where you can disable it.
Yupp, that worked! Thank you :D. I only need it for one app honestly
8 replies
UBUniversal Blue
Created by zetashift on 5/10/2024 in #🛟bazzite-help
Getting Sway on Bazzite
argh I guess it'll just be KDE 😛
6 replies
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
Is there some way to re-use the type of result? If there is a result I want to pass it to a function that transforms it to a DTO. But result doesn't typecheck as a Bar or a NewBar
17 replies
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
well guess I'll just go work in relation queries 😛
17 replies
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
Thank you!!
17 replies
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
How stable is the API for this? From the docs I've read they looked like a 'nice-to-have' and am not sure if it's worth going through it since it's just 1 level of querying
17 replies
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
If you have any example of that, that would be awesome 😛
17 replies
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
yes exactly!
17 replies
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
(I don't need to insert/update 2 different tables at the same time, I would like to return data from 2 tables)
17 replies
DTDrizzle Team
Created by zetashift on 9/8/2023 in #help
Select data from related table as well
So I would have to do:
in a transaction:
- update table foo
- select and return foo joining on bar
in a transaction:
- update table foo
- select and return foo joining on bar
?
17 replies