b4ux1t3, to dotnet
@b4ux1t3@hachyderm.io avatar

My god, adding a conditional breakpoint in (and I assume other editors) and makes things slow.

I only have 20k pieces of data (admittedly large individual pieces, but still), and I went from finishing the run in about fifteen seconds to waiting for five minutes before I hit my breakpoint.

This isn't me complaining about anything, just kind of wild that adding a single "Does this int equal this int?" adds so much overhead! I had time to type this whole post!

khalidabuhakmeh, to javascript
@khalidabuhakmeh@mastodon.social avatar
khalidabuhakmeh, to rust
@khalidabuhakmeh@mastodon.social avatar

What’s neat about is the polyglot nature of it. I'm writing a library that I later consume in a solution, all without switching context.

I can also run my .NET solution and run my tests. That's a nice workflow.

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

Adding a package in is really easy. No need to memorize any package names, XML tags, or pesky version numbers.

Adding a dotnet nuget package in JetBrains Fleet

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

I wanted to see where is currently at with support and found there's a lot of nice helpers for a .csproj file. Here is a helper to set the language version.

JetBrains Fleet in .NET Project

sjkilleen, to dotnet
@sjkilleen@mastodon.social avatar

Anyone gotten to build a container without fast mode and still be able to access user secrets?

Our container doesn't currently work well with fast mode. I've told VS to build it in regular mode and that works fine. But in Rider, when disabling fast mode, all user secrets are null. I've tried mounting volumes directly etc. to no avail. Hoping someone else has slayed this one already 🤞

fell, to VisualStudio
@fell@ma.fellr.net avatar

I was trying out JetBrains Rider again...
→ is an IDE, so primarily for looking at text
→ no support for BGR subpixel rendering, RGB only
→ no support for bitmap fonts
→ no way to adjust the font or the size of inlay hints

How can an IDE have such shitty text rendering? I don't want my code to look blurry.

Note: Visual Studio isn't any better, but VS Code is.

thirstybear, to random
@thirstybear@agilodon.social avatar

So what are the Cool Kids using these days to generate Docker images in a Gradle project? The Palantir Docker plugin I used to use is EOL.

There’s the bmuschko plugin, any good?

thirstybear,
@thirstybear@agilodon.social avatar

Ooh…there’s a plugin from those fine fellows at now 🙂
https://plugins.gradle.org/plugin/org.jetbrains.gradle.docker

dr_cox1911, to dotnet
@dr_cox1911@masto.ai avatar

I'm task with providing an overview of how can help us with dev.

For that I just wanted to aquire a test version of it, but it seems like it's no longer available. Am I just unable to find the right button or is the test license really gone?

@khalidabuhakmeh Tagging you as you always help me out 😊

alexzeitler, to webdev
@alexzeitler@mastodon.social avatar
khalidabuhakmeh, to Java
@khalidabuhakmeh@mastodon.social avatar
khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

You know, charged for high-quality and functional products before it became cool.

khalidabuhakmeh, to unity
@khalidabuhakmeh@mastodon.social avatar

If you’re at , come to the booth and say hello to @maartenballiauw and @citizenmatt. Tell them Khalid sent you.

We typically have GDC-exclusive swag, so definitely pick that up and see some cool , , and demos.

maartenballiauw, to dotnet
@maartenballiauw@mastodon.online avatar
filipw, to random
@filipw@mathstodon.xyz avatar

I was just reading this article listing the reasons not to update to macOS Sonoma 14.4

One of them is this:
"Oracle last week warned that the macOS 14.4 update can cause Java processes to "terminate unexpectedly" on Macs."

I would argue that is great news, and one of great reasons TO UPDATE 😅

🔗 https://www.macrumors.com/2024/03/18/do-not-update-macos-sonoma-14-4/

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@filipw But we use the JVM for products :(

khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

Pipelines looks really cool for folks who want to run CI/CD locally.

https://www.youtube.com/watch?v=2do8Mby92LI

michabbb, to cochlearimplants German
@michabbb@vivaldi.net avatar

Enter the CI/CD flow Beta

#jetbrains #TeamCity Pipelines is a new approach to #CI / #CD that offers blazing fast pipelines to optimize your development flow.

https://www.jetbrains.com/teamcity/pipelines/

#devops

image/png

michabbb, to php German
@michabbb@vivaldi.net avatar

Welcome to the February–March edition of PHP Annotated! We’ll recap the most interesting developments in the PHP community over the past couple of months, featuring handpicked news, articles, tools, and videos.

https://blog.jetbrains.com/phpstorm/2024/03/php-annotated-february-march-2024/?s=09

YourAnonRiots, to Cybersecurity Japanese
@YourAnonRiots@mstdn.social avatar

⚠️ CISA adds critical TeamCity flaw to exploited vulnerabilities list.

If you use TeamCity On-Premises, update NOW. Active attacks allow complete server takeover.

https://thehackernews.com/2024/03/cisa-warns-of-actively-exploited.html

khalidabuhakmeh, to rust
@khalidabuhakmeh@mastodon.social avatar

I learned you can use the break inside a loop to return a value. It feels strange coming to from . I would have expected to use the return keyword, but I guess it makes sense.

By the way, I'm taking the Academy course, so if you want to follow along, check it out.

https://www.jetbrains.com/academy/

khalidabuhakmeh, to rust
@khalidabuhakmeh@mastodon.social avatar

The language injections feature continues to be one of the slickest features of IDEs, and I'm so happy to see it works flawlessly in .

If you're working with in , check this out. It helps you catch silly spelling errors by validating SQL against a schema.

RustRover language injections.

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

If you’re working with external web APIs do I have the feature for you. With the new plugin, you can mock any external API and test against it.

This makes it really easy to try different edge cases or replay failed request/response scenarios. Works in all IDEs starting in the 2024.1 release. You can try it now in the EAP releases.

maartenballiauw, to random
@maartenballiauw@mastodon.online avatar

So @khalidabuhakmeh was asking about good shortcuts in the IDEs, and I could not help but troll a little...

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

The latest version has dropped, and the experience keeps improving. It's worth checking out and keeping an eye on. It’s also pretty snappy and powered by .

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

new solution dialog is really excellent. You can see all the options more easily and see more of the advanced options that typically ship with templates. The team really did a great job with it. Check it out!

New Solution Dialog in JetBrains Rider

warrenbuckley,
@warrenbuckley@umbracocommunity.social avatar

@khalidabuhakmeh ah YEP it just works out of the box. Nice to see support this now. Yet another tick for Rider and to stop using Visual Studio

/cc @sebastiaan & @Berg Rider FanBoi's

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • cubers
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • osvaldo12
  • ngwrru68w68
  • GTA5RPClips
  • provamag3
  • InstantRegret
  • everett
  • Durango
  • cisconetworking
  • khanakhh
  • ethstaker
  • tester
  • anitta
  • Leos
  • normalnudes
  • modclub
  • megavids
  • lostlight
  • All magazines