Results 40 issues of Thomas Heller

I'm looking for a way for Cursive to connect to a remote TCP Socket and treat that as a REPL. It would only need to display everything that comes from...

I was debugging a problem as shadow-cljs user reported, and while trying to debug that I noticed that the shadow-cljs UI inspect wasn't working or very sluggish, frequently running into...

The 0.2.2 release jar contains a compiled output version of the dev `resources/public/js/app.js`. ``` 117 Fri Sep 04 20:27:52 CEST 2015 META-INF/MANIFEST.MF 2706 Fri Sep 04 20:27:52 CEST 2015 META-INF/maven/cljs-log/cljs-log/pom.xml...

Probably http://metrics.codahale.com/

Currently fragments emit code to directly construct DOM nodes resulting in a lot of generated code for complex HTML structures. https://github.com/thheller/js-framework-shadow-grove/blob/85d2ae390b331e6b39982f33d36a5942069b2eab/src/main/bench/full.cljs#L40-L89 results in (`:advanced` output) ``` function (a, b, c)...

The template (shadow-cljs variant) generates a `src/user.clj` with a custom handler. The only purpose of this handler seems to be to serve classpath resources from the `public` prefix. This can...

`test.js` ```js export * as boom from "./a.js"; ``` running `npx google-closure-compiler --js test.js` (Version `20240317.0.0`) leads to ``` test.js:1:9: ERROR - [JSC_PARSE_ERROR] Parse error. 'from' expected 1| export *...

`(:require [clojure.test :refer (deftest)])` with `:release-stubs #{cljs.test}` doesn't work. The implicit `clojure.* -> cljs.*` alias is getting confused.

I added classpath scanning so that shadow-cljs doesn't rely on a central index to find closure JS files. There is a `goog/deps.js` file in the closure-library jar, listing all the...

This was fixed before via #13, #19 but was incorrectly reverted in the https://github.com/exoscale/coax/commit/11bbfc95334fa194832382c0142cd0a93b1030ca commit. That commit seems to have been written with the assumption that the macro in `utils.cljs`...