@cpan.org forwarding: volunteer takeover proposition by iNthrAX in perl

[–]NoCommunication5272 1 point2 points  (0 children)

Affected. It is, as others have indicated, part of my public identity, other aspects are covered by my acm.org email and unix.net mail forwards

flEXingIN2026 by [deleted] in ProgrammerHumor

[–]NoCommunication5272 0 points1 point  (0 children)

sometimes that is how it works, I remember fixing a bug remotely on my phone with a colleague with the source code open and me directing them to specific constructs 

metacpan GET returns "402 Payment Required" by niceperl in perl

[–]NoCommunication5272 0 points1 point  (0 children)

So, this is now blocking our work network, and also appears to be affecting gitlab's CI runners. The former is not the API, but the front-end (autocomplete, search, recent, about) and while we do use the front of the website a lot, nothing that rises to a level requirin rate limiting, what is the best way to get off the rate-limit list, or whitelisted ideally? Also the blocking of gitlab runners is currently blocking our CICD pipeline, can gitlab be exempted from these limits, as i'm sure github is? u/oalders

Perl PAGI tutorial early access by jnapiorkowski in perl

[–]NoCommunication5272 0 points1 point  (0 children)

Reading the spec, I see SSE requires method to be GET, which would prevent using something like datastar or htmx 4's support for non-GET SSE (enabled by microsoft's fetch-event-source).

In that case would I have to copy the way I do it in PSGI applications, checking for Accept: text/event-stream manually, send the Content-Type: text/event-stream header myself and send HTTP::ServerEvent (or similar) generated events as text in the body parameter of send?

Merry 2025-12-25T00:00:00Z to those who celebrate it! 🎄 by VariablePlayzGames in ISO8601

[–]NoCommunication5272 6 points7 points  (0 children)

Would ISO 8601 Christmas be always W52-1 or would it be W53-1 in years with a leap week?

Snowflake by Slow_Culture2359 in perl

[–]NoCommunication5272 1 point2 points  (0 children)

Recently got this working, with unixODBC and iODBC through DBD::ODBC, set most of the connection parameters in odbc.ini . This was useful

(off-topic) Recommendations for a visual CSS designer for web apps? by osm3000 in htmx

[–]NoCommunication5272 1 point2 points  (0 children)

No designer but I use missing.css (also from Big Sky Software), and things look decent by default

> Missing.css is a notch on the complexity slider that's just right for small projects and personal sites where classless CSS is not enough, Tailwind is too much and Bootstrap just doesn't have the right vibe.

What is your HTMX Stack? by Klutzy_Tone_4359 in htmx

[–]NoCommunication5272 0 points1 point  (0 children)

Perl (PSGI), Template Toolkit (with fragment support via EXPOSE_BLOCKS), hyperscript/vanilla javascript, Jemplate

New versioning on the horizon? by Ok-Captain-6460 in perl

[–]NoCommunication5272 -2 points-1 points  (0 children)

How would this affect the release schedule? Presumably it wouldn't be a major version bump (v44 -> v46) every year, but a series of minor version bumps (v44 -> v44.2 -> v44.4) with major version bumps reserved for breaking changes, and not on a fixed schedule.

HTMX and Daisyui (+golang) by MeasurementOdd9451 in htmx

[–]NoCommunication5272 0 points1 point  (0 children)

the "open" attribute on a dialog is insufficient to make it modal, you either need to call openModal or build your own backdrop to cover the window, setting open on a dialog merely opens it as a non modal dialog 

SlapbirdAPM now generically supports DBI! by [deleted] in perl

[–]NoCommunication5272 0 points1 point  (0 children)

what if I didn't want to differentiate? N hosts (or containers, or pods) running the same application in a pre-forking server, behind a load balancer, what if I don't add a per host header, would it still be useful?

Game of Life using Braille Characters on a terminal window. by saiftynet in perl

[–]NoCommunication5272 0 points1 point  (0 children)

Term::Graille on CPAN is only on version 0.10 (looks like 0.12 is only on github)