Dustin Deus

Results 409 comments of Dustin Deus

@maxlandon no shame I run into the same condition :smile: it would be great to implement a debug message or at least improve the documentation.

This is interesting. All other parsers were able to handle it gracefully. Thanks for the check!

@sunli829, the query is according to the specification correct. The parser mustn't produce an error but the validation procedure.

I see! This might be sufficient for that project but doesn't allow us to use it as a general parser. We should move that check to the validation step according...

> Microsoft is the opposite of that, and is acquiring Github. Can you elloborate this with real facts or is it just hypster stuff? Fact: https://blog.github.com/2018-06-04-github-microsoft/

@johannes-z great workaround but this looks horrible. Yesterday I setup rollup manually with this feature and it took me 1 hour to compile my libs without Bili. It would be...

IMO this issue is really important. The circumstance that the instance is shared across requests is very confusing. This provides room for memory-leaks as shown above. I'd always prefer correctness...

Related https://github.com/developit/microbundle/issues/632

Isn't a selector regarding this "framework" just an `useEffect`, `useCallback`, ...inside the container hook? ```js import { useCallback } from "react"; import { User } from "lib/user-container"; import { Products...