Results 6 issues of jared83

Hello, In the project I am using sucrase we have very strict eslint rules which, you guessed it, strongly disagree with the sucrase output. So I want to disable eslint...

Will Racket ever compile to wasm?

Below is my app.html template, where the `/assets/img/header/logo.png` doesn't display in any and all browsers while developing (with live reload), but it displays fine once I do `npm run build:prod`...

At http://web.clojurerepl.com/ Shouldn't this evaluate to true?: ``` clojure (= 8 (let [double-dec (comp dec dec)] double-dec 10)) ``` rather than this: ``` clojure (= 10 (let [double-dec (comp dec...

If you try this: ``` clojure (defn square [x] (* x x)) (= 25 (let [inc-and-square (comp square inc)] (inc-and-square 4 9))) ``` at http://web.clojurerepl.com/ you get error: ``` shell...

I don't know about you, but I love to develop themes using Timber. Timber uses Twig templating language. I think Timber is gaining a lot popularity, so it would be...