integrant-repl icon indicating copy to clipboard operation
integrant-repl copied to clipboard

Reloaded workflow functions for Integrant

Results 7 integrant-repl issues
Sort by recently updated
recently updated
newest added

Although the notice at the bottom of the readme is probably sufficient, it would be comforting to projects that depend on `integrant-repl` if there was a full `LICENSE` file included,...

Would you accept a PR on supporting cljs? [This](https://gist.github.com/clyfe/cdf93215fb29ffe1d034f8d53804c5a5) subset of logic seems to work thus far. Let me know and I'll follow with a more formal proposal / PR.

Integrant itself can take a collection of keys for init and halt to selectively act on keys but the required arity is not taken by integrant-repl. I occasionally find myself...

A few things which seem potentially useful: * `restart` - shorthand for `(suspend) (resume)` - skips the `refresh` * `(find-component :k)` - shorthand for `(find-derived-1 integrant.repl.state/system :k)`. Useful for defining...

Integrant is now on version 0.10.0, but this library still uses 0.8.1. Also the from 0.9.0 onwards the usage of prep/prep-key is deprecated: https://github.com/weavejester/integrant/blob/master/CHANGELOG.md#090-2024-04-29 and this library uses them with...