James Barnard

Results 8 comments of James Barnard

I had this same issue, a fix was to use the handle option on sortableJs (vue-draggable): https://github.com/SortableJS/Vue.Draggable/issues/455

> Is this still working for someone? > ws.dataValidations is shown as an unresolved variable to me. Calling `ws.dataValidations.add(...)` leads to `TypeError: Cannot set property 'marked' of undefined` Seeing the...

Hi @RomainLanz, is there an update on the eta for version 1? Cheers!

Looking at the StringTransformer it only calls the ValidationGuesser on addingMinlength and relies on the attribute for maxLength, I think a fallback on the addMaxLength method if no attribute set...

I had this same / similar error pop up, does your package-lock.json have ajv as a sub dependency to ajv-formats? I found that mine did and when I uninstalled both...

It would be good to get someones eyes on this or just getting the type definitions fixed @naorpeled

Hi @dcabib Thanks for your reply, the setup with a serverless function in CDK is a legacy one as we've been migrating from raw cloudformation to CDK. However this is...