Alex Davis
Alex Davis
**UPDATE [2024-02-11 - @refset]** per the comment in the thread below, OSX users must currently set the following env vars before JVM startup (e.g. as a prefix to the `clj`...
**version** babashka v0.8.157 **platform** MacOS 12.4 - M1 MacBook Pro **problem** When requiring a namespace that attempts to `set!` `*warn-on-reflection*`, an error occurs due to bb running in a non-binding...
Example in Edge: ``` [:edge.yada.ig/resources :my.app/font-awesome] {:path "META-INF/resources/webjars/font-awesome/4.6.3/"} ``` Then in vhost ```["font-awesome/" #ig/ref :falcon.dashboard/font-awesome]``` Then visit `/font-awesome/`. Throws ```java.lang.NullPointerException at java.util.regex.Matcher.getTextLength(Matcher.java:1283) at java.util.regex.Matcher.reset(Matcher.java:309) at java.util.regex.Matcher.(Matcher.java:229) at java.util.regex.Pattern.matcher(Pattern.java:1093) at clojure.core$re_matcher.invokeStatic(core.clj:4856)...
Currently Netlify will only cache dependencies in Clojure projects if there is a valid `project.clj` or `build.boot` file, which are used by the Leiningen and Boot build tools. However Clojure...
Shadow-cljs is probably the most popular build tool for clojurescript apps and caching the build output will save a lot of time compiling the cljs.
**Describe the bug** When running the example in the docs [here](https://tslog.js.org/#/?id=simple-example) I get the following output in the browser: **To Reproduce** 1. Start a new vite project (`yarn create vite...
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server-Timing not a huge priority but would be useful for getting performance metrics and doesn't look difficult to implement
Currently resizing works on mobile and tablet but dragging doesn't. This is especially important on larger tablets as our app uses floating windows for bigger screens and users are unable...