Alberto Corrales Garcia

Results 13 comments of Alberto Corrales Garcia

Do you know if there is a solution for this issue? I'm using CRA and @inject decorator works without constructors, as @projekt86 suggested, but I would like to be able...

@csr632, thanks for your answer. I would like to continue using babel, as we have some plugins there to build our bundle. However, I tried to configure the babel plugin...

I'm reading this PR and I think it might solve the same problem https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/pull/653

yep, we are having the same issue. Apparently the problem is the fact that pulumi thinks that the policy attachement was created (and it is displayed in resources stack), but...

Could this PR be merged? I also needed to add the token header in my code after signing, so it would be awesome if this was added as part of...

> @jicowan hey, sorry, I should have mentioned, completely forgot that EKS Fargate is a thing! In my case it's ECS Fargatee. > > However, I finally managed to get...

I would love to see this feature in Nuke, because at the moment we still have to depend on a particular provider to build more complex pipelines and leverage parallelism

@BorisWilhelms if I target netstandard2 instead of netcoreapp2.2, it starts working locally without the error @crazyLearning mentioned. However, with target netstandard2 it fails when I deploy to Azure or when...

I hit the same issue with material-ui/core package, version 4.11.0. Version 4.9.14 works well and it doesn't break our jest snapshot tests

I'm having the same issue when I run my e2e tests with cypress and I'm using WebSockets. Are there any workarounds to make it work? In my case, I'm working...