Radek Pietruszewski

Results 255 comments of Radek Pietruszewski

@artald Can we merge this? The fix looks correct, and as of RN 0.56 the warning pops up in the yellow box instead of just being hidden in the console

@artald Hey! Did you get a chance to look into this? RN 0.56 is shipped and the warnings from this library pop up at every launch

> JavaScript Object properties I've already found one bug using this :) https://github.com/techfort/LokiJS/issues/839

@minimaxir Hey! What can I do to help get this PR merged? Do you need help with maintaining this repo?

> Holy shit! The CPU is actually executing the entire loop - all five instructions - in only one cycle. I am impressed. Fun fact: the [Mill processor](http://millcomputing.com/docs/encoding/) is capable...

@mobily great! ❤️ I think it will be easiest if I push Flow types so you know what sort of shapes the methods have :)

@mobily Flow types are in: https://github.com/Nozbe/zacs/blob/master/src/index.js.flow go for it!

@sebastian-schlecht Hey! This is a known problem for us, right now impossible to avoid with asynchronous calls, and we should really document how to deal with this: 1. We have...

> I would be really interested in your Prefetcher code, as it might simplify our current setup. We used React's Context API because we weren't aware that data is loaded...