Ivan Montiel

Results 8 comments of Ivan Montiel

Refs https://github.com/ded/script.js/issues/112.

I'm able to use the `static contextTypes` syntax, but I've noticed that some of the `ion` props are not defined immediately. But here is an example of using the ionPlatform...

Looks like the bin folder in `node_modules/dynamodb-localhost/dynamodb` gets deleted for me occasionally, resulting in the `Error: spawn java ENOENT` error. Not sure why it's getting deleted, but reinstalling does temporarily...

I'm trying to install meteor in my gitlab ci/cd so that it can bundle and deploy the project. I'm getting the same error when the tar is being extracted. For...

We had something similar to this happen to us. The nested stack would fail with an uninformative error that creating every Log resource failed. I think this is because we...

It looks like the GDPR values are different per account. Mine was `gdrp[37317]`. Here is how I implemented it: ``` ( { e.preventDefault(); const form = e.target; const formData =...

@cuzzo Started work on a HOC at https://github.com/idmontie/react-bem/pull/1. Unfortunately, I'm using React 15+ in most of my projects and ES6, so it uses webpack. Not sure if you want to...

This seems to be an issue since `value=""` is set on the `input` element that `NextUI` creates. It looks like `value=""` is assumed to be the default which isn't true...