Rodrigo Alves
Results
3
issues of
Rodrigo Alves
@inossidabile update please dependencies
**Is this a BUG or a FEATURE REQUEST?:** bug **What happened:** new stable fs promises api does not work for resources bundled in binaries **What you expected to happen:** that...
bug
I have an object that can contain undefined properties ```js { foo: { _text: 'foo text' }, bar: { _text: undefined } } ``` the result i have is this...