Thomas Willheim
Thomas Willheim
Just wondering if there is a way to validate an array of objects? something like: ``` [{prop1:string}] ``` It doesn't seem like this is working at the moment.
Could you include an example of positional argument validation in the docs? Thank you!
Hey there, Say I have the following command in my package.json scripts: ``` "sayHello": "ttab echo hello", ``` And I run `npm run sayHello` from the vscode integrated terminal. Is...
## Bug description I would assume that running `yarn vite build` for a project that is importing and using tippy would remove the `This is a development-only message.` from the...
Diffing array is very inefficient if deletion/addition occurs anywhere but at the end of the array
Often an array will have an element inserted or deleted from some index within the array. As it stands, deepDiff seems to treat such an event as an insertion or...

It doesn't seem like a user can assign their own id to an interval. Would it be possible to implement that functionality? Otherwise the intervals stored in the tree lose...
Hey @kentcdodds, I was hoping I could use api-check methods within a custom checker. Perhaps something sort of like this: ``` randomData: function (val, name, location) { ac.throw([ ac.shape({ "name":...
Hey there, I had a question about how best to use api-check when using it in an npm module I'm developing. Currently I'm developing the module as a local module...
Thanks for the help! Thomas