Sebastian Albert

Results 11 comments of Sebastian Albert

Same issue here with GCC 6.4.0 and same versions of flex and bison, using Gentoo.

I have observed the same behaviour with a fresh docker instance. It could be something to do with "not using any aggregate in a CV", but I haven't investigated it...

Hi Guto and thanks for your nice, newbie-friendly explanation! I am a bit confused about Fulcro and the term "compilation server" (which I both never heard of before). Am I...

That's interesting, my output was a bit terser: ``` ~/src$ npx create-cljs-project uxdev Need to install the following packages: [email protected] Ok to proceed? (y) shadow-cljs - creating project: /home/seb/src/uxdev Creating:...

Unsetting all those environment variables, including `DISPLAY`, still yields only this output in a freshly created shadow-cljs project: ``` ~/src/brepl$ npx shadow-cljs browser-repl shadow-cljs - config: /home/seb/src/brepl/shadow-cljs.edn shadow-cljs - updating...

I also traced it down to browse-url. Invoking on my side looks like this: ``` ~$ clj Clojure 1.11.3 user=> (use 'clojure.java.browse) nil user=> (browse-url "http://clojuredocs.org") true user=> (System/getProperty "os.name")...

My concern really wasn't about database transactions (although it would be neat if we could control them for PostgREST, too!) - it is usually strongly discouraged anyway to hold a...

Yes, that's quite a lot already. What's missing here for me is the content blobs and the hierarchy (I would have to reconstruct it from the paths, but it would...

Please try the current code from master, your error messages look like the regression that we fixed in 87d6d935e8d82d35385b030d108350b63147eb55 (not exactly related to `SKIP` directive, but more general)