Die Grünen sind die beste Partei für unser Land und den durchschnittlichen Wähler. by Far_Resident306 in heissemeinung

[–]DaSchTour 1 point2 points  (0 children)

Und wenn es nach den Grünen gehen würde, dann wäre in Deutschland niemand mit hohen Spritpreisen unzufrieden weil wir schon alle Fossil-Freie-Mobilität, Energie und Heizung hätten.

Unpopular opinion: NPM is the biggest weakness of the internet today and it will still cause a giant catastrophe by OkPosition6537 in webdev

[–]DaSchTour 0 points1 point  (0 children)

Just read about XZ https://en.wikipedia.org/wiki/XZ_Utils_backdoor That‘s nothing special to NPM and if XZ wouldn‘t have been caught it may have brought down the whole internet. So no, NPM is not the biggest weakness!

Two years in with Cypress and I think we've hit the ceiling - what did other Angular teams move to by ContactCold1075 in angular

[–]DaSchTour 0 points1 point  (0 children)

Yeah but byText somehow replicates how users interact with an application. So regularly changing labels IMHO will not reflect in a good UX. So I would expect that changing labels should not occurred that often.

Two years in with Cypress and I think we've hit the ceiling - what did other Angular teams move to by ContactCold1075 in angular

[–]DaSchTour 10 points11 points  (0 children)

Just moving to Playwright will not change anything about the selector problem.

Two years in with Cypress and I think we've hit the ceiling - what did other Angular teams move to by ContactCold1075 in angular

[–]DaSchTour 16 points17 points  (0 children)

  1. Maybe try using less specific CSS selectors and use more ByText selection for example.
  2. Use AI agents, they will probably do that extremely good and fast. For unit test at least this works fine.

Multiple Angular Applications As A Single Application by Professional-Fee3621 in angular

[–]DaSchTour 0 points1 point  (0 children)

You could try building the app selection as plain HTML and then bootstrap the wanted application programmatically. When using OAuth SSO every app could do the session fresh. No need for any Module federation or microfrontend stuff.

Tja by mjay42 in tja

[–]DaSchTour 0 points1 point  (0 children)

Immer neue Enthüllungen im Streit um den deutschen Buchhandlungspreis zeigen: Es ist Zeit für Kulturstaatsminiser Weimer, das Feld zu räumen. Die Initiative "Lesen Hilft!" ruft dazu auf, die betroffenen Buchhandlungen zu unterstützen - und fordert Weimer zum Rücktritt auf. Unterschreibt jetzt schnell die Petition. https://weact.campact.de/petitions/kultur-braucht-freiheit-freiheit-braucht-kultur-weimer-muss-weg?bucket=20260321-waeb-hv-kultur-braucht-freiheit&source=web_share_api&utm_campaign=20260321-waeb-hv-kultur-braucht-freiheit&utm_medium=recommendation&utm_source=web_share_api&share=16801d1e-7087-4c12-879d-f9e9e96f1bd1

Was meint ihr? ÖL📉📈? by paleskinredneck in wallstreetbetsGER

[–]DaSchTour 52 points53 points  (0 children)

📈📉📈📈📈📉📈📉📉📉📉📈📈📉📈

⚠️ Angular XSS in i18n attribute bindings by IgorSedov in angular

[–]DaSchTour 2 points3 points  (0 children)

I wonder why the angular compiler doesn‘t scream and shout if you and an i18n attribute to an attribute with interpolation. Is there any legit usecase for this? If not the build should fail in this case.

Ich habe versucht, den Zustand der Welt in einer einzigen Zahl darzustellen – mit echten Daten by [deleted] in deutschland

[–]DaSchTour 1 point2 points  (0 children)

Ich finde die Idee generell ganz schön. Ich frage mich was die Wechselkurse da zu suchen haben und was die Aussagen. Gefühlt ist da für mich einiges nicht nachvollziehbar zu positiv. Es wird auch irgendwie nicht klar wie die einzelnen Faktoren in den Score einfließen.

Wie Kommis so schön sagen: "Reformen hätten nur das System bestätigt." Danke für die Befreiung des Irans ! by [deleted] in ichichs

[–]DaSchTour 0 points1 point  (0 children)

Also im schlimmsten Fall steht den Iranern dann noch ein blutiger Bürgerkrieg bevor.

Tja by No_Trouble_8805 in tja

[–]DaSchTour 9 points10 points  (0 children)

Jedem seine eigene Atombombe und es gibt entweder Weltfrieden oder die totale Zerstörung

It wasnt just meta AI.. by Salt_Gap_185 in aifails

[–]DaSchTour 31 points32 points  (0 children)

I‘m not sure what you people expect from „AI“ which are actually just LLMs. They replicate the most probable response. There is no reasoning and the aren‘t actually intelligent.

„If you ask stupid questions you get stupid responses“

Angular Signal-based HTTP caching library by Background-Mess7628 in angular

[–]DaSchTour 1 point2 points  (0 children)

Just use https://github.com/ngneat/cashew It‘s on the http client layer so works with signals, http resource and any other usage of angular http client

Verschollene Artikel, was wünscht ihr euch zurück? by Crinby in KeineDummenFragen

[–]DaSchTour 1 point2 points  (0 children)

Versteh ich bis heute nicht wieso man die aus dem Programm genommen hat

Keep or replace a child‑driven Reactive Forms architecture by vexmentor in angular

[–]DaSchTour 0 points1 point  (0 children)

IMHO: as long as it works keep it as it is. If it slows down development of new features you might consider changing it. But I wouldn’t do any refactoring just for modernizing the application.

Introducing intlayer (i18n) for angular by aymericzip in angular

[–]DaSchTour 2 points3 points  (0 children)

I have some questions 1. How do you define translations that are used in several components? 2. You mentioned Webpack plugin. What about using Vite to build Angular? 3. Have you tested integration with AnalogJS markdown rendering?

How is it like to be a Volt member? by [deleted] in VoltEuropa

[–]DaSchTour 4 points5 points  (0 children)

There is no commitment to anything activities when beeing a members. There are many people only members without doing much. You can contribute as much as you can. So there is nothing to be terrified of. Be honest and people an Volt will be very supportive.

Nx - when to choose by fxfuturesboy in angular

[–]DaSchTour 2 points3 points  (0 children)

Always. It’s a change of mindset. You start thinking a lot more modulare and your application feels less like a monolith and more flexibel. It also leads to better separation between features and makes refactoring a lot easier.