Daniel Krom

Results 5 issues of Daniel Krom

Hey, Not sure this is a bug or by design, I didn't find anything on the docs mention that and I think it made my app OOM This is the...

Hey, I made some changes to the project, the project is still not production ready but this is a good start ## Size optimization: 1. Added to .gitignore .history and...

Hey, Thanks for writing this amazing library, I'm having a small thought about some allocation. `Stream.Write` appends to `stream.buf` even if `stream.out` is not nil, making it allocate (sometimes) extra...

Hey, I'm getting the next error, after defining the next scheme: (edited the real names) ``` const model = dynamo.define("my_table_name", { hashKey: "the_hash_key", }); ``` getting the error > is...

Hey There's a mismatch between the typescript definition and the actual code Environment: `[email protected]` `[email protected]` `[email protected]` `@types/[email protected]` `[email protected]` As written at the documentation: ```typescript import InfiniteScroll from 'react-infinite-scroller'; ``` But...