MJDeligan

Results 10 comments of MJDeligan

Still happening in **3.0.0-beta.9** in **Brave and Chrome** mobile simulation when using buttons within a card that has the to-prop. `@click.prevent` does not prevent the card from rippling when the...

We are likely facing the same problem. On 3 separate machines we've tried deploying the sample app (generated by cdklocal init sample-app) in multiple languages on different versions of aws-cdk-lib,...

Hey @steffyP, thanks for confirming. While deploying doesn't error out after destroying the stack, it does not seem to correctly deploy the stack. `cdklocal deploy` does not detect any changes...

For now we will be using an older version of aws-cdk (v2.44.0) as a temporary solution. I tried older versions of aws-cdk and this happens starting from [v2.45.0](https://github.com/aws/aws-cdk/releases/tag/v2.45.0). v2.44.0 works...

Hey @steffyP, the sample-app now works fine for me on [email protected] (latest). Thanks for the swift fix 👍

@pierscin Ah right, my mistake. I had not properly read that section. It would probably be good to include an "exceptions apply" notice to the hx-swap documentation. Thank you👍

Hey, thanks for the snippet @hf ! This didn't work for me: ```html {{if .Data.Language == "es"}} ``` I had to change the template syntax to: ``` {{if eq .Data.language...

I can confirm that .Data does not seem to be accessible (or rather it is an empty map) in the template when using `auth.signInWithOtp`. It works with the `auth.signup` method...

Fixing this in a breaking change would probably be better, since there's really no good way to achieve this in a non-breaking manner without cluttering the interface.

@ladrians It was tweaked but the problem was not fixed. vectorStore.end() now releases the client, which it originally didn't, but as you've noted, when using multiple stores this does not...