appwrite
Here are 42 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
Oct 31, 2020
-
Updated
Dec 23, 2020 - JavaScript
-
Updated
Oct 24, 2020 - C++
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
Dec 25, 2020 - JavaScript
-
Updated
Oct 12, 2020 - Dockerfile
-
Updated
Sep 22, 2020 - Dockerfile
-
Updated
Dec 15, 2020 - Dockerfile
-
Updated
Oct 15, 2020 - PHP
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Sep 8, 2020 - Dart
-
Updated
Oct 2, 2020 - PHP
-
Updated
Dec 15, 2020 - Dockerfile
-
Updated
Dec 15, 2020 - Dockerfile
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Oct 31, 2020 - Java
-
Updated
Oct 1, 2020 - Dart
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