Bryan

Results 122 comments of Bryan

I’ve done that with the pre token trigger and the input is deserialised correctly. The output is not. Bryan Crotaz Silver Curve On 18 May 2022, at 18:56, Ganesh Jangir...

I've refactored as a component - getting it working in a fork then submitting a PR

This is fixed in ED 3.17.1 and 3.18. It was a bug in the ED store.

I'm doing this but I'm having issues with addons. The addon babel config seems to be separate from the app config. So when I build the app for legacy browsers...

Yes - API doesn't allow empty strings. http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html We've made a fix in our fork, testing it on our system at the moment. On 6 April 2016 at 14:30, Frankie...

The thing is that all applications need this - Dynamo will never accept {S: ''} - we're putting a burden on developers that doesn't need to be there

I'd be happy with a compromise of making `lib.reconcile` the default behaviour - developers should not need to specify this every time.

I'm mostly just concerned that this should be a library that "just works". The default out of the box behaviour should enable the user to load and save data to...

When as a developer would you choose not to use vwrap / cwrap?