Arne Brasseur

Results 76 issues of Arne Brasseur

It would be helpful if `defplugin` would complain if you used a hook which doesn't exist, or if the associated function has the wrong arity.

improvement
ergonomics

[Midje](https://github.com/marick/Midje) is probably the most extensive and most opinionated alternative to clojure.test. It provides both a completely new syntax for defining tests, and a very feature-complete runner for said tests....

feature

I was hoping to use punk to inspect shadow-cljs's compiler state ``` clojure (defn compile-prepare-hook {:shadow.build/stage :compile-prepare} [build-state & args] (tap> [::compile-prepare build-state args]) build-state) ``` This caused errors on...

Corgi aims to be a fairly minimal config, while at the same time being fairly complete when it comes to Clojure development. You should have a setup out of the...

I posted this on the Corgi channel on the [lambda island discord](https://discord.gg/pCuZBDRruW), reposting it here for reference and visibility. At some point this will have to make it into the...

I only recently realized that through evil-collection we're also pulling in a bunch of keybinds for "evil-collection-unimpaired", a partial reimplementation of [vim-unimpaired](https://github.com/tpope/vim-unimpaired) ```clj (evil-collection-define-key 'normal 'evil-collection-unimpaired-mode-map "[b" 'evil-prev-buffer "]b" 'evil-next-buffer...

Currently Corgi uses Ivy, Counsel, Smex (although I just realize we are not actually binding any keys to use Smex), and Swiper. There have been a few questions about replacing...

I'm starting to think it would make a lot of sense to move all Corgi stuff to its own dedicated Github organization. We already have several different repos, and I...

Corgi is meant to be a complete but minimal base install. Out-of-the box using the sample config you should have a comfortable editor experience that you can totally just use...

When no arguments are given then read from stdin instead. This way you can pipe code into `rep`. Also prints a nicer warning when no port number is given and...