taoensso / timbre

Pure Clojure/Script logging library
https://www.taoensso.com/timbre
Eclipse Public License 1.0
1.44k stars 171 forks source link

Support for `nbb` #358

Closed dmg46664 closed 4 months ago

dmg46664 commented 1 year ago

https://github.com/babashka/nbb

Welcome to nbb v1.0.136!
user=> (require '[taoensso.timbre :as timbre :refer-macros [info]])
"Error: Could not find namespace: goog.i18n.DateTimeFormat"
ptaoussanis commented 1 year ago

Hi there, I'm sorry but this issue isn't sufficiently clear for me to attempt a useful response.

Please don't expect library authors to read long linked documents without any context to explain what you're trying to achieve, or how the linked documentation might be relevant.

dmg46664 commented 1 year ago

@ptaoussanis Apologies, thanks for responding.

I took the risk that you might somewhat familiar (and filed the feature request as a footnote while working around the problem writing my own logging library. Better to file it to start the conversation I thought, rather than not).

nbb is a javascript clojure interpreter by borkdude that is gaining popularity. I find it useful because I can amend aws lambda code and run it without re-compilation that shadow-cljs would require.

I've removed the polylith bit as it's only a potential workaround for my use case. As you say I'll need to expand on that for clarity.

ptaoussanis commented 4 months ago

Closing as part of issue triage due to inactivity