Thomas Willheim

Results 66 issues of 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...

enhancement

## 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...

🐛 bug
🚧 unconfirmed

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...

![image](https://user-images.githubusercontent.com/2730609/56309245-01394180-60fe-11e9-8977-a723bc52a706.png)

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...