Fork me on GitHub
#announcements
<
2024-02-29
>
borkdude12:02:56

https://github.com/babashka/process Clojure library for shelling out / spawning sub-processes 0.5.22 (2024-02-29) • https://github.com/babashka/process/issues/123: exec now converts :env and :extra-env keywords (https://github.com/lread) • https://github.com/babashka/process/issues/140: accept java.nio.file.Path as :dir argument • https://github.com/babashka/process/issues/148: accept Path in :out, :err and :in

🎉 11
babashka 5
❤️ 1
jerger_at_dda18:02:49

Proudly announce the new major release for https://repo.prod.meissa.de/meissa/c4k-website A k8s setup for gitops-driven websites. We have added • Support for redirects for your website • Clean api for website-generation (generate.sh should deliver to target/html) • Support for rate limits per ip • We separat different websites now to different namespaces. • Closer config validation with improved spec. • c4k-website now provides a native binary. In nexts weeks we are heading towards fully support for hugo in addition to cryogen. #devops #k8s #k3s #forgejo

🎉 2
phronmophobic19:02:53

https://cloogle.phronemophobic.com/doc-search.html: Semantic search across half a million clojure functions. Functions are the reusable building blocks for clojure programs and now you can find them wherever they are. Cloogle can find specific implementations: • https://cloogle.phronemophobic.com/doc-search.html?q=calculate+sha256+hashhttps://cloogle.phronemophobic.com/doc-search.html?q=create+and+return+a+temporary+file Cloogle uses fuzzy search which is also suitable for exploration or research: • https://cloogle.phronemophobic.com/doc-search.html?q=error+handler+with+exponential+backoffhttps://cloogle.phronemophobic.com/doc-search.html?q=cancel+tasks+or+processes

🎉 28
🆒 8
👏 2
🚀 2
clojure-spin 2
🤯 3
👍 1
Noah Bogart20:02:07

this is super cool! do you track licenses at all? might be helpful for prospective readers to know if a given piece of code is compatible before they start copy-pasting

phronmophobic20:02:26

I’m open to the idea, but it’s not totally clear how to implement it since not every file in a repository is guaranteed to be licensed under the root LICENSE file. It’s also tricky since even the most permissive licenses typically require attribution. Generally, I think there are still many open problems before importing lone functions is well supported. Anyway, I’m always happy to track it if you want to file an issue https://github.com/phronmophobic/cloogle/issues

👍 1