It will be, eventually, unless a maintainer is able to maintain during the day. It doesn't matter what the source of free time is however: retired, rich, runs a company from their open source project, paid by somebody else, etc., but full time job + open source maintainer = dead project, eventually.
I don't think open issues is a fair way to judge project liveness. TypeScript also has hundreds of open issues going back years with no traction. Is TypeScript dead?
intrasight|4 months ago
HTMX is a single htmx.js file with like 4000 lines of pretty clearly written code.
It purports to - and I think succeeds - in adding a couple of missing hypermedia features to HTML.
It's not a "framework" - good
It's not serverside - good
Need to add a feature? Just edit htmx.js
sgt|4 months ago
osigurdson|4 months ago
recursivedoubts|4 months ago
https://htmx.org/essays/future/
there are bugs, but we have to trade off fixes against potentially breaking users sites that depend on (sometimes implicitly) the current behavior
this makes me very hesitant to make changes and accept PRs, but i also feel bad closing old issues without really diving deep into them
such is life in open source
sudodevnull|4 months ago
yawaramin|4 months ago