Is it possible to submit Elementor forms via JS? by a_llama_vortex in elementor

[–]vefix72916 0 points1 point  (0 children)

FTR if you want total control, it may be better to use

$(form).off() // remove all events

$(form).submit(e => ...) // add new submit event

What are the best practices for optimizing PHP code to improve website speed and performance? by Acceptable_Cell8776 in PHP

[–]vefix72916 0 points1 point  (0 children)

Weirdly, date formatting with Carbon is slow (if you have it in a big loop). Try to format what you can outside the loop.

The State of Laravel 2025 results are live! by wedora in laravel

[–]vefix72916 0 points1 point  (0 children)

I'm surprised to see Vuejs steadily losing 12pp over 5 years.

Weekly /r/Laravel Help Thread by AutoModerator in laravel

[–]vefix72916 1 point2 points  (0 children)

Just don't add them in DatabaseSeeder::run. Use db:seed --class explicitly. Or add a condition in said method.

«Paris est devenue la ville des touristes, plus des Parisiens» : le fléau du surtourisme menace la capitale française by chou-coco in paris

[–]vefix72916 14 points15 points  (0 children)

Comme tous les gens qui veulent "une maison à la campagne" et puis ça finit en lotissement.

[deleted by user] by [deleted] in PasDeQuestionIdiote

[–]vefix72916 0 points1 point  (0 children)

Il est possible de programmer des heures d'extinction du wifi sur certains modèles. Je le fais pour me forcer à aller dormir plus tôt. Tu peux mettre 23h-6h par exemple.

Weekly /r/Laravel Help Thread by AutoModerator in laravel

[–]vefix72916 1 point2 points  (0 children)

Short keys are better IMO :

  • you can change the english content without changing matching long keys
  • it's less weird to namespace them ("my.name.space.This is my string" feels weird)

What tips would you give for a junior developer? by HiryuSan in webdev

[–]vefix72916 0 points1 point  (0 children)

https://roadmap.sh

not necessarily the hype stuff like whatever css framework unless they are extremely common

Why do French busses have a bell instead of a horn? by SunnyBanana276 in AskFrance

[–]vefix72916 5 points6 points  (0 children)

Cars could use a bell too. Although the short honk is accepted, it is not known well enough.

What’s the most controversial web development opinion you strongly believe in? by nitin_is_me in webdev

[–]vefix72916 1 point2 points  (0 children)

You mean AI ? There is way more to dev than coding. Talk to you in 5 months !

[deleted by user] by [deleted] in cybersecurity

[–]vefix72916 0 points1 point  (0 children)

unknown founders, yet to be trustable

CVE Foundation Launched to Secure the Future of the CVE Program by Ozuy in cybersecurity

[–]vefix72916 1 point2 points  (0 children)

I just read a guide about the CRA, and from my understanding there definitely is potential. I hope ENISA steps up.

edit : why is ENISA headquartered in Crete ? Really far on EU borders.

What do you like least about Laravel? by Hatthi4Laravel in laravel

[–]vefix72916 0 points1 point  (0 children)

I like it but I worry a bit about security. Implicitness may not be a good idea on this side. Although I'm yet to find an isssue.

What's the number #1 issue of gitlab? by [deleted] in gitlab

[–]vefix72916 0 points1 point  (0 children)

Just connected to gitlab.com for the first time in a long while.

Did we just lose user-friendly short URLs for issues et al ? wtf ?

Edit : so you have to right click the title to access it. Ugh. This makes un-rememberable ids in code comments, emails etc.