Bartosz Szczeciński

Results 5 comments of Bartosz Szczeciński

1. I'm using react-virtualized in a data-grid displaying list of transaction made by the user 2. FlexTable, FlexColumn, WindowScroller 3. A PoC for banking institution Only thing I'm missing over...

As this issue is still in progress, we wanted to try it by using the PR as module in package.json, but it looks like the `dist` files are not updated...

For anyone looking for a solution to this issue - I've made a fork that changes the item selector to always skip cards https://github.com/BTMPL/node-google the only affected line is https://github.com/BTMPL/node-google/blob/master/lib/google.js#L8

@ImNoumanDilshad this is not related to your dest file, that's an internal temp file that the library creates internally. It's hardcoded in the index.js file.

@ImNoumanDilshad look into pdffiller-aws-lambda The problem is, it does not support streaming, and will try to write to a file instead. Looking into a workaround ...