Daniele Lubrano
Daniele Lubrano
Hi @leandrowd, Is there something wrong about this PR?
Hello there, just wanted to share a useful _workaround_ about the multiple tsconfig*.json and usage of custom tsconfig paths As serverless uses `ts-node` to load `serverless.ts` (and it should always...
Hello there @stearm This works quite well (besides a previous bug about nested schema checks that I'm fixing with this), I was wondering about the usage of `Object.getPrototypeOf(newDoc[key])` and the...
Hey @stearm Sounds good to me to implement a new type of error there I was wondering what @micheleriva thinks about it in the linked issue before implementing it I...
Superseded by #300 Closing this
Travis fails mainly because of Nodejs version in CI config (Node 10) - Some packages inside (such as Vitest) runs onto Node v14 or above Edit: Changed node_js version inside...
`SpatialFocusGroup` looks amazing as the first high-level feature! Maybe some of these problem could be natively resolved with it (please correct me if I'm wrong): - Having a list and...
> Hmmm...I don't follow this one. > > > Sorry, let me rephrase. Imagine a dynamic FocusNode list built from a subsequent render (let's say, after an async data retrieval...