med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

363
active users

#symfony

4 posts4 participants0 posts today

Hey @symfony -cracks:

What's the best way to create RFC7807 conform error messages via the TwigError Render?

The main issue I have is, that the FlattenException ignores all the additional information I have in my custom exceptions... 😕

Any Ideas or hints to existing solutions/documentation is appreciated....

I don't want to believe that that use-case has not been considered!

I wonder if it’s possible to write a #Phpstan rule that flags “hey dumbass, your #Symfony container makes a compile-time decision based on an env var”. I just spent half an hour explaining to a coworker why that approach doesn’t work.

#recrutement #informatique
Envie de rejoindre une équipe dynamique ? Nous recherchons un.e Ingénieur.e en développement d'applications Web pour HAL
Missions : participer à la définition de l'architecture logicielle et à la migration de la plateforme HAL vers le framework #Symfony, participer à la maintenance applicative
CDD 2 ans, Villeurbanne (69)
#scienceouverte
En savoir plus ▶️ emploi.cnrs.fr/Offres/CDD/UAR3

Laravel vs. Symfony: A Comprehensive Comparison of #PHP #Frameworks

This article provides a guide concerning #Laravel vs. Symfony: a comprehensive comparison of PHP frameworks.
Laravel vs. Symfony: A Comprehensive Comparison of PHP Frameworks
Laravel and #Symfony are two of the most popular PHP frameworks, widely used for building modern web applications. Both have strong communities, rich ecosystems, and are frequently chosen by ...
Continued 👉 blog.radwebhosting.com/laravel #websitedevelopment

RadWeb, LLC · Laravel Vs. Symfony: A Comprehensive Comparison Of PHP Frameworks - VPS Hosting Blog | Dedicated Servers | Reseller HostingThis article provides a guide concerning Laravel vs. Symfony: a comprehensive comparison of PHP frameworks.

How do you usually deal with memory leaks in PHP (Symfony)? I juggle in an isolated process with a massive number of data sets that I load in batches via Doctrine, process, and then detach via the entity manager using `clear`, including a call to `gc_collect_cycles`, after unsetting the result array. There aren't any variables that have a reference anymore. The units of work from the entity manager are also empty. But the memory usage keeps going up.

UPDATE: found the leak in a third party API client 😄

Hey there I need some inspiration for a coding project: Assuming there's kind of a library project where users can freely add books by providing the author, title and ISBN. How can I assure that the users aren't able to add forbidden or seditious books? Are there APIs which can be used for? Since I'm using Symfony, is there maybe a package or so which I'm not aware of? #php #symfony

My employer, after 7 months of work, fired me overnight. Because I would be too "finicky" about code quality and security risks, which would better suit "a bank or cybersecurity company".

So I'm again #lookingForJob, either at #Montpellier (France) or #fullRemote. I am a #fullStack #developer with almost 10 years of experience on #php, #symfony, #html, #css, #javascript (#jquery and I'm also learning #vue). I am fluent in English, both written and spoken.

Mon employeur, après 7 mois de période d'essai, vient de la rompre du jour au lendemain. Parce que je serais trop "pointilleuse" sur le code et les risques de sécurité, ce qui conviendrait mieux au secteur "de la banque ou de la cybersécurité".

Donc #jeChercheUnJob à nouveau, sur #Montpellier ou #fullRemote. Je suis #developpeuse #fullStack avec presque 10 ans d'expérience professionnelle sur #php, #symfony, #html, #css, #javascript (#jquery mais je suis en train de me former sur #vue)

Symfony/Doctrine people: How do I tell doctrine to use different primary/foreign key name other than 'id'?

After doing symfony console make:entity I'm getting the following error when validating.

The referenced column name 'id' has to be a primary key column on the target entity class

Comment est ce que vous feriez une modification de données dans un formulaire qui échoue une validation ?
J'ai un formulaire qui a 2 champs, si le champ B viole une contrainte à partir d'une valeur de A, je veux modifier programmatiquement la valeur de B (pour la mettre à NULL pour pouvoir vider ses données).

Si j'utilise un événement de formulaire PRE|POST_SET_DATA pour modifier les données, la validation n'est pas encore passée. Si j'utilise un événement *_SUBMIT, il n'est plus possible de modifier les données du formulaire...

La validation des contraintes est déclenchée dans le contrôleur à dessein.

Merci pour votre aide <3.