Results 21 comments of Kurt Harriger

Oh, I like the idea of `::expose` and `::inject` when you want to use qualified keys. I also just discovered that using slight variation in syntax does work and is...

I think maybe you could just reexport it no? `(defconst ^:expose ring-handler [^:inject thread-pool] thread-pool)`

nm I thought you were trying to export same var as multiple names... sometimes that makes sense too, but in trying to figure out how a thread-pool could be a...

Darn, I was hoping it was just me, it quick look at the source code seems that it extracts props from appInstance.props = extractAttributes(webComponentInstance); but if useShadowDom is true it...

After digging deeper I decided to implement the following instead of using this library. It doesn't have the style stuff and seems to work for me so far but your...

This appears to be the same issue as https://github.com/openzipkin/zipkin-js/issues/218 (although reported later) seems to have identified an issue with registering the zipkin middleware before bodyParser while using CLSContext and is...

I only stumbled on this issue as a co-worker mentioned having run into an issue moving the middleware previously. I spent a little bit of time trying reproduce the original...

I am also experimenting with using block ids as a method to store metadata for tasks in yaml instead of inline text. I find putting metadata on same line begins...

From my perspective js execution is a significant feature that I don't want to see removed. I do not agree that arbitration execution of dataview queries within *trusted* markdown code...

I don't understand this is an issue. You are in complete control of the documents you place in your obsidian folder. If you don't know what a script does don’t...