And now the IntelliJ plugin isn’t included in the all products pack for some reason.
Edit: It looks like it actually is included, or is supposed to be.
And now the IntelliJ plugin isn’t included in the all products pack for some reason.
Edit: It looks like it actually is included, or is supposed to be.
How did Pop!_OS fare?
The website is state of the art for 2015 ± 15 years.
I changed it when it kept crashing on me. Then I bought a new power supply and the crashing stopped. That’s what I get for ordering the 7/7/7nm/'700xt from XFX…
Edit: they should be on separate rails, so it’s not a bad idea, especially if you’re having stability issues.
How difficult is writing an LSP? I would like to be able to use a reasonably complete implementation for Kotlin, but Kotlin is not a simple language.
What if Jetbrains bought Android?
You’re not a developer, you’re a company, even if you’re doing business as an individual.
The signing key requirement has pros and cons. Cons being that Google can now impersonate developers and inject code at will. This seems somewhat irrelevant in face of the control they already exert through Google Play Services, but it’s obviously bad nonetheless.
Pros being that Google can now keep the signing key secure behind a Google sign-in instead of relying on individual developers to maintain good opsec.
Seems to be Seattle Police Officers Guild.
I’m surprised this wasn’t already the case. You’re distributing potentially malicious code to users’ devices, and they expect a base level of safety from the Play Store. You’re free to publish elsewhere, so it’s not like Apple’s policy.
The omission of Swift here tells you all you need to know I think.
Edit: I misread this, but my point stands regarding Swift, it has a pretty big usage-reputation gap.
How would the people get from the train station to their workplace? It’s not like it’s one square mile, it’s a huge area.
To be fair, no one wants to live next to a factory, so the highways become a necessity at some point.
What is your goal? Custom stuff isn’t too hard if you just want to implement basic password login and token-based auth. Otherwise you could use something like Firebase, Okta, or Cognito.
What about ftp? 🤔
Yesterday, for capturing URLs.
Look the issues with java.util.UUID and Postgres.
So you don’t ever want to learn about new things? And even if you did, you wouldn’t want those new things be efficiently suggested to you and instead be bundled with a bunch of other boring crap?
Also, what you’re asking for is what the tool seems to do. You would put the slider all the way to one side to avoid having new stuff suggested. Existing social media platforms often just shove stuff at you endlessly.
They also claimed that the touch-based psychotherapy technique that Lykos used for the trial ties to dubious cult-like new-age psychospiritual therapy, which, among other things, intends to bring about a “global spiritualized society” and suggests suicidal ideation stems from suffering that occurred in the birth canal. This therapy has the potential to allow for abuse and exploitation, the researchers claimed in their public comment. At least one participant in the trial has accused a therapist involved with the trial of sexual assault during the trial’s therapy sessions.
Well I would hope something like this gets shut down.
I found the if-blocks more concerning than the lack of parentheses. Although I would’ve preferred parentheses for better parity with Kotlin for the if-else blocks (instead of then
).
(run { this@comment.parent?.apply { this.value === true } } == true) ?: if ((this@comment.value as? Boolean) != true) false else true