Lionel Viet

Results 70 comments of Lionel Viet

Sound reasonable, as long as users of the LSAdapter are aware that using default settings will very probably slow down their ember app a lot.

- There are other solutions which would allow to keep all data while improving performance I think: 1) loading from Local Storage only on page init (and save as a...

Update on this, as I think this is a huge problem with the localstorage adapter to push /pull to the localstorage for every request (see performance times above). I now...

Done, but my version of the adapter diverged too much to be able to merge it: I pulled the last LS adapter version and added changes which I think should...

We are using ember-cli-less so I guess it imports automatically `addon.less` yes (all other style files are now [imported](https://github.com/britishgas-engineering/ember-appointment-slots-pickers/pull/14/files#diff-929bcf5b96fe7cd39ed5ba1d01ccc761R10) from `addon.less`). Also I'm making sure that `addon.less` is always in...

Is there anything recent about the fix for this issue?

Hello, we are refactoring our CI from a lambda / s3 / cloudwatch / cfn based architecture to a step-function based one, and not being able to port moto mocks...

I managed to run a quite complex state machine from one test using moto_server and the docker image for step function local. Happy to write down more details later but...

@bblommers fyi in the above I see **ONE** thing which I think is a blocker to add proper testing atm: not being able to use [`start_sync_execution`](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/stepfunctions.html#SFN.Client.start_sync_execution) in moto yet -...