But coming back to the DNS part, short of service-worker caching the (auth part of your) app - or unforgivable hacks like installing a local DNS-resolver - there is a hard requirement for internet connectivity on (first or empty-cache) auth.
When ideally that would only be needed when the …
But coming back to the DNS part, short of service-worker caching the (auth part of your) app - or unforgivable hacks like installing a local DNS-resolver - there is a hard requirement for internet connectivity on (first or empty-cache) auth.
When ideally that would only be needed when the …
Is there a trick I’m missing?
Is there a trick I’m missing?
Without someone managing the datafountains, how do you keep your data from going stale?
Without someone managing the datafountains, how do you keep your data from going stale?
Constructing & more partial application via a fn (or macro), so starting from a bare fn or an already constructed vector-type works identically.
Best of both worlds?
Constructing & more partial application via a fn (or macro), so starting from a bare fn or an already constructed vector-type works identically.
Best of both worlds?
Keyword arguments, default-values, wildcard args & kwargs, and (admittedly strange) syntax prevent overlapping args & kwargs if so desired.
Keyword arguments, default-values, wildcard args & kwargs, and (admittedly strange) syntax prevent overlapping args & kwargs if so desired.
I assume it will stop working altogether for Linux until you revisit platform support for it?
I assume it will stop working altogether for Linux until you revisit platform support for it?
With for the JSX example (going with ClojureScript here):
- Hiccup for html-ish syntax
- Reagent for React to “something nicer” (especially true for pre-hooks React)
The consession to syntax is CLJS-native datastructures as syntax-primitives.
With for the JSX example (going with ClojureScript here):
- Hiccup for html-ish syntax
- Reagent for React to “something nicer” (especially true for pre-hooks React)
The consession to syntax is CLJS-native datastructures as syntax-primitives.