Martin Litvaj

Results 34 comments of Martin Litvaj

@mjrussell Hey, any update on typings?

``` .jsondiffpatch-child-node-type-object .jsondiffpatch-unchanged { max-height: none; } ``` ![image](https://user-images.githubusercontent.com/1591293/63650912-154a1b00-c750-11e9-8240-419a7c3382b3.png)

@kr1sp1n This fixes the issue introduced in https://github.com/kr1sp1n/node-vault/pull/142

@kr1sp1n Could you please take a look on this one? It fixes 2 bugs with types introduced lately.

@pratikpc I am not saying we shouldnt replace request, but Axios is not the best choice IMHO. It's not updated regularly, it introduces breaking changes in minor updates etc. I...

@pybuche what do you mean `doesnt work`

When I change Script function and require address there, it resolves properly Original code: ``` var Address = require('../address'); ``` My code: ``` var Address; var Script = function Script(from)...

I currently use this workaround ``` type ReactLoadsResource = { useLoads: ( loadsConfig?: LoadsConfig | undefined ) => { isCached: boolean; isIdle: boolean; isPending: boolean; isPendingSlow: boolean; isResolved: boolean; isRejected:...