The control is right there, next to backspace
The control is right there, next to backspace
So you’re saying pymixxedveggies is bloated?
There is porn about it. No exceptions.
The exception to rule 1 is the citation of rule 1.
There are no girls on the internet.
Idk there fits many kind of Nazis in the maga crowd
Every pro-Harris post on this site is a tacit endorsement. Should we ban them?
There it is, .ml maga losers raising their heads off the mud again
Türkiye is the bird, Turkey is the country. Please try not to mix those
Completely fair. They have specific distro they support, and their staff is trained for. Also this seems like you’ve got some OS level issues independent from steam…
Why not just block access to Teams and other m365 apps via conditional access from non-managed devices then?
You can always “download” any content you’re viewing on the device, in fact you need to do so in order to view it.
Say, you don’t want a word document containing price sensitive information being downloaded, but someone with access to view the document on a non-managed device can just screenshot it. Or to be honest, just take a photo from a screen of a managed device.
And when will they release ‘Hooker’?
I bet you’re one of those brainlets licking the salt off your fingers
Do you not have forks where you live?
Messy fries > dipping fight me.
Also Finns. We have perfectly gender neutral pronouns but we prefer to use “it” instead
Thought? Sure. But this was “attempted”, which is way past thinking of it
I’m probably more of a git noob than you
Doubt =D
And more to the point, I do appreciate a good user interface with information at a glance or click instead of having to type out a command each time.
Agreed with good user interface, my criticism was specifically for the vscode default git plugin which I was not compatible with at all but it could be just a me-problem
Git has some counterintuitive commands
Yeah… ‘git merge main’ weirds me out because my brain likes to think the command is merging current branch TO main instead of other way around
Some IDEs have extra non-native Git features like have inlined “git blame” outputs as you edit (easily see a commit message per-line, see who changed what, etc.), better diff/merge tooling (JetBrain’s merge tool comes to mind), being able to revert parts of the file instead of the whole file, etc.
Okay this sounds very good, so they actually improve git cli feature wise in addition to implementing GUI for it.
Thanks for the reply!
Oh that sounds very sweet!
Going to check out if there’s git integration, because I couldn’t easily find it.
Asking this because I’m noob, not elitist ass: Why a git integration in ide instead of using the cli? I’ve been working only on few projects where git is used, but the cli seems to be a ton easier to understand how to work with than the git integration in vscode which I discarded after few attempts to use
It replaces the work required to research and think about the problem. You know the part where you’d normally learn and understand the issue at hand