Vicary A.

Results 319 comments of Vicary A.

AFAICT it is unchanged. TBH I'm not sure what to expect, it's neither `destroyStrategy` nor `default`. It's more like when `$modelValue === ''` we revert back to some state. Sounds...

I guess make it global until somebody suggest a legit use case on the field level. IMO the logic behind this is a bit complicated for normal users to even...

`` would be great, but `` is just fine with a few more characters. This idea is very much the reverse of `x-schema-form`, this way around makes much more sense...

ASF so far has some layers of functionalities to me, namely 1. `sf-schema` translates into validation 2. `sf-schema` generates a default form 3. `sf-form` modifies the generated form 4. `bootstrap-decorator`...

I shares the same thought, had some ideas but it triggers too much of reworking / refactoring.

Taking reference from https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/436#issuecomment-518605638, a workaround at the moment is to add `resolutions` in `package.json` to force a minor version upgrade to the underlying dependency of `apollo-link-http@^1.3.x`. ```JSON "resolutions": {...

@pickfire TBH since they spun-off *auth link* and *subscription handshake link* I guess we kind of have to to wimp up our own offline mutation queue ourselves. Apollo query cache...

Modulizing can be a full interface from the module with carefully named public functions, or as simply as doing the following lines for the users, separating from express dependency, then...

This package lacks essential settings while defaulting to a somewhat aggressive strategy. I ended up replacing `serverless-plugin-typescript` and this one with `serverless-webpack` in my 12 projects. You need 15 min...

I ended up finding a workaround for this when porting all feature branches to `serverless-webpack` from this. The problem is caused by `babelify` and `@babel/core`, they don't like the pre-bundled,...