Dayu Liu
Dayu Liu
I get it, you are too blind to read docs. [https://imgur.com/H5CdxGl](https://imgur.com/H5CdxGl)
> Related PR: [utopia-php/database#217](https://github.com/utopia-php/database/pull/217) Hi, excellent work! It looks to me that this is only for updating current document attributes. This would struggles in situation such as creating a new...
Simply switch Webpack's module.hot() to Vite's import.meta.hot(). I wish they should provide it in the docs too. Here is a simple snippet for you :) ``` import Vue from 'vue'...
This is one of the key features to make Appwrite production ready. Hope to see it implemented soon.
I am having the same issue and daily CRON jobs are inconsistent due to frequent fails.
> FYI, min value is -9223372036854775808 and max value is 9223372036854775807. > > Something seems to be rounding the values to -9223372036854776000 and 9223372036854776000…. I found the same issue with...
> vue 3 yarn build `"default" is not exported by "node_modules/quill-image-resize-module/image-resize.min.js", imported by "src/views/editor.vue".` > > > 5: import ImageResize from "quill-image-resize-module"; > > ^ `import * as ImageResize from...
OMG, this should be included somewhere in the documentation. I spent hours stucking at `SyntaxError: The requested module 'node-appwrite' does not provide an export named 'InputFile'` The InputFile class from...
It doesn't make sence as altering relationship attributes would trigger realtime events on the target collection, but altered values won't be returned in the event payload. There should be a...
Where relationship data could be shown should be based on ownership and permission scope, like what you did with new Databases().getDocument(). This is a bad decision to remove all of...