cloudever

Results 10 comments of cloudever

An `input` variable for POST / PUT methods always should be object or array, so `$text` in your code can't be a string

Try to move the babel-plugin-import on top of module-resolver. The order of plugins has an effect while your app is building.

It's clear that problem with meteor builder. Try to build client code separetely on your host and give us feedback.

I fixed it locally and it works well.

@aelialper use case: catch push notifications around the internet for spying the ads traffic 👍

The `broker.createService` typing definition returns `Service` interface, but it would better return original service with own methods

I also use the technique that described @shlomokraus As an option, I propose to act by analogy with the graphql-code-generator: each service informs another service about which methods it has...

Following code in a submit handler: ```ts helpers.resetForm(); helpers.setErrors({}); helpers.setErrors({}); //