EmileBoon

Results 10 comments of EmileBoon

I've managed to get it working using cloning: ``` const user = computed(() => authStore.user) const state = user.value.hasClone() || user.value.clone() function submit (event: FormSubmitEvent) { busy.value = true state.save()...

Did you ever figure this out? I have the same issue. I see that the file is actually uploaded successfully, though no thumbnail of images are created as on my...

Unable to get my hands on APK from tak.gov (I don't see how I can do that). With the Play store version it's not working as some of the others...

> update: ATAK Forwarder won't install on my OnePlus 7T with ATAK v4.702 (6ebfe6b4)[playstore] version. Yes, I'm having the same problem. Any ideas @paulmandal? Thanks!

I've tested this quite thoroughly now and it seems like for `instance.create` no params are passed to server, it's also not present in `feathersClient` before hooks. For `instance.patch` however, the...

Some more details: - I've had to remove all custom methods from `Methods` exports in all `*.shared.ts` files, all custom methods cause this error if they are included in the...

Hi @daffl I just created a totally new install using: `pnpm create feathers@latest test` I also added authentication using: `npx feathers generate authentication` I then ONLY added this to the...

Hi @daffl I have found an interesting clue: ``` export const subscriptionMethods: Array = [ 'find', 'get', 'create', 'patch', 'remove', 'change' ] export const subscriptionClient = (client: ClientApplication) => {...

@sooooooooooooooooootheby thanks, that solved it.

Hi @ha6755ad Do I understand correctly though that you have gotten this to work? I can't get it to work, I get the error: "message: 'must NOT have additional properties'"...