Fork me on GitHub
#announcements
<
2023-01-20
>
oliy11:01:30

Hi all, I made an emacs integration for borkdude/carve. It lets you run carve with a simple key binding and opens a result buffer where you can navigate to the results and add them to your ignore file with a single keystroke. Any feedback or PRs welcome, as always. Enjoy! https://github.com/oliyh/carve.el

šŸŽ‰ 25
clj-kondo 2
borkdude11:01:04

Cool! Feel free to make a PR against carve to document this project

šŸ‘ 3
borkdude11:01:57

merged

šŸ’Æ 3
borkdude12:01:25

https://github.com/babashka/neil: a CLI to add common aliases and features to deps.edn-based projects See the https://blog.michielborkent.nl/new-clojure-project-quickstart.html blog post for a gentle introduction into neil. 0.1.48 (2023-01-20) ā€¢ Print a message and exit when the github rate-limit is reached (https://github.com/babashka/neil/issues/136) (https://github.com/russmatney) ā€¢ Friendlier env vars for neil github token usage (https://github.com/babashka/neil/issues/136) (https://github.com/russmatney) ā—¦ BABASHKA_NEIL_DEV_GITHUB_USER -> NEIL_GITHUB_USER ā—¦ BABASHKA_NEIL_DEV_GITHUB_TOKEN -> NEIL_GITHUB_TOKEN The old env vars are left in-place as a fallback, but may be removed in a future version. ā€¢ neil dep add: Always write library names as namespaced symbols (https://github.com/teodorlu) ā—¦ Old behavior: neil dep add http-kit writes http-kit {:mvn/version "2.7.0-alpha1"} to deps.edn ā—¦ New behavior: neil dep add http-kit writes http-kit/http-kit {:mvn/version "2.7.0-alpha1"} to deps.edn

šŸŽ‰ 17
stathissideris14:01:12

bb-dialog: a new library to easily make your babashka scripts interactive! https://www.pixelated-noise.com/blog/2023/01/20/bb-dialog-announcement/index.html - all credit goes to @jarcane

babashka 28
šŸŽ‰ 52
šŸš€ 3
Benjamin17:01:08

the deps.edn snippet is missing a " . Looks nice I am trying it

stathissideris17:01:53

@U02CV2P4J6S thanks, will fix asap!

šŸ‘ 2
practicalli-johnny00:01:16

ā¤ļø ncurses ā¤ļø

Alex Miller (Clojure team)17:01:09

https://github.com/clojure/data.int-map 1.1.0 - A map optimized for integer keys ā€¢ DIMAP-17 - use singletons for empty int maps and sets - thanks Josh Lemer ā€¢ DIMAP-16 - fix equals and equiv don't compare equals with Java maps/sets - thanks Andy Fingerhut ā€¢ DIMAP-18 - fix empty doesn't preserve meta - thanks Josh Lemer ā€¢ DIMAP-7 - fix minor typos in README and docstring - thanks Ben Cook ā€¢ Remove unused ArrayList allocation - thanks Josh Lemer

4
šŸ‘ 35
clj 16