Nathan Alder

Results 14 comments of Nathan Alder

It might be a vue-tsc specific problem or a general problem, I don't know at this point. Anyways, I'm doing a temporary workaround now; I'll basically disabled vue-filepond's type declaration...

The global exposure of the `t()` would be a great improvement, as I understand it, `$t()` cannot make use of the typed translation schema?

@Liwoj So the import of the **local** composition function `t()` would be possible globally with unplugin-auto-import?

I'm having the same issue. Need to get the response of the last chunk, as the server needs to communicate where to store the final file (id).

Well meanwhile we have already updated the server, the final id now is the same id in the initial call (`server.process.onload`). Still, for chunked files, additional details (final location, file...

👍 I agree, this would be great.

something with `this.$refs["timelinename"].animeInstance.completed`?

Is it possible to emit an event from the vue-anime-time-line component when the animations are completed?

@yusukebe Trying this out as well. The `app.get` example provided is working. However, I get a server 500 error with any different method that I'm trying, i.e. `app.post()`

I'm still having trouble. I'll get a 500 response on any `post` method when adding a JSON payload (locally). It would be nice to see a complete working example somewhere