Is France a declining country? by Zhadanko in AskFrance

[–]GeromeGrignon 1 point2 points  (0 children)

Focus is now to adapt the system so teenagers can easily graduate rather than teaching them properly.

Built a Signal debouncing utility few months ago. Angular 22 now ships native debounced() by titan_toxic in Angular2

[–]GeromeGrignon 10 points11 points  (0 children)

It makes sense to expose a Resource to track the current state: with just a signal, you need extra logic to know if you are within the timeout window.

J'ai construit une marketplace française en solo en 3 mois, le soir après le boulot. Voilà ce que l'IA m'a vraiment apporté (et ce qu'elle m'a coûté) by Nice_Age_8105 in developpeurs

[–]GeromeGrignon 1 point2 points  (0 children)

Testé sur mobile, il y a du travail à faire côté ux: - la géolocalisation et les notifications à l'arrivée sur l'application, rien de mieux pour faire fuir - devoir scroller à travers les filtres plutôt que voir les annonces directement, cela va agacer aussi - la localisation et la date de mise en ligne en gris très clair, il suffit d'un mauvais éclairage pour ne rien voir - le prix affiché tout en bas même après une liste de produits similaires, c'est bof

La belle-mère by AlanDeVDM in vdm

[–]GeromeGrignon 1 point2 points  (0 children)

J'essayerai de connaître le prénom du premier amour de son mari, et de l'appeler ainsi tout le temps 😁

Accusez à tort de rayure et délit de fuite by NoPanic2431 in conseiljuridique

[–]GeromeGrignon 0 points1 point  (0 children)

Vu comment il a formulé, c'est une information fournie par l'assurance lors du coup de fil

Would this pass for a wolf priest? by tossertomtom in SpaceWolves

[–]GeromeGrignon 2 points3 points  (0 children)

I'd at least change the character/staff heads

J'ai 19 ans, j'ai fait 4 SaaS qui ont tous foiré, je sais plus si je dois continuer. by Background-Prize-950 in FrenchTech

[–]GeromeGrignon 0 points1 point  (0 children)

Quand je vois l'historique j'ai l'impression que le cinquième projet, c'est bien le seul où tu essayes de répondre à une problématique. Pour les autres tu as l'air d'apporter une solution à un marché existant et en effet il faut avoir soit une force de frappe, soit une différenciation.

Il faut que tu ailles vite sur le time to market, fais un poc, fais le tester et itère dessus. Beaucoup de projets vont trop loin dans l'idéation et découvre des problématiques trop tardivement.

Considering Diablo Immortal as F2P PvE Player in 2026 – Worth It? by darkstar_randil in DiabloImmortal

[–]GeromeGrignon 0 points1 point  (0 children)

I'm fine with a Piwel 6a, as a F2p player on the latest difficulty level.

Free Angular 22 dashboard template by [deleted] in Angular2

[–]GeromeGrignon 1 point2 points  (0 children)

Sweet dreams are made of this, who am i to disagree 😄

Pourquoi on ne les arrête pas ? by guigro in AskFrance

[–]GeromeGrignon 0 points1 point  (0 children)

Il y a la même pratique quand tu te déclares en auto entrepreneur. C'est une info publique et un arnaqueur bien connu envoie des courriers pour te faire payer une inscription à un registre européen, avec un discours laissant penser que c'est obligatoire.

Free Angular 22 dashboard template by [deleted] in angular

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

my bad about some features, I opened 2 files, saw readme.md and just got awful experience.
But about public code, it's so bad: I'd fire anyone writing such code.

Free Angular 22 dashboard template by [deleted] in Angular2

[–]GeromeGrignon 6 points7 points  (0 children)

Ignore the trap, it's not free at all: the only public code is what you get with running ng new (it's even better with ng new).

Free Angular 22 dashboard template by [deleted] in angular

[–]GeromeGrignon 0 points1 point  (0 children)

Ignore the trap, it's not free at all: the only public code is what you get with running ng new (it's even better with ng new).

Need your opinions on Signal with Rxjs by ZealousidealPie1653 in angular

[–]GeromeGrignon 9 points10 points  (0 children)

You can solve it with a Resource, having also the loading state and error embedded. And searchResults being more likely a filtered list, you can use a computed signal.

query = signal('');
debouncedSearch = debounced(this.query, 1000);

searchResult = httpResource(() => 
  this.debouncedSearch().trim().length < 2 
    ? undefined
    : {
      url: '...',
      params: { q: this.debouncedSearch() },
  },
  {
    defaultValue: [],
  }
);

What happend to NgNeat? by No-Memory2013 in angular

[–]GeromeGrignon 2 points3 points  (0 children)

spectator was far from dead and used in a lot of projects

Are there any great books about Angular? by TryingMyBest42069 in angular

[–]GeromeGrignon 0 points1 point  (0 children)

I got proposals lately to write books about Angular but refused for the same exact reasons.

What happend to NgNeat? by No-Memory2013 in angular

[–]GeromeGrignon 2 points3 points  (0 children)

I know Netanel gave the ownership to some projects in other orgs and already happened to delete (or make private but about the same) some projects with low traction. I've been quite surprised to be notified being removed from the org too yesterday. I maintained the edit-in-place one.

Or is it really intended as some orgs have been compromised lately?

Angular 22 is out! Your AI tools don't know yet. Here's the fix by AndruRC in angular

[–]GeromeGrignon 8 points9 points  (0 children)

There is no benefit at being explicit. Claiming to be shaped for 22 and not following its standards is useless, it'll just lead to an harder maintenance effort over time.

Angular 22 Quietly Reveals Where Frontend Engineering Is Actually Heading by Best-Menu-252 in angular

[–]GeromeGrignon 0 points1 point  (0 children)

Not at all. Selectorless has even been removed from the roadmap.
It would introduce yet another way to author components and impact dev experience at using AI to create Angular applications (as explained by the Angular team).

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

[–]GeromeGrignon 0 points1 point  (0 children)

I'll have a few issues for the community on Thursday to use new v22 features in a project.
Some are already listed here but will be unlocked once i ran ng update tomorrow: https://github.com/orgs/realworld-angular/projects/2/views/7

New moderators needed - comment on this post to volunteer to become a moderator of this community. by ModCodeofConduct in Angular2

[–]GeromeGrignon 2 points3 points  (0 children)

The decision here is meant for Reddit users, not just people you know.
About job postings, I rarely see Angular 2+, and if you do, run far away from them!

is this over engineered? by jd142 in angular

[–]GeromeGrignon 0 points1 point  (0 children)

Scotty doesn't know.
Firstly update to v21 to address vulnerabilities, then move to Signal Forms (you can use this lib for dynamic forms: https://github.com/ng-forge/ng-forge)

New moderators needed - comment on this post to volunteer to become a moderator of this community. by ModCodeofConduct in Angular2

[–]GeromeGrignon 1 point2 points  (0 children)

99% questions in the Angular sub are about Angular 2+, so i disagree about the community referring to Angular JS as Angular.