Tiago de Carvalho Miranda
Tiago de Carvalho Miranda
Hello guys, I am using Pigato in some projects for now, but sometimes I still get confusing about allowing workers to communicate or even to use each others services. In...
Hello! Referencing #46 You could add a section in the documentation for those kind modular features It is important to help Pigato grow, isn't it? Thanks!
Allow enums to infer true or false from the schema: - [ ] boolean.truthy(value) - [ ] boolean.falsy(value)
**Base use case** - [ ] Implement `invalid` from strings **Enhance and finish the feature for every possible alias** - [ ] any.valid(value) - aliases: only, equal - [ ]...
Hello! I'm having trouble to make disjunctive facets work with signed search keys. I think it's related to this: https://github.com/elastic/search-ui/issues/347 On this [line](https://github.com/elastic/app-search-javascript/blob/master/src/client.js#L174), I see that we are cleaning up...
Hey guys, Aot is slow and not suitable for development in watch mode for our app. While it get better, we had the idea to search if we could use...
It seems so wrong that a complete, well maintained, framework-agnostic library like Joi does not aim to have a global support on the Javascript environment. > The community is trying...
We support 3 kinds of input: canvas with "qr-canvas" id, image src url and image data. Our testing framework support only the image data api, because it runs on Node....