Yehonathan Sharvit

Results 87 issues of Yehonathan Sharvit

What would it take to make `clj-pdf` available for clojurescript?

enhancement
help wanted

Great tool! Would you like to write an interactive blog post in order to help people experiment with this tool? You could use Klipse like I did with [this article...

enhancement

Hi, When clojurescript mode is one and `cljc` files are shared, some namespaces are rendered twice: once for clojure and one for clj. For instance, in this repo https://github.com/viebel/hickory, the...

bug

It seems that the current implementation of updating a record is naive. For large records, the spread operator has bad performance. A possible improvement is to implement efficient persistent data...

I am the author of Klipse and I'd like to suggest you to demonstrate your amazing library in web pages that feature interactive code snippets with Klipse. You could get...

Would you be interested by a PR that provides two functions that allow dependency update in compatibility with deps.edn and Clojure CLI? I was thinking of two functions: 1. `refresh-deps`...

Reproduction steps: ```bash $ clj -Sdeps '{:deps {com.taoensso/encore {:mvn/version "3.9.2"}}}' -m cljs.main --repl-env node WARNING: When invoking clojure.main, use -M ClojureScript 1.10.339 cljs.user=> (require '[taoensso.encore :refer [defalias]]) nil cljs.user=> (defalias...

bug?

Great lib! Would you like to create interactive documentation or write a blog post tutorial. It's super easy with the [KLIPSE plugin](https://github.com/viebel/klipse). See an example here: http://viebel.github.io/klipse/examples/js_verbal_expressions.html Disclaimer: I'm the...

Would you like to have interactive Oblivion Snippets integrated into Klipse? Something like [the Oblivion playground](http://obliv.me/) but with editabe snippets that one could easilly embed in a blog post. See...

Is there a key binding for `paredit-splice-sexp-killing-backward`? If not, what custom binding would you recommend?