Adam Helinski
Adam Helinski
The `as-hex` function from the color namespace do not take into account the alpha value of a color whereas CSS hex colors do support this.
`Convex` - Series of libraries and tools for the Convex network: https://github.com/Convex-Dev/convex.cljc Looks like it is time for a "Blockchain" category :) https://convex.world/
See helins/wasm.cljc#1. But looks likes this is relevant to an earlier version.
@sh54 Following your comment in #2. I did consider adding support for `InputStream` and `OutputStream` some time ago. The protocols are split in different categories so that in theory it...
I'm not an expert, but here is what I've done trying to get mutual authentication : [https://gist.github.com/dvlopt/de48dbe6b7e1d7ea93c3beb929e146d0](url) Basically, in order for the client to make a request to my local...
For validation, current support for recursive data via `:ref` seems to be appropriate and satisfactory. The problem is that this design is not fit for generation. Any example, even a...
Currently, `malli.generator/-string-gen` uses `test.check`'s `char` generator. Would you consider a PR that checks for an optional `:gen/char` property, making it easier to generate efficiently strings that constrain characters?
Currently, the preferred format for keys in registries are keywords and strings. However, I find it useful to allow composite keys as well. Composite keys can be a bliss in...
(Originally mentioned on Slack) In my experience, it is quite common having a schema that is valid for most cases but once in a while, would need some change in...
The kind of PR I am suggesting would solve two issues at once. Open to debate of course, but we could have something like this: ```clojure ;; Variant A [:orn...