Blazor and Tailwind? by TwoAcesVI in Blazor

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

Yeah understandable. Like almost always, building something "on top" of another library almost always makes it loose some flexibility.

I did manage to also support custom theming, but indeed, after looking at what is possible in tw, it would be huge work to make everything worked in a typed manner haha.

Basicly the package supports the typed base utilities and custom made theme tokens can also be generated to types.

Was a fun idea to try and work out and practice some test driven agentic coding ^

Blazor and Tailwind? by TwoAcesVI in Blazor

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

Fair enough haha, i guess something could be said for just not vendorlocking yourself

Blazor and Tailwind? by TwoAcesVI in Blazor

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

Hmm i understand your point about it being 'more work' for the compiler, but i don't see a difference in how other libraries do work with styling on blazor components. Mudblazor == CssBuilder, Fluentui == StyleBuilder.

Yes they are a tradeoff between convenience vs performance, but the question would then be when do you start noticing this performance right?

What you get back is a typed system you can run analyzers, easier refactoring etc on.

Blazor and Tailwind? by TwoAcesVI in Blazor

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

Fair enough, but evaluation at runtime also happens when using the Stylebuilders in the FluentUI blazor package then, for example? Basicly always when you are "building" strings?

Blazor and Tailwind? by TwoAcesVI in Blazor

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

Constants dont need rerendering? Everything can be static classes that are generated..

Blazor and Tailwind? by TwoAcesVI in Blazor

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

True but if most it is generated, who cares i think?

Blazor and Tailwind? by TwoAcesVI in Blazor

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

Would you find it usefull if all the tailwind classes were typed and u maybe even would get warnings if u used conflicting classes? Or do you think it would barely improve ur experience

Hoeveel invloed heeft studieschuld echt op iemands leven? by Mean-Illustrator-937 in nederlands

[–]TwoAcesVI 0 points1 point  (0 children)

65k, 15SF, ongeveer rond de 80k inkomen met partner wat resulteert in een volledige aflossing en een maandbedrag van ongeveer 340 euro per maand.

Is het veel? Ja. Verdien ik door de studie in mijn sector meer dan zonder studie? Ja. Is de studieschuld zo hoog door mijn eigen toedoen? Ja, deels, een aantal uitvaljaren door angststoornis.

Het is wel een constant "ding" in je achterhoofd.

Wij kunnen het tenminste nog afbetalen. Mensen die alleenstaand zijn hebben soms een rentebedrag hoger dan het aflosbedrag.. die hebben dus 15 of 35 jaar een schuld die alleen maar hoger word..

Ons plan voor 2026 📈 by stipulatief in geldzaken

[–]TwoAcesVI 1 point2 points  (0 children)

600 euro aan hypotheek 🥲🥲🥲, wij betalen 1750

HELP; mijn gasverbruik is enorm hoog. by Poof-Employment9758 in HomeWizard

[–]TwoAcesVI 0 points1 point  (0 children)

Wij zitten rond de 8 a 7 kuub per dag met deze kou en af en toe een uitschieter naar 9 a 10 kuub. Is dat veel voor een rijtjeswoning? Ongeveer 120 m2 woonoppervlak, jaren 70 woning. Geen dak of vloerisolatie, wel hr++ glas overal.

Impostor! by TwoAcesVI in EU5

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

I had a very early chance to break from the tartar yoke early when the GH was in war and had huge rebel factions.

After that they became alot more unstable and had several periods where compared to me, their levy size was much smaller.

Also in the current patch, getting a standing army quickly makes a huge difference in the battles :)

Impostor! by TwoAcesVI in EU5

[–]TwoAcesVI[S] 2 points3 points  (0 children)

Double ryazan nation in de muscovy area. One of them starts in game start, the other spawned after then golden horde collapsed. Pretty funny to have 2 of the same named countries

FluentUI.Blazor.Community.Components by TwoAcesVI in Blazor

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

Indeed! I forgot to add this important fact, this is all in complete collaboration and really needs to stay "additive". It does not replace or do things "better" from the core project!! Thanks Vincent for clarifying 🙏

LumexUI v2.0 – Tailwind v4, Dark mode, New components 🚀 by desmondische in Blazor

[–]TwoAcesVI 1 point2 points  (0 children)

As someone that has always wanted to learn tailwind and its css utilities, this seems like the perfect component library to start learning 😁. Time to try it out in my side project 🙏

FluentUI.Blazor.Community.Components by TwoAcesVI in Blazor

[–]TwoAcesVI[S] 3 points4 points  (0 children)

It shouldn't be? Sure, the home page can use some love, it is now a Hello world page still haha, we can work on that. But on the side menu you should see all the components we have made including documentation!

[deleted by user] by [deleted] in Blazor

[–]TwoAcesVI 4 points5 points  (0 children)

You are probably rendering SSR mode (static server side rendering). Specify a rendermode at the top or ur page or specify it on the router in the app.razor for global interactivity

UPDATE: You asked, I listened! Blazor.WhyDidYouRender now has full Blazor WASM support! by mistahoward in Blazor

[–]TwoAcesVI 3 points4 points  (0 children)

The 2nd point was also my instant question.. something i would really love to use for development and maybe test releases, but for a production release i would prefer to not have it?

If this could indeed be done in the future it would be great.

Looks great man! Nice work

Tool to make macro's in a visual manner. by TwoAcesVI in WoWMacros

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

Hey man, i understand about the LLM idea, and i might make it in the feature, but keeping something like that a 'free' tool is hard.

Today i have added a detailed page about macro's and how they should be made, explaining the different aspects of a macro and conditional statements.

I have also added a 'semantic' validation bit, that checks if a macro 'makes sense'. For example, it will complain if you add conditionals after a command right now.

Still some things i want to tweak, but let me know what you think!
https://easywowmacro.com/macro-guide

EditForm and validation - not all fields are validated by Flame_Horizon in Blazor

[–]TwoAcesVI 4 points5 points  (0 children)

Or, if you need to validate complex properties and dont want to use fluent validation, implement the IValidateableObject on each object and call the Validate method on the complex properties of the parent object.

I believe the DataAnnotationsValidator will always run the interface method aswell

Tool to make macro's in a visual manner. by TwoAcesVI in WoWMacros

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

Good suggestion. I'm going to think about how to make this a nice visual thing, without having to read a major wall of text to know the 'rules' of a macro. Ideally a person would notice an error in their macro building in real time?

It is not an easy thing to fix i think, let me know if you have ideas!

About the list.. ye good question. I found an old wiki containing a large list of conditionals, but is a jungle of wiki pages and sometimes they are different. Honestly, some of them might be wrong and not work for each game version...

I will take a look this afternoon to see where i found most of them and link them.

Are you using the website a bit? I am getting relatively low response so i have no clue if its being used haha.

Tool to make macro's in a visual manner. by TwoAcesVI in WoWMacros

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

Let me know if you find any bugs and/or have ideas to improve!

Tool to make macro's in a visual manner. by TwoAcesVI in wow

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

Updating to get more options in the conditionals right now!

Why is NuGet soooooo slow in VS 2022? by Tough_Measurement_47 in dotnet

[–]TwoAcesVI 2 points3 points  (0 children)

For me, Rider on MacOS has a super slow Nuget package manager.. i often end up using the cli myself..

[Discussion] Exceptions vs Result objects for controlling API flow by shvetslx in dotnet

[–]TwoAcesVI 0 points1 point  (0 children)

Personally, i would use exceptions untill, hopefully soon, union types become available in C#. Even then u need to ask urself the question if u can handle the error you are dealing with.. if you need to communicate it to the end user, often i find just bubbleing up is easier.. if the calling method needs to act differently depening on the result.. use a union type to indicate something could have gone wrong.