nWacky

Results 3 issues of nWacky

**Is your feature request related to a problem? Please describe.** Sometimes it's necessary to run not `Send` future in juniper handler (for example to get data from database). However, when...

enhancement
area::async

Allow loading TensorFlow models from custom locations, instead of default cdn. `faceLandmarksDetection.load`'s config parameter supports custom model urls, via these options: ```javascript * - `modelUrl` Optional param for specifying a...

After [vuejs/core#11609](https://www.github.com/vuejs/core/pull/11609) vue supports adding custom properties using `declare module 'vue'` instead of `declare module '@vue/runtime-core'` Having libraries in a project that augment both `vue` and `@vue/runtime-core` breaks type checking....