Fernando Montero

Results 13 comments of Fernando Montero

> Hi team! Are you planning to add the `setContext()` to your `LoggerService`? I am handling it like this on my controllers, but its a bit messy ``` constructor( private...

I've stumbled into the same problem in a proyect im working on. Any updates on this?

@Standaa I got it working using this code. It feels a bit hacky, but untill the apis get updated its the best I could come up with. ``` const optinToAsset...

The example above works out fine for sending algorand payments, but when trying to do the same with other ASAs it doesnt work. This issue should not be closed

If you are using Axios, you can handle it with an interceptor like such: ``` httpClient.interceptors.response.use( (response) => { return response.data; }, async (error) => { // TODO: revalidate cookie...

@eestein any tips on how to reproduce the callouts in this plugin?

Is https://github.com/maloguertin/msw-trpc the way to go for integrating storybook with trpc?

I've tried running the repo locally but I haven't been able run the next-pages-router example app. I think this feature shouldn't be super complex for someone familiar with XState. We...

Hey there @osama-rizk I've made an attempt at extending the source code on https://github.com/aws-amplify/amplify-ui/pull/6581 The monorepo is quite big and complex as it is so any guidance would be appreciated