-
- Feature request :)
- There are Linux and Mac OS artifacts
- Explore the ways to build Windows artifacts too
-
Submitting invalid queries, i.e. `[{[:curriculum/uuid ]}]`, causes the UI to lock up
-
If I understand the history correctly, Walkable was initially implemented before Pathom's [`Connect`](https://wilkerlucio.github.io/pathom/#Connect) abstraction existed.
Has there been any past ex…
-
Hello,
Does the tool allow you to generate the API docs for publishing via HTTP static web server?
This should be useful for people who don't have the tool and want to make read up on the API be…
-
Repro:
```clojure
(let [parents {1 {:parent/children [{:child/id 1}]}}
children {1 {:child/ident :child/good}}
good? (fn [children] (boolean (some #{:child/good} (map :child/id…
-
We're gradually moving towards using the same `*-options` pattern that [fulcro RAD uses](https://github.com/fulcrologic/fulcro-rad/blob/develop/src/main/com/fulcrologic/rad/attributes_options.cljc), a…
-
The following code snippet illustrates an edge case when using a union query in combination with Pathom [placeholders](https://blog.wsscode.com/pathom/v2/pathom/2.2.0/core/placeholders.html), to break…
-
**Describe the bug**
While I was trying to use the CLI to clean ns from the `repl-tooling` project, it failed with the error below:
```
Error:
java.io.FileNotFoundException: /tmp/repl-tooling/…
-
Repro:
```clojure
(let [parents {1 {:parent/children [{:child/id 1}]
:parent/plug {:plug/id 1}}}
children {1 {:child/ident :child/good}}
plugs {1 {:pl…
-
Hello,
I'm looking into walkable and am wondering what's the project's status? Is is still being maintained and is it considered usable for production use?
While trying to learn the basics and …