Just an update in case anyone else comes across this post - I found this plugin which allows me to put the inlay hints at the end of the line and it works great. Make sure to modify the display_callback
to change how it looks.
I was afraid that was the case yeah. I think I was using that before yeah, might just go back
Personally I use macchina
Yeah pretty cool. Bit tricky at parts due to (imo) a lack of tutorials / easy to follow examples, but got through it eventually. Felt refreshing to not have to write js/ts
Recently did my portfolio website using Leptos, that was pretty cool. Currently, working on adding modded Minecraft launcher support to my plugin for rofi
called rofi-games
so the instances can be launched from there
I’d assume virtual machines - as for why, just checking their program works on different systems I guess
I use GOS but… Google phone…
Even with that title people still missed the sarcasm, mad
I couldn’t get goofcord to work on Wayland but webcord works great
Assuming you’re joking, this is why /s is sometimes required
Yeah plenty of actual examples for games that don’t work / work well on Linux. Minecraft is not on that list
Thanks for checking it out! If you want there’s some other options to try, like pure lua ones, listed at awesome-neovim.
For when I can be bothered to go through and clean it up a bit, I find xdg-ninja extremely useful
Nice. Still stuck using libreoffice until they support Wayland unfortunately.
Fr, hated school so much. At least you get paid for work and there is substantially less drama and bs (though I guess this depends where you work at).
Since it’s not on F-droid, anybody managed to install this with Obtainium?
Edit: doesn’t look like the releases on the gitlab have plain APK files so guess it’s not possible with Obtainium? Brand new to it so idk. Not stoked about having to download this from their website
Any vpn into your home network should work right? And that would include other solutions intended for local transfers mentioned here
They’re taking the piss out of people who defend landlords, why so mad. This is a shitpost community, don’t need to be so serious
As someone else said I think the shadowing works well here.
I do also wanna mention that depending on why you need this conversion, you could use
impl AsRef<std::path::Path>
for your function signature so it can accept&PathBuf
or&Path
. Then, just use that argument with e.g.p.as_ref()
to get a&Path
in the function body