Albert Lai
Albert Lai
A Specification of Garden would be helpful for others to follow or contribute. I think others could follow the spec to continue contributing to the project. As I see Garden...
**Describe the bug** Portal Demo should use LayoutEffect for getting dom node **Include minimal repro** currently, demo query the dom node in rendering function which break the purity of rendering...
Currently seems no ways to run cljs test or trigger cljs test from repl. Here is my first attempt to add cljs to duct. Any thoughts on this topic? one...
The Duct unit test example only cover init a handler with no dependences which is impossible in real world. Currently, if I want to do integration test with db. I...
Currently, the `*-component` projects under duct-framework is quite confusing, since the concept of `component` have been replaced by `integrant`. keep these projects without deprecation will be quite confusing for new...
The reference code repo https://github.com/zerg000000/cryogen-less.git It required one lines of changes in the core project( the `dorun` line). ``` clojure (sass/compile-sass->css! {:src-sass sass-src :dest-sass (str "../public" blog-prefix "/" sass-dest) :ignored-files...
https://github.com/grzm/awyeah-api/blob/1810bf624da2be58c77813106a1d51e32db11690/src/com/grzm/awyeah/http_client.clj#L170 The `pending-ops` should be `dec` when `submit` request is complete, but now it is called right after `submit` is fired, which means pending-ops will never reach limit. consider `dec`...
I am very interested in adding a Redis version check before starting. Because it is very hard to debug and carmine-streams don't have any doc showing the minimum version of...
It would be nice to have a schema of malli vector/map/lite syntax. Since * it provides a better error message when we define malli schema, currently, we get a ":malli.core/invalid-schema"...
Currently, http://nightcoders.net/ serving on http, https would make visitors feel more safe to use.