Alex Dixon

Results 50 comments of Alex Dixon

> Is the thing you're using this for on Github? I'm curious to see how people are using it. Just me playing around so far. Trying to define a query...

Something like this could be a userland solution. ```ts type CaptureMap = { [k: string]: m.CapturedMatcher } type BoundCaptures = { [k: string]: C } function query( value: unknown, condition:...

Thanks. I really admire your attentiveness. I think we'd all prefer no breaking changes unless absolutely necessary and plain returns instead of callbacks, but I haven't had time to look...

https://github.com/atom/xray?

@WilliamParker It'd really help to have it consistent. Right now everything's working because in all our examples we have our rules and our sessions defined in the same namespace, and...

@rbrush Just curious or maybe looking to help start a discussion: 1. What's the release plan for #397? Major version bump? 2. Any value in releasing an alpha or something...

I can implement if it's desired. For those who use IntelliJ it's dangerously close to having the same REPL setup for CLJS as CLJ. I think the changes would include:...

Here's the leiningen/ figwheel config I borrowed from Luminus that I posted a while back: https://github.com/cerner/clara-rules/issues/285#issuecomment-298922073. I still use this for CLJS REPL with figwheel. There may be better alternatives...

I think I added something like a tx report queue in Precept that leverages the clara.listeners namespace and core.async. I've been working on a devtool for Precept that tracks changes...