closeable-map icon indicating copy to clipboard operation
closeable-map copied to clipboard

Application state management made simple: a Clojure map that implements java.io.Closeable.

Results 4 closeable-map issues
Sort by recently updated
recently updated
newest added

It uses `::fn` meta and as such needs a Clojure object. The implementation should change so that it attach the fn to the map and not the object.

bug
help wanted
question
bug-resolved

Currently `closeable-map` tries very hard to swallow everything, and as such uses the apex class `java.io.Throwable` in order to make completely sure errors truly are silent. This is opinionated. Is...

help wanted
question

For example: https://github.com/Flexiana/framework/blob/470547cede16aa1dc5a29793abc5ca14d9d73414/examples/state-events/dev/user.clj#L19

Bumps [org.clojure:clojure](https://github.com/clojure/clojure) from 1.10.3 to 1.11.2. Changelog Sourced from org.clojure:clojure's changelog. Changes to Clojure in Version 1.11.1 CLJ-2701 Pin serialVersionUID for Keyword and ArraySeq back to 1.10.3 values to retain...

dependencies