You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, been enjoying learning malli. Thanks for making it.
I am trying to add schema to a rather large code based and running into some issues with the error pretty printer. See error below.
Here are the relevant schema parts, and function definition and error.
We have a fairly complicated internal system that is not easy to share, but I want to do call out this might be related to our system. I will work on isolating this in a new repo.
Schema
Function in question,
(defngen-tx-data-add-main
[{:as _ctx :keys [db now organization2-id workspace2-id]}
story-id comment-tempid author-id params]
;; code ommited
[{:db/id comment-tempid}
[:db/add story :story/comments comment-tempid]
;; ... extra tx-data ommited
])
Hello, been enjoying learning malli. Thanks for making it.
I am trying to add schema to a rather large code based and running into some issues with the error pretty printer. See error below.
Here are the relevant schema parts, and function definition and error.
We have a fairly complicated internal system that is not easy to share, but I want to do call out this might be related to our system. I will work on isolating this in a new repo.
Schema
Function in question,
Annonation
Relevant schemas
Error
Thanks for your time.
The text was updated successfully, but these errors were encountered: