Andy Wermke
Andy Wermke
😅 After sleeping a night about it my biggest concern is defining complex types/shapes. I need to pass complex objects quite a lot: ```js // getUser :: string => User...
Another possible notation: ```js /** * In case you want to describe the function some more. * @type {string => User} * @see http://example.com/api/getUser */ function getUser (name) {} ```...
This is interesting! https://twitter.com/thejameskyle/status/868148120504356864 Maybe this is the solution to all this and makes `gear` superfluous after all :)
It is. They just don't have type checking as it seems. Maybe if there was a babel plugin to transform their comments into flow type annotations or so... 🤔
Hey @nettiopsu. Interesting to see that people still use it ^^ Sure, configurable background color makes sense. Thank you! Please update the README, the usage example with the options, and...
@rhansen Thank you for sharing that insight! @mjgp2 Any thoughts? Good thing I was so slow to merge this PR 😜
Hey @Julusian! On what platform are you: Browser, node.js, electron? It is almost impossible to have a solution for this issue that reliably works across all of these platforms, but...
Let's check if subscribing to workers' [`exit` event](https://nodejs.org/api/worker_threads.html#worker_threads_event_exit) does the job…
Hey @kimamula! Thanks for bringing that up. I'd like to see this as two related topics here: 1. **Supporting async iterators as return values of functions**: Makes sense 👍 2....
Hi @felixbrucker! Interesting... Pretty sure this is the issue: zeit/pkg#251 Maybe you have got some time to look at the [solution proposed in the solution](https://github.com/zeit/pkg/issues/251#issuecomment-364118706) and try it locally?