This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-07-04
Channels
- # announcements (6)
- # babashka (5)
- # beginners (57)
- # biff (6)
- # business (32)
- # clj-together (1)
- # clojars (10)
- # clojure (56)
- # clojure-europe (76)
- # clojure-nl (4)
- # clojure-norway (40)
- # clojure-serbia (1)
- # clojure-spec (5)
- # clojure-uk (10)
- # clojurescript (3)
- # cursive (12)
- # data-science (1)
- # datascript (4)
- # datomic (35)
- # docs (4)
- # emacs (28)
- # events (5)
- # hyperfiddle (9)
- # matrix (1)
- # off-topic (28)
- # practicalli (4)
- # re-frame (14)
- # shadow-cljs (2)
- # testing (5)
besides from cljs.test -> clojure.test, are there other built-in namespaces for which cljs.
is now less desirable to write?
From this article it looks like what makes this work is a catch all fallback to cljs.
when the clojure.
namespace doesn't exist - https://blog.fikesfarm.com/posts/2016-07-03-clojurescript-clojure-namespace-aliasing.html
Is there actually a good way to keep track of the viewport on mobile? Each thing I have tried seems to fail in strange ways. I am wanting to keep a fixed top and bottom bar even with virtual keyboard interactions.