Michael Hahn
Michael Hahn
Is this still in the works? I'd like to use something like this for caching request / responses from the LLM. I currently have custom code to do this just...
~~What about just a config option to change the behavior of `getMockName`?~~ ~~Not too familiar with the internals of jest, but it looks like that is the simplest solution to...
Yup looks like you're right. Marking all these as `// strict` then I think we can close this: https://github.com/slackhq/hack-json-schema/pull/31
The `Validator` interface returning `?T` is an oversight. We used to return `?T` if you called `getValidatedInput` and it hadn't been validated, but it was annoying to have to cast...
If there is just an option to pass in an object that simulates whatever is being pulled from window that would work for me. I want to avoid defining a...
thanks, that would be awesome! On Thu, Jan 21, 2016 at 2:31 PM garetht [email protected] wrote: > Sounds good, I'll make a note to try and add an option like...
i actually went with something like this: https://github.com/erikras/react-redux-universal-hot-example/issues/769#issuecomment-169153596t. You can't reliably determine the window height from the request to the server, so i delay rendering this component until the client...
👋 I think I'm running into something similar with these warnings: ```Schema "null" is not supported, reason: "schema type", skipping``` With something like this schema: ``` "Cursors": { "properties": {...
I was able to work around this just by post-processing the schema to handle removing those anyOf types 👍
@heckj is there a link to the discord? I couldn't find it. I'm also interested in helping out to get to parity with Yrs.