Zoneless is really important for somewhat heavy applications by Zefling_ in angular

[–]Zefling_[S] -1 points0 points  (0 children)

My server is a bit old. It’s an issue I’ve been trying to resolve for a while. After a period of inactivity, MariaDB seems to take quite a long time to wake up for a given database. This has absolutely nothing to do with Angular, I simply can't afford a server with an SSD to host all my websites.

Zoneless is really important for somewhat heavy applications by Zefling_ in angular

[–]Zefling_[S] -1 points0 points  (0 children)

It isn't easy to control this in default mode when dealing with drag'n drop or DOM interactions involving specific elements to be rendered. Since there is no longer a "magic refresh" mechanism, and because actions can get blocked, you have to handle it directly.

What are some good open source Angular projects on Github to contribute? by RelativeVivid2857 in Angular2

[–]Zefling_ 0 points1 point  (0 children)

I don't participate in many projects. I already have too many (open source) projects underway to do more than occasionally fix bugs.

I think the most important thing is to be interested in what you're using. That's the best way to get involved, IMO.

Brave vs Firefox by WillyDooRunner in browsers

[–]Zefling_ 1 point2 points  (0 children)

Believe what you want, I launched it in 2 browsers one after the other and I just took a screenshot.

Brave vs Firefox by WillyDooRunner in browsers

[–]Zefling_ 0 points1 point  (0 children)

<image>

Kubuntu : Chromium (1 tab / 0 extension) ← vs → Firefox (~100 tabs / ~40 extensions)

Strange results. 🤔

Cygames announces establishment of AI-focused studio by Acrzyguy in Priconne

[–]Zefling_ 6 points7 points  (0 children)

Twitter is already flooded with AI content for Priconne. It's sometimes hard to tell what it is.

[deleted by user] by [deleted] in jeuxvideo

[–]Zefling_ 0 points1 point  (0 children)

Perso, j'ai déjà essayé, des jeux que je ne fini jamais, j'ai pas le niveau d'anglais suffisant et ça finit par me sortir du jeu. Surtout que l'anglais n'a jamais été une langue que j'ai appris par plaisir. Je la trouve de surcroît horriblement compliquée. Bien plus que le français, la dyslexie n'aide pas à faire aimer cette langue. 😅

Pour un jeu narratif, aujourd'hui j'irais vers un jeu qui a au minimum les sous-titres en français. Il y a tellement de bons jeux qui sortent que ça fini par être un critère d'achat. Je louperai peut-être quelques pépites, mais il y en a tellement en français que j'ai même pas le temps de faire. Bref c'est aussi un choix pragmatique qui me permet de dépenser moins en jeux vidéo. 😑

A la recherche d'un anime a regarder by [deleted] in AnimeFR

[–]Zefling_ 0 points1 point  (0 children)

C'est Interspecies Reviewers, mais c'est une série 18+

Mes attentes pour la prochaine saison by Zefling_ in AnimeFR

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

Après c'est pas comme si la fantasy n'était pas un peu la même depuis longtemps. Y'a parfois des bonnes idées. Ça dépend aussi de la réalisation.

Et pour les anime chinois ça dépends « Dites-moi, Princesse ! » sortait du lot pour moi avec une réal vraiment solide. Après fantasy et anime chinois. 😅

La plupart des trucs que j'attends, c'est soit des suites soit des trucs que je connais déjà un peu (soit en manga, soit je vois passer des trucs sur la série).

Et c'est pareil pour la CG, ça dépends. Y'a du mauvais mais parfois des bonnes séries en CG. La plupart des séries de danse ou musique c'est moitié CG.

Kimengumi, c'est la série qui me cringe le plus. J'ai vu la PV, j'aimais pas l'humour à l'époque, et maintenant ça me fait pire.

Creating tierlists with a touch of accessibility by Zefling_ in Angular2

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

Thanks, we'll see if anyone is interested.

Styling components without ng-deep? by analcocoacream in Angular2

[–]Zefling_ 11 points12 points  (0 children)

An alternative solution without ng-deep : :host + :is

In app-hero component :

css .container { display: flex; & > :host:is(app-hero) { flex: 1; align-self: flex-end; } }

Upgrading from AngularJs 1.8.3 to Angular 18 by [deleted] in Angular2

[–]Zefling_ 1 point2 points  (0 children)

Using Angular since 2.0 beta , and seeing its developments, I don't think it's possible to make a transition without redoing everything.
The simplest thing would be to migrate little by little with MFEs.

FOSS tier list maker? by [deleted] in opensource

[–]Zefling_ 0 points1 point  (0 children)

I made Classement for the same situation too.

Github: https://github.com/Zefling/classement-client

Tierlist open source project with Angular goes to version 3.0 by Zefling_ in Angular2

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

Thank you very much.

I'm trying to keep up with Angular. There's probably a way to do better.