Roman Pearah

Results 54 comments of Roman Pearah

Clearly ;) Any plans to add such, or is it a hard problem?

I would like to see this too, but at the moment I just run `pip freeze | xargs pip uninstall -y` in the new environment to restore it to basics.

I got something similar with this: ``` (def parse-uri (insta/parser "url = [www] domain [path] www = 'www.' domain = #'[^.]+\\.[^.]+' path = backslash (token [backslash])* backslash = '\\' token...

Ah, of course. Looking at the OP's code, it seems like that was his problem too.

I would love to see this.

`/var/run/secrets/kubernetes.io/serviceaccount/token` is something all pods should have access to. Is this an error you're getting running the sidecar on a k8s cluster?

I'm having a similar problem with a recursive ancestor rule. The following query never returns, but if I leave off the last `anc` clause it returns almost instantly (though that...

Wait, is this because, like Datomic, variables need binding at invocation time through the use of `[ ]` in the rule definition?

I see. Thanks. If you do get a chance, I would appreciate your insight on my example. To get around it, I basically had to run the query without ```...