Tobias Gerdin

Results 17 issues of Tobias Gerdin

I also updated the verbatim copy of query-fn...

https://kit-clj.github.io/docs/clojurescript.html links to the 'React Flux' pattern through a dead link. There doesn't seem to be any mention on the legacy or new React site of this concept. Perhaps a...

I know there is "all" and "any" in conditions, but there doesn't seem to be an "and" (or "or") operator for instance? Like: {% if condition-a and condition-b %} (or...

enhancement
help wanted

See title Cursive 1.14.1-eap2-2024.2 IntelliJ IDEA 2024.2.4 (Community Edition) Build #IC-242.23726.103, built on October 23, 2024 Runtime version: 21.0.4+13-b509.26 x86_64 (JCEF 122.1.9) VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o....

Cursive cannot seem to make sense (i.e resolve) any of the vars in the `taoensso.telemere` ns of the [Telemere](https://github.com/taoensso/telemere) library (such as `event!`) Granted that I sometimes struggle to understand...

To reproduce: 1. Visit site 2. Enter search string 3. Type backspace on onscreen keyboard Nothing happens. Tested on iPhone 13 mini iOS 26.0.1.

I have two providers configured (Google and FB, config passed through aero at runtime): ``` {:google {:authorize-uri "https://accounts.google.com/o/oauth2/auth" :access-token-uri "https://oauth2.googleapis.com/token" :client-id #profile {:dev "" :prod ""} :client-secret #env GOOGLE_OAUTH2_CLIENT_SECRET :scopes...