Cesar Varela

Results 35 comments of Cesar Varela

Are you guys using electron forge?

I have no idea, that's what the cloud build console shows. I'n another project that uses both mysql and redis, when running the integration tests: when trying to connect to...

Just did that, what isn't working is remapping ports in compose ports configuration: If I do this: ``` redis: container_name: redis image: redis ports: - "7379:6379" ``` Then I get...

This works: ``` const translate = new Translate({key: process.env.GOOGLE_API_KEY }); `` Nevertheless, the docs kind of push you to use a service account. Adding a note or something to point...

Would be nice to be able to import `Block` the same as `BigNumber`

I would like to know the answer of this too.

I think that making it open a new tab in the currently focused window (instead of a new instance and a new profile) is good enough. Why isn't that the...

Adding `--forceExit` when invoking jest might be enough.

I'm interested on this too.