Vincent Cantin

Results 44 issues of Vincent Cantin

There is a good library from which we can get inspired - no need to do anything compatible however. https://animxyz.com/ Found from article https://css-tricks.com/animxyz/ Other libraries worth taking a look:...

enhancement

The main usability problem of Minimallist is that the user does not have a convenient way to bind together some of the data of the model with a user-defined shape...

enhancement

The `explain` function should indicate the reason why a data would not match a model. As Minimallist is less and less experimental, used by Vrac on large models, this function...

enhancement
help wanted

This would allow the count-model to be more readable, which will make generating collections of the right size easier. Proposed format: ```clojure {:type :range :min 1 ; inclusive, optional :max...

enhancement

As suggested by @borkdude, it could be useful to support conformers in Minimallist. Reference: https://clojuredocs.org/clojure.spec.alpha/conformer Use case from @borkdude: https://gist.github.com/borkdude/6b9c48636b5f9169d26deb13dcfc8ba9

enhancement

When the initial image is loaded, the request to get its content does not contain the authentication information that my server needs. It may be due to the way the...

This is a *very minor* issue and I post it here in case I (or someone else) has the time to make a contribution in the next few weeks. The...

Shadow-CLJS `v2.12.1` hangs during compilation when it encounters a required namespace with a typo `_` instead of `-`. Maybe It should trigger a warning. To reproduce: ```clojure ;; in `foo/core.cljs`...

### What problem does this feature solve? When passing from a component to multiple (named) ones, we also need to change the way the `props` property is defined. If the...

improvement
feature request
contribution welcome
fixed on 4.x