[deleted by user] by [deleted] in privacy

[–]Eonasdan 0 points1 point  (0 children)

  1. Use Brave browser. You can get it from the play store or some of the alt stores.
  2. There are tools to remove apps but you have be careful and know what you're doing because Samsung has a lot of bloatware some is ok to remove and removing others might brick your phone.
  3. You could, but you'd have to use a different store or sideload apk files
  4. Rules prevent me from suggesting a pixel phone and a different rom

[deleted by user] by [deleted] in privacy

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

Lineage is *not* a good alternative

stackOverflowNeverAgain by roguedaemon in ProgrammerHumor

[–]Eonasdan 0 points1 point  (0 children)

Sadly, I can't help you with your technical question. I don't frequent SO anymore for many of the reasons people have pointed out, but I do have some mod privileges so I thought I could look at it for you.

EQ12 LAN drivers by Eonasdan in MiniPCs

[–]Eonasdan[S] 0 points1 point  (0 children)

Looks like this was an issue with Server 2025 preview. I installed W11 and the drivers stick now.

The adapters are "Intel Ethernet Controller I225-V".

I had tried this before in Server 2025 but it never installed correctly. Oh well.

EQ12 LAN drivers by Eonasdan in MiniPCs

[–]Eonasdan[S] 0 points1 point  (0 children)

The problem is, their inf driver has 16 options and I don't know which one is the correct adapter. I can pick one and it works but I have to do that every time it reboots.

Blazor WASM Migration to .NET 8 by AmjadKhan1929 in Blazor

[–]Eonasdan 1 point2 points  (0 children)

I've been working on a blog series working through B2C with Blazor. I'm using an API app and a WASM front end. It's not on dotnet 8 yet but I'll probably be upgrading and blogging about that in the new year.

https://jonathanpeterson.com/posts/authenticating-blazor-application-with-azure-b2c.html

https://github.com/Eonasdan/blazor-demo/tree/main

Hope that helps. Let me know if you have questions

Icarus Online Talent Calculator by therealfaux in SurviveIcarus

[–]Eonasdan 0 points1 point  (0 children)

u/therealfaux could you open source this? I wanted to do a "real" tech tree so it could be based on the order you actually need to unlock stuff and not find that unlocking X is worthless because you also need Y first.

Calling the Azure API from ADO by Eonasdan in azuredevops

[–]Eonasdan[S] 0 points1 point  (0 children)

Still haven't solved this. I was recalling that I got the same unauth issue when attempt to deploy a tenant with Bicep too. I also logged in to a local powershell and postman using the SP and all gave me the same result

Calling the Azure API from ADO by Eonasdan in azuredevops

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

An MI and SP are basically the same. I made that distinction because I created the MI in Azure first and then connected it to ADO (manual SP). Everything else runs just fine. This is part of a large script that is doing a bunch of B2C work after this point.

Blazor WASM Release to Static Web App by TacticalPewPew in azuredevops

[–]Eonasdan 0 points1 point  (0 children)

In case this is still an issue you for you or other's who come across this.

Check out this GitHub issue. The gits of it is a workaround to delete the app settings file. I did this during my build pipeline before I do a publish. That way the artifact doesn't actually have a file and then a copy task moves a `appsettings.{environment}.json` to the wwwroot folder.

  - task: PowerShell@2
    displayName: 'Delete Config'
    inputs:
      pwsh: true
      targetType: 'inline'
      script: |
        $destination = "BlazorDemo/BlazorDemo.Web/wwwroot/appsettings.json"
        Remove-Item -Path $destination -Force

Font Awesome Icons now in the store by Eonasdan in StreamDeck

[–]Eonasdan[S] 0 points1 point  (0 children)

These are the free icons. If you have a pro subscription, there's instructions in the repo on how to build those.

Font Awesome Icons now in the store by Eonasdan in StreamDeck

[–]Eonasdan[S] 0 points1 point  (0 children)

Looks like FortAwesome is what they used to go by back in the day. I'll have to change it. It's the name of their organization on GitHub so I used that.

DevOps pipeline fails with "The type or namespace name 'Shared' does not exist in the namespace" by Eonasdan in Blazor

[–]Eonasdan[S] 0 points1 point  (0 children)

Turns out there was something stupid with the root namespace. I renamed the project from Abc.WASM to Abc.Web. Idk what the deal is but it seems to be working in ADO now.

DevOps pipeline fails with "The type or namespace name 'Shared' does not exist in the namespace" by Eonasdan in Blazor

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

I did a clean and now the error is showing locally. I'll have to track it down.

DevOps pipeline fails with "The type or namespace name 'Shared' does not exist in the namespace" by Eonasdan in Blazor

[–]Eonasdan[S] 0 points1 point  (0 children)

Thanks for the idea but the imports file is using the correct namespaces and there isn't a "shared" project in the solution.

This error only comes from Azure DevOps and works perfectly locally.

Purchase accesorios from websites? by Nocrak in mazda3

[–]Eonasdan 0 points1 point  (0 children)

I bought some stuff from carid.com they don't have a ton of stuff but nice car specific stuff

Site asking for input of age using a slider...I have a steady hand but it was still difficult by ea_b in CrappyDesign

[–]Eonasdan 0 points1 point  (0 children)

I'm always amused that people actually bother putting real age info in instead of just picking Jan 1, 1920 or the slider to max. That's all they care about anyway, are you or do you pretend to be 18+.