releases

2025-10-26T09:43:41.750429Z

https://github.com/askonomm/dompa - A zero-dependency, runtime-agnostic HTML parser and builder. β€’ Now has a dompa.nodes/zip fn that creates a zipper for a node (thank you @henrik for the suggestion)

πŸš€ 2
πŸŽ‰ 3
pez 2025-10-26T13:03:29.941099Z

Awesome! I didn’t know about this. @borkdude you think it could be something to include in Joyride? Today Joyride itself uses post-html-parser from npm, and also the Joyride example does this.

borkdude 2025-10-26T13:05:48.025789Z

I think it likely would work with joyride from source. but performance wise it's a different game probably. you could try it out and see :)

pez 2025-10-26T13:09:01.626959Z

Yeah, I was thinking sci configs and such. But sure, I can try that it works from source first.

2025-10-26T13:55:31.588949Z

Yeah I've not really done any performance testing, and have no idea how it stacks up to other libraries of the same kind, but of course it being runtime-agnostic means I'm not using any interop, which comes with a perf penalty in itself already, most likely.

πŸ‘ 1
borkdude 2025-10-26T13:56:36.038699Z

Having it in pure Clojure is very cool

2025-10-26T14:06:29.720819Z

My next goal is to get it working in Jank, but currently Jank lacks some of the implementations required to run the test suite, so even if I can make it run, I can't really test it.

borkdude 2025-10-26T14:07:40.766769Z

You can maybe file issues for the first thing you hit

borkdude 2025-10-26T14:08:29.666279Z

Sometimes there’s workaround like implementing core functions in terms of other core functions. I just implemented array-seq in SCI environment that didn’t have it

2025-10-26T14:09:20.788719Z

I've already discussed this in the jank channel and jeaye said to sit tight for a bit as they finish some of the low level stuff. But that would be so cool though, to have a single library written in just 1 language that is usable in front-end, server-side, scripting as well as systems programming.

πŸ‘ 1
2025-10-26T14:13:12.802079Z

Yeah I could probably look deeper into the things as well to see if I could affect positive change.

Daniel Slutsky 2025-10-26T15:02:10.695729Z

https://scicloj.github.io/clay/: REPL-friendly literate programming and data visualization - version https://clojars.org/org.scicloj/clay/versions/2.0.1: β€’ fix: (ClassCastException) at babashka.fs/u+wx by @neuhalje (PR #306, updating babashka.fs version)

πŸŽ‰ 5
lukasz 2025-10-26T18:20:50.316189Z

πŸ”’ Just released aero-1p: it inject secrets from multiple 1Password vaults directly into your Aero configurations. I found it useful when working on side projects which do not require full on local secret management like Doppler or GSM https://github.com/lukaszkorecki/aero-1p No Clojars release just yet, waiting for bug reports ;-)

😍 4