Dayu Liu

Results 7 comments of 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...