Nils Lundquist

Results 36 comments of Nils Lundquist

> Is it possible to install v5 via npm? not directly, but you can use the branch via: `npm install --save git://github.com/dimsemenov/photoswipe#v5-beta`

I believe that Suspense functionality becoming stable in Preact 11 https://github.com/preactjs/preact/issues/2915 @windmaomao I have used Contexts to implement Suspense-like behavior in a Haunted app before. The implementation could be generalized...

the only straightforward resolution i can come up with is conditionally merging the `matched` subschema values only when their properties vary from the original value

It's a validation error due to the `argsByName` key being present at `extension.rules.bar.argsByName`. That key is added by Joi during the first call to `.extend`: https://github.com/sideway/joi/blob/9cffab90039c313ca62d473d01993b492dd4d007/lib/extend.js#L111

This is extremely important because it currently limits the use of ts-to-zod to only the simplest files. There's no way for users to produce a single file containing all the...

@justinbmeyer that's right, no. 3 above would be the easier way of making the interface in no. 2 work in situations where transpiling is unavailable. we could plausibly make no....

In talking to a few Bitovians and external users, I've received unanimous support for approach no. 2. I've also confirmed that approach no.3 and the approach suggested by Matthew could...

you probably just need to include the data/callbacks & data/callbacks-cache behaviors

oh and localstorage-cache should be on a separate connection that is passed to the Todo.connection as the 'cacheConnection' property, e.g: https://canjs.com/doc/can-connect/data/localstorage-cache/localstorage-cache.html#Use

To assist in this work I created a graph attempting to order the behaviors into stages and show what methods behaviors override of the connection. The graph is ordered from...