Also, a blog post on the web design process, as well as bugs and lessons learned.
https://blog.k3can.us/posts/2026/apr/everham-test/
Also, a blog post on the web design process, as well as bugs and lessons learned.
https://blog.k3can.us/posts/2026/apr/everham-test/
I'm at the point in my #Perl #Dancer2 journey where I'm spending more time chasing bugs in core modules than my own code 😞
The database modules have two long-standing bugs that you'd expect most users to hit:
1. Authentication using a db does not refresh stale handles, so you can't login.
2. Multiple db connections don't inherit the application charset setting.
These bugs have existed for ten years with fixes available. Is no one actually using Dancer2 or are we all patching locally?
I have a #Perl #Dancer2 application that uses a database. For non-authenticated routes, db connections that timeout are reconnected automatically. Nice. However, authenticated routes, which also require the db, are not reconnected because Dancer2::Plugin::Auth::Extensible::Provider::Database caches a stale handle.
Luckily, a pull request has been outstanding for 8 years, so I can patch locally. I hope this isn't a bellwether for Dancer2 vivacity in general. [edit: typo]
I’ve been learning #CSharp and #DotNet as part of a migration project at work, and got my boss’s blessing to share some of the insights and concept-mapping I’ve done so far: https://itsdaves.site/2025/11/28/perl-vs-c-vs-javascript/
If you’re a dev who went from #Perl to C# or vice versa, or #Linux to #Windows or vice versa, I’d love to hear any interesting insights or tricks you’ve learned.
#Dancer2 #PerlDancer #DBIxClass #EntityFrameworkCore #PostgreSQL #SQLServer
Does anyone here happen to have contact to https://github.com/hobbestigrou / https://metacpan.org/author/HOBBESTIG?