clj-commons

hlship 2023-06-20T21:03:00.069519Z

I'm a little stuck on the ClojureScript side of humaize, but hope to make progress soon.

hlship 2023-06-20T21:04:21.820779Z

I'm also seeing if there's interest in moving pretty from AvisoNovate to clj-commons? I'm working on a version 2.x with breaking changes and a lot of removals right now - the way the ansi namespace works breaks with with Graal and AOT, as it captures the decision about whether to enable ANSI colors and fonts at the time of compilation, not execution.

borkdude 2023-06-21T10:33:40.298169Z

you can put that compile time decision in a delay perhaps?

hlship 2023-06-21T14:08:09.403189Z

A dynamic var, so it can be rebound as necessary.

hlship 2023-06-21T15:13:04.400999Z

https://github.com/clj-commons/meta/issues/75