Ben Sless
Ben Sless
## Checklist - [X] I've updated to the latest released version - [X] I've searched for existing feature requests on [GitHub issues](https://github.com/facebook/facebook-business-sdk-codegen/issues) - [X] I've read the [Code of Conduct](CODE_OF_CONDUCT.md)...
Hello, Is there a way to mimic CIDER's indentation of defrecord's arg vector using the existing configuration mechanism? I read the documentation and I'm not sure it's possible. For comparison:...
All of my inlining implementations, although close to the original implementation they're mimicking, are ad-hoc. They require prior knowledge of the inlined form. Ideally, I would want to expose a...
Add tools required for trace-timing functions and causal profiling
Add support for mostly-compliant ISO-8601 time formats in clj Enables future support of JSON Schema Related to #49 and #501
Like `malli.json-schema` but for datalog. Then with providers we can build a pipeline of inference -> schema -> datalog schema, which is neat. Some considerations which come to mind: -...
By derived objects, I mean validator, explainer, de/encoder, etc. What exists currently: Let us consider the following simple case: ```clojure (def m0 (m/schema [:map [:a int?] [:b int?]])) (def m1...
Saves on allocation and provides an immutable facade to underlying regular set Followup to #522 Part of #513