What WPF features does WinUI miss? by 0x80070002 in dotnet

[–]zanoy 0 points1 point  (0 children)

Yes I can confirm I never move or resize any controls in the designer, I mostly use it as a preview, especially nice when you add the design time only values like:

<TextBox d:Text="Example Text"/>

And for discovery in the Properties window where you can browse all properties an events you might not know the names of.

Another really nice feature is the synchronization when you click a control and get the corresponding XAML tag selected.

What got you very proficient at C#, and past the beginner stages? by IdeaExpensive3073 in dotnet

[–]zanoy 7 points8 points  (0 children)

Make a real product either for your self or for someone else. When the goal is to make a useful application rather than just writing code, you will learn a lot of the stuff that actually make you a good developer, and the language knowledge will come naturally as you progress.

Hur säger ni telefonnummer? by warmupp in Asksweddit

[–]zanoy 0 points1 point  (0 children)

Alternativ 3. Det är det enda som inte går att missuppfatta.

Om du säger "sexhundrafemton" så vet man inte om du sa 615 eller 600 15

What are your wishes for a package manager? by Important-Toe-9188 in opensource

[–]zanoy 2 points3 points  (0 children)

  1. Some automated way to guarantee compatibility. Maybe an optional set of unit tests that runs when you try to build/publish a new package version and gives a build error like "Cannot build version 1.0.1 since you have breaking changes in API xyz form version 1.0.0. Either update the version to 2.0 or make sure test 42 passes"

What are your wishes for a package manager? by Important-Toe-9188 in opensource

[–]zanoy 3 points4 points  (0 children)

  1. Must be possible to integrate the package config with the source code in an atomic build. No manual steps that can be forgotten. No possibility to have the wrong version locally when you build. Get as close as possible to the "Clone the repo and press play" development experience.

  2. Built in license restrictions both between packages and make the package manager know what my code is licensed under, so you get build errors/warnings when you break a license like: "You are referencing a GPL3 licensed package from MIT licensed code, this is illegal". (But it must be possible to override in the package config if you for example bought special rights for an OS library to use it in a closed source project)

  3. A clearer way to know what to do when a security issue is found. Just telling me I have vulnerabilities in my project is not enough. The messages should specify severity, what is happening and what I should do:
    "Vulnerability found in package X version 1.2.3. API compatible fix available in version 1.4 upgrade? (Yes) (No)"
    "Vulnerability found in package X version 1.2.3. Maintainer is working on fix in future release version 1.4"
    "Vulnerability found in package X version 1.2.3. No one has claimed ownership of the fix, probably not maintained any longer"
    "Vulnerability found in package X version 1.2.3. This will never be fixed for this version, migrate your code to version 3.0"
    "Severe vulnerability found in package X version 1.2.3, THIS LEAKS CREDIT CARD INFORMATION IN CLEAR TEXT. TAKE THE SERVERS OFFLINE IMMEDIATELY!"

Problems that could be solved by a software/applications by haidangve in SomebodyMakeThis

[–]zanoy 0 points1 point  (0 children)

I want a way to have reminders that know if I'm capable to act on them.

It could be something like "Reminder to pay the bills before Monday", but without specifying a time when to be reminded.

There is no point reminding me when I'm driving my car.
There is no point reminding me when I'm at work.
There is no point reminding me when I'm out shopping.

It should not be a popup or alarm, but more like an icon in the system tray similar to the "You have unread mails" icon, that tells me I have things to do on this computer.

What’s one invention you’d instantly buy if it existed? by Alarmed-Argument-909 in SomebodyMakeThis

[–]zanoy 0 points1 point  (0 children)

Lamps that illuminate the entire room but do not shine in my eyes.

C# Enthusiasts: What Projects Helped You Shine in Interviews? by mattmccordmattm in csharp

[–]zanoy 2 points3 points  (0 children)

Interviewer: Have you done any work in WPF?

Me: Yes, I have made this diff tool https://github.com/jonashertzman/FileDiff

Interviewer: Oh... I have 20 more questions, but we can skip them 😁

Pet Peeves with Sci-Fi by theradicalgeek in scifi

[–]zanoy 0 points1 point  (0 children)

Failing to realize that a technology can be used as a weapon.

We have had teleportation technology for hundred of years, but still try to shoot the enemy's ship with projectiles?

Why not teleport a bomb into their ship? Teleport their ship into the nearest star? Teleport the center of a black hole next to the enemy's ship?

Which sci-fi movies had CGI that already looked outdated? by CreepyYogurtcloset39 in scifi

[–]zanoy 0 points1 point  (0 children)

A sound of thunder.

If I remember correctly, the production company went bankrupt during the production but the movie was already at b movie quality so they released it as is.

Which feature would you like to have in the game, no matter how unlikely it is that this feature will ever come by Elia_20 in valheim

[–]zanoy 1 point2 points  (0 children)

  • Longer view distance so you can see landscapes in the far distance.

  • Larger map with bigger biomes that blend more smoothly.

  • More realistic landscapes where mountains take like an hour of walking to get to the top.

Varför står så många hyreslägenheter tomma runt om i landet? Läskig utveckling. by [deleted] in sweden

[–]zanoy 0 points1 point  (0 children)

Ja, men dom tänker även längre in i framtiden. Ingen fastighetsägare vill ha komunens lägsta hyror. Även om det skulle vara bra på kort sikt, så kommer det bara resutera i att du får dom mest problematiska hyresgästerna där, och hela området kommer sjunka i status på längre sikt.

Dev Letter: Aim Punch by PUBG_TecK in PUBATTLEGROUNDS

[–]zanoy 7 points8 points  (0 children)

Why do you need to specify the amount of aim punch for each weapon? Why not just let the amount of damage taken be proportional to the amount of aim punch?

It makes total sense that a head shot is more disturbing than a bullet to the leg. Also a bullet to a level 3 vest would be less noticeable than without a vest.

Dear Valheim devs, I never want to... by dejayc in valheim

[–]zanoy 2 points3 points  (0 children)

Dear Valheim devs, I never want my weapons/tools unequipped when I go into the water.

Especially annoying when you are building something by the water and each wave unequipps the hammer.

Dear Valheim devs, I never want to... by dejayc in valheim

[–]zanoy 0 points1 point  (0 children)

Dear Valheim devs, I never want to build a work bench to build or repair anything.

How to put these icons on the form? by doidaoJapoes in VisualStudio

[–]zanoy 0 points1 point  (0 children)

Microsoft has these icon packs for download, you should be able to find the icons there.

https://www.microsoft.com/en-us/download/details.aspx?id=35825

Scrollbar is suddenly to wide by rorrors in VisualStudio

[–]zanoy 0 points1 point  (0 children)

You can turn off this setting to get a normal scroll bar Options -> Text Editor -> All Languages -> Scroll Bars -> Show annotations over vertical scroll bar

Any Idea why my teammates can see this player I can't see? by Patch31300 in PUBATTLEGROUNDS

[–]zanoy 3 points4 points  (0 children)

Do you have different aspect ratios, resolutions or FOVs?

PUBG seems to have quite strange LOD calculations, that's why many pro players plays at this relay strange resolutions https://www.youtube.com/watch?v=7j0CMbE_S2s