Sébastien Lorber

Results 1471 comments of Sébastien Lorber

For anyone interested, here's my solution to get rid of the warning (React 16 + 17) and still get this working (client+SSR). https://github.com/jamiebuilds/react-loadable/pull/213#issuecomment-778246548

For anyone interested, here's my solution to get rid of the warning (React 16 + 17) and still get this working (client+SSR). https://github.com/jamiebuilds/react-loadable/pull/213#issuecomment-778246548

I think having an error printed to the console wouldn't be a big deal. However when you are in the middle of a release and you are stuck because you...

Yes that could be helpful. For example, just logging which tag it uses when I don't provide `--from` attribute would be nice

FYI I tried with a new Github token and it didn't work better :'(

If you are into React, make sure to check [ThisWeekInReact.com](https://thisweekinreact.com) :) I'm the author, trying to gathe news for open-minded React devs. It's also translated into Chinese by @hunter2009 here:...

Thanks @zachleat But is this really going to work with a git subpath like that? According to my tests a few months ago you don't support that? https://app.netlify.com/start/deploy?repository=https://github.com/facebook/docusaurus/tree/master/examples/classic ![image](https://user-images.githubusercontent.com/749374/125960200-31b02a85-b912-4800-8339-3273968a756b.png)

Thanks I was wondering if you are able to use a root folder on a dedicated branch? Use this if possible: https://github.com/facebook/docusaurus/tree/starter Otherwise let's use this one that I created...

+1 we would be happy to use imgbot to downscale images in our Docusaurus repo, for our site showcase page. Those images are user-submitted, quite big by default (we never...

Hi, Just want to mention this quite related project that can serve as inspiration, often used in GraphQL servers to avoid n+1 queries, but also useful on browser: https://github.com/facebook/dataloader