appwrite
Here are 46 public repositories matching this topic...
For the cloud export right now we have an array with some languages to select from.
https://github.com/TorstenDittmann/OmniaWrite/blob/master/src/routes/Export/Cloud.svelte#L50-L55
A good addition would be implementing a library containing all the languages + 2-letter codes.
Sadly [this](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames/Di
Most features of the Appwrite Flutter SDK should already work with Linux apps out of the box. One specific area that still lacks support is our OAuth login. For us to enable OAuth login we actually need to add Linux support on the Web auth plugin https://github.com/LinusU/flutter_web_auth we use as a dependency.
The Web Auth library already support web auth login for Android, iOS, and MacOS. On
-
Updated
Feb 4, 2021
After trying to work with this sdk in a typescript based node.js project i found out that this node.js SDK is missing typescript support.
That might happen because its missing the index.d.ts file we have added to the client SDK a few weeks ago.
-
Updated
Mar 15, 2021 - C++
-
Updated
Feb 14, 2021 - JavaScript
-
Updated
Jan 2, 2021 - Dockerfile
-
Updated
Sep 22, 2020 - Dockerfile
-
Updated
Jan 2, 2021 - Dockerfile
-
Updated
Oct 15, 2020 - PHP
-
Updated
Feb 12, 2021 - JavaScript
Translate 'object-detection' function from Python to Ruby 🟥
We use Appwrite Cloud Functions demos as a good way to show how Cloud Functions can be used with Appwrite, and also as a good starting point for developers wanting to write their new functions.
Help us translate the cloud function ['object-detection'](https://github.com/appwrite/demos-for-functions/tree/master/python/object-detectio
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Jan 2, 2021 - Dockerfile
-
Updated
Jan 2, 2021 - Dockerfile
-
Updated
Oct 2, 2020 - PHP
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Oct 31, 2020 - Java
-
Updated
Sep 8, 2020 - Dart
-
Updated
Oct 26, 2020 - Python
Improve this page
Add a description, image, and links to the appwrite topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the appwrite topic, visit your repo's landing page and select "manage topics."
We want to use caching to speed up Appwrite's Travis CI build process, and we can use the community help here.
Currently our build process time is around ~10 minutes which is OK, but as faster it can be less time maintainers needs to wait for confirmation that there changes are running as expected.
This change should be focused on our Travis CI YAML file. Any suggestions for improving the co