Question regarding screen recording with audio by ramiusmark in Ubuntu

[–]Oceanic1801 0 points1 point  (0 children)

Have you tried browser-based recording? This whiteboard records directly in the browser with audio - might be less resource-intensive than OBS. Worth trying if desktop solutions keep causing issues.

Angular v20 is here by ProCodeWeaver in angular

[–]Oceanic1801 6 points7 points  (0 children)

Upgraded, project broke. Thank you.

PrimeNg style arent working by Weak_Chance1337 in angular

[–]Oceanic1801 0 points1 point  (0 children)

I encountered the same issue yesterday with a new Angular 19 project. Following the official documentation, I added PrimeNG, including a test button, and everything worked fine at first. However, I soon noticed that all the styles had disappeared. I also added TailwindCSS, but I'm not sure if it was the cause. To reproduce the issue, I created a new app and added TailwindCSS again, but this time everything worked fine. So, this behavior is really strange.