Aditya Bhargava
Aditya Bhargava
It's fine...I have a lot of other stuff on my plate right now anyway :)
I like the change to add `Number.MIN_VALUE`. Could you remove the other function? I agree `isFirstRun` would make sense in production code, but the aim for this repo is readability,...
Related to https://github.com/facebook/react/issues/26320
Tested with dev.html. With these changes, I get this output in strict mode: ``` [Log] @ Insertion Effect (dev.html, line 15) [Log] @ Layout Effect (dev.html, line 7) [Log] @...
Also, to make sure I'm not burying the lede: strict mode tests are currently not enabled in main. If I enable them, they fail. For example: ```js if (supportsDoubleInvokeEffects()) {...
Fixed in master. Please pull and try again. BTW, I am slowly going to transition to this project to abandonware. I don't use it anymore and don't have the time...
I use mdpress when I need to, I just don't give very many talks :)
Thanks for reporting these issues! I'm currently traveling, so I won't be able to tackle them till I get back. But if you send over a pull request I'll be...
Text, because Bytestring can't handle unicode.
Let me think about it. I like that it avoids adding cruft to the markdown presentation, but the tradeoff is now you have to deal with two files. I also...