Asim Jalis

Results 8 issues of Asim Jalis

I see that readline supports vi key-bindings and history. Is there a way to configure this when readline is being used from another program such as [Joker](https://github.com/candid82/joker)? In Joker I...

This might be a feature request. Is it possible to use this from the command line?

enhancement

How can I use wildcards in queries? For example consider this. ``` echo '{"users":[{"name":"s1","id":1},{"name":"s2","id":2}]}'|jid ``` I can query `users[0].id` or `users[1].id`. How can I get all the ids? I tried...

enhancement

When I use `(boot (aot :namespace '#{ns1 ns2}))` in the REPL this works fine. When I run the same code as a script the AOT does not happen, the `sparkling.serialization.Registrator`...

**Describe the bug** Using fontawesome (fa) icons clips text or icon from the end **To Reproduce** Steps to reproduce the behavior: 1/ Paste this graph on https://mermaid.live and it renders...

What is the easiest way to do multi-measure writes from the connector? Is this currently supported? Are there plans to add this support?

REPL session ``` => (setv x 10) x = 10 None ------------------------------ => x.real x.real ------------------------------ 10 => (. x real) x.real ------------------------------ 10 => (-> x (. real)) real(x)...

complaint / disgust

When I try (use 'clojurejs.js) in lein repl using Clojure 1.5.1 I get this error: CompilerException java.lang.IllegalArgumentException: Duplicate case test constant: quote, compiling:(clojurejs/js.clj:487:5)