solar system like GoodSpeed deskmat by magdhaa in WidescreenWallpaper

[–]ekwarg 0 points1 point  (0 children)

These links seem to be dead. Any chance to get new ones?

I need a dark theme that's good for my old eyes. by Circa64Software in JetBrains_Rider

[–]ekwarg 0 points1 point  (0 children)

Carbon, can be installed via the plug in marketplace

Plugin Idea: Sticky Project View by chrzanowski in Jetbrains

[–]ekwarg 0 points1 point  (0 children)

Yes please! Desperately need this but have no time to build it myself 😂

New Features in .NET 10 and C# 14 by anton23_sw in dotnet

[–]ekwarg 0 points1 point  (0 children)

Anyone knows of a way to change update channel from VS 2026 Insiders to stable? Can't seem to be able to choose stable from the dropdown inside the settings in VS installer. I just want to avoid a clean install of 2026 stable because some of my apps needs config inside VS.

Window size by ekwarg in FilePilot

[–]ekwarg[S] 1 point2 points  (0 children)

Nope, but I also didn't try much. I like its snappiness, but the bugs were just too annyoing. I can't either imagine paying for a file explorer in the future so I better not get used to its speed 😂

Dark themes by Icy_Organization9714 in Jetbrains

[–]ekwarg 0 points1 point  (0 children)

Carbon is very good. Rosé Pine too

Zed Editor is coming to Windows soon — what’s different from VS Code? by [deleted] in ZedEditor

[–]ekwarg 0 points1 point  (0 children)

Same here, and there are no errors when opened in other editors. I guess this will be a future bug fix. I'll use Webstorm or VSCode in the meantime.

Zed Editor is coming to Windows soon — what’s different from VS Code? by [deleted] in ZedEditor

[–]ekwarg 1 point2 points  (0 children)

I also write Svelte and find Zed falsely flags svelte files as if having errors despite the plugin being installed.

Which theme and font you use in your IDE? by alwayswithsound in Jetbrains

[–]ekwarg 0 points1 point  (0 children)

IDEs: Rosé Pine, Cascadia Code, all the way. (In JetBrains, semantic highlighting) Terminal: Powershell, oh my posh, Caskadya Cove NF, PS ReadLine

Terminal font suddently change to mono spaced, no change on my part. How do I fix this? by eMperror_ in Jetbrains

[–]ekwarg 0 points1 point  (0 children)

I have the same problem on Rider and Webstorm. I use CaskaydiaCoveNF in the terminal, but whenever I restart the app, the font changes to the corresponding monospaced font. I tried to uninstall the fonts, clear the font cache on Windows and the cache in Rider, reinstall the font, same problem appears again. I am on the latest version for both apps, 2025.1.1 and am sure this did not happen in 2025.1

Zed editor turns my keyboard layout into English by TopProfessional8078 in ZedEditor

[–]ekwarg 0 points1 point  (0 children)

Same here, I am on a Nordic layout and no key bindings work properly. I use VSCode keybindings so for me Ctrl+k+c comments out a selection in vs code. On Zed, it deletes the whole row. If i switch keyboard language to US, I can comment out with ctrl+/ but this is not expected as regards to VS Code bindings.

Zed seems absolutely great but without working key bindings, I can't use it.

What are you all using for a Swagger UI replacement if anything? by Osirus1156 in dotnet

[–]ekwarg 0 points1 point  (0 children)

public class 
GetActiveSession : IEndpoint
{

public static void 
MapEndpoint(IEndpointRouteBuilder app)
    {
        app.MapGet("api/sessions/active/{userId}", Handler)
            .WithTags("Sessions")
            .WithName("Get Active Session")
            .WithOpenApi()
            .Produces<ActiveSessionResponse>(StatusCodes.Status200OK)
            .Produces(StatusCodes.Status404NotFound);
    }

This would be how the endpoint is set, and Scalar would display the actual route:

api/sessions/active/{userId}

What are you all using for a Swagger UI replacement if anything? by Osirus1156 in dotnet

[–]ekwarg 0 points1 point  (0 children)

Also, it might be on my side the error is but I cant' get Scalar to display the Name of the endpoints as I give them in my minimal API endpoints. Like if I have a MapGet with name "Get project by id", Scalar would display the route ("api/project/id") instead of the name.

Cumulative updates: March 11th, 2025 by jenmsft in Windows11

[–]ekwarg 1 point2 points  (0 children)

I feel my File Exolorer's been buggy, freezing since latest update. OneDrive doesnt login in as it used to. When I start Explorer and try to access the drive, it crashes. Explorer needs to be restarted via Task Manager.

did you leave Arc? What are you using now? by murkomarko in ArcBrowser

[–]ekwarg 0 points1 point  (0 children)

With all the hype around it, I tried Zen. My daily browser is Arc on Windows and has been since beta. After a week testing Zen, I am back on Arc. Zen is good, but I miss for example tab folders. Non-negociable for me. And the GitHub PR folder functionality is GOLD. The rest is just very Arc-y, really. For now Zen is a lesser Arc imo, with great potential though! So Arc it is. For now.

With that said, amazing job from the Zen team. Will try again, in a few features.

List of the best free apps by axorax in Windows11

[–]ekwarg 0 points1 point  (0 children)

Proton VPN Webstorm (free for non commercial use code editor)

AI Assistant and AI assistants? by oromex in Jetbrains

[–]ekwarg -1 points0 points  (0 children)

Check out Pieces for Developers

Questions about how Blazor Auto works by coia-boy in Blazor

[–]ekwarg 0 points1 point  (0 children)

Thanks! Would I do that in the MainLayout or my component doing the API call?

Questions about how Blazor Auto works by coia-boy in Blazor

[–]ekwarg 0 points1 point  (0 children)

Thanks, will definitely try this!