prbxr
prbxr
Hi How do I join to validators? ```ts const a = jointz.object({ c: jointz.string() }); const b = jointz.object({ d: jointz.string() }); How to do a validator with type type...
When using ```preact watch``` of preact-cli 3.0.4, ubuntu, chrome latest All the time I have used preact-cli in the past half year, on file change, the window will refresh **only**...
### Description I don't know how to improve on it. ### Problem Statement/Justification In my theme I try to set **height** on a Modal's dialogContainer part, like this ```ts const...
Please look at that issue. I will provide more details if needed. Tried with node-sass 4+ and the latest 5.0 https://github.com/webpack-contrib/sass-loader/issues/903
Array items in the schema are type like [String] Instead I would like to have [String!] How to do it ?
Hello I am using your wonderful library! Would you like to update ```ts export declare function model(name: string, { initial, actions, views }: ModelArgs): (obj?: object | undefined) => S...