Ben
Ben
Was also looking for something like that. The database seems to be syncing just fine in the backend. but there is now way to access those changes.
I am also testing the blueprint, but I get inconsistencies. If I look at the bodymiscale through integrations i get this information: Were I can see the weight and all...
Hi @ciscoheat, can you take a quick look at this? Is my premise wrong or am I doing something wrong? Also, the error seems to be linked to the statement...
I have similar issue, the **$app/store** has been deprecated. I am trying to refactor my existing working code, but the code ```const flash = getFlash(page);``` is refering to the actual...
> @benquan when you first ran into the issue you're trying to fix, what versions of `bits-ui` and `svelte` were you using? > > Because I don't think this issue...
Thanks for the upload, I am testing you script on a macbook arm. When uploading, the files seem to upload succesfully, but darktable crashes just after finishing the upload. The...
Same issue. Is there a solution or workaround?
I have the same problem, trying to create a custom verifyRequest: ``` pages: { verifyRequest: '/auth/verify-request', // (used for check email message) } ``` I have a simple +page.svelte and...
The only workaround I found was not to use /auth path, rather to use your own path for example: ``` pages: { verifyRequest: '/myAuth/verify-request', // (used for check email message)...
I am also testing and get the error: ``` darktable(87889,0x16d5c7000) malloc: *** error for object 0x600003ed7d00: pointer being freed was not allocated darktable(87889,0x16d5c7000) malloc: *** set a breakpoint in malloc_error_break...