Daniel Dimitrov

Results 65 comments of Daniel Dimitrov

sounds awesome. This way the user could load in one project formik-json, field-dom, react-select and the container-dom stuff. and pass them as conf options to formik-json. In another project one...

I was also trying to deploy 10 docker containers on a digital ocean droplet and was at first getting a slightly different error: `Connection refused` After adding the following lines...

Btw the link to the documentation in the README is also wrong: https://docs.gnosis-safe.io/docs/services_relay/

@shahen94 - would you mind elaborating on this? I just tried it with the following code: ```js console.log('move')} onMoveEnd={() => console.log('move end')} > ``` but didn't have any success.

Sure. I'm using this in our project, so happy to help where I can.

@alvaromb turned out that when having a 0 value the component was not behaving properly and was not showing the label on top. fixed this in the last commit as...

I'm thinking that something is missing in the docs. I added a simple console.log in the enhanced-resolve/lib/Resolver.js and the line with indexOf receives a function. I guess that we need...

Ok, just for the protocol. I did a clean RN installation and then installed storybook. Server starts fine. So it must be something in our project that is incompatible.