Loren ☺️
                                            Loren ☺️
                                        
                                    I agree it would be useful.
I was just about to open an issue for adding this. Beautiful, thank you so much.
I changed it to ``` coffeescript root_locals.include = (name) -> if fs.statSync(name)?.isDirectory() for file in fs.readdirSync(name) when not is_tempfile file root_locals.include name + '/' + file else root_locals.include_file name ```...
@valorl's suggestion isn't working for me with a `BoolFlag`: ``` --help, -h Show help (default: false) ```
Fixed for me with `npm i -D installing jsdoc@^3.6.3`
Meaningful preferably ☺️
> @apollo/client/core, @apollo/client/utilities, @apollo/client/testing, @apollo/client/cache, etc. entry points Also link entry points. These imports are out of date: https://www.apollographql.com/docs/link/
Hah so you work Friday nights too? Or are way outside my Eastern time zone 😄 On Fri, Aug 3, 2018 at 11:19 PM Tim Mikeladze wrote: > Oh this...
Just did this, which blocks `createUser` returning. ``` Meteor.users.after.insert (x, doc) -> l 'after insert' a = (cb) -> setTimeout -> cb() l 'timeout' , 5000 block = Meteor.wrapAsync a...
(I'm assuming methods other than `createUser` that insert docs that have hooks similarly block on the [insert+insert hook] returning.)