Mathieu Agopian
Mathieu Agopian
I have roughly the same issue on my computer, and I'm not sure it's an issue (it seems to be spawning a bunch of workers, and they wait for file...
according to https://flow.org/en/docs/cli/ it automatically starts a background server (and you can configure the max number of workers if you want), by design. Are you suggesting we have some kind...
That's a brilliant idea. Obviously won't work in case you're running something else like `yarn run check`, but still better than what we have. If it takes too much time...
My two cents about the flow benefits: it's just marginally better at helping you spot issues with your types (and helps while refactoring). But it's only useful in places where...
We've been talking about "barrier to entry", but without having defined "for who". Is it the barrier to entry for - current frontend devs at Mozilla outside of Firefox (which...
Is this related to https://github.com/mozilla/PollBot/issues/50 and https://github.com/mozilla/PollBot/issues/79 somehow?
Hello there, I'm also contributor of django-mail-factory. It seems we both came up with a solution to a similar itch, roughly in the same time ;) Do you think there...
Ok, so this should now be ready for review. The idea is that instead of the textile and food simulator calling the `compute` themselves, they instead request the computation from...