Daniel Dimitrov

Results 60 comments of Daniel Dimitrov

@alvaromb - I was getting an error with the following code const tPosition = t.struct({ latitude: latitude, longitude: longitude }) const model = t.struct({ polygon: t.maybe(t.list(tPosition)), }) with the changes...

The problem is that I don't use this to only write tests. I'm launching the packager with chrome's debugger as we need to deal with the redux store. And I...

@gcanti @alvaromb - can we merge this?

Hey Andrew, Yes, we want and I actually also wanted to provide checks for the Platform's code style. Maybe it would be a good way to improve code quality in...

What needs to be done for this to get merged? I spent half a day figuring out why my eth_calls were working fine against goerli nodes, but not against hardhat....

I've changed the hideButton function to this: hideButton: function(title) { if(this.buttons[title]) this.buttons[title].getParent().addClass('hiddenButton'); return this.buttons[title]; } and now it appears that the buttons is properly hidden, but I'm not 100% sure...

There you go: http://jsfiddle.net/compojoom/pu2aN/1/ Hope you don't mind that I've copied your css stylesheet and have added the js resource directly from your page. Cheers, Daniel

Hi, old issue, and most probably the problem is no longer relevant for you 2 years later, but for others that like me pull their hair at this... I found...

For those here using nextjs v13 and pulling their hairs. After installing the widget I was getting: ``` ./node_modules/brotli/build/encode.js:2:134 Module not found: Can't resolve 'fs' ``` This was resolved by...

@williamdes I rebased. Sorry for the changelog change, but it seems you had an empty space and my IDE wants to remove it :)