Gert Goet
Gert Goet
Draft-status removed - feedback welcome!
For a pet-project I implemented [schema-select](https://gist.github.com/eval/054bf7831a37eaa7e7768ce199cb97e0) that allows you to create a sub-schema using the spec2 select syntax [1]. It has the limitation that it only accepts a map-schema to...
@nenadalm IIRC that error appears when not providing a buildname.
Fixed by https://github.com/mikel/mail/pull/1598
Hi @mikel, I updated the PR. I made the following changes: - url-attributes now take precedence, so it's similar to how one would [configure the database in Rails](https://guides.rubyonrails.org/configuring.html#configuring-a-database). - I...
Updated docs&code to bring in line with the new acceptable values for `enable_starttls`.
Fixed by https://github.com/mikel/mail/pull/1536
Would it help if I submit a PR for this issue @zk? Or is it already being worked on?
I released https://github.com/eval/malli-select. It allows for selecting across `map-of`, `vector` etc. (e.g. `[{:addresses [:street]}]`), it will assert correct paths, and optional attributes can be pruned (to aid data generation). Feeback...
> What about passing an explicit directory from where to search up? Indeed. Will draft something, also to see the edgecases... > Some alternatives: lazy sequence of all matches going...