Torsten Dittmann

Results 55 comments of Torsten Dittmann

> Exactly that, actually! Just gotta finish the work involved. Awesome, feel free to reach out if you need a set of helping hands 🙂

@danhunsaker what if I create a partial PR only replacing the [deprecated](https://php.watch/versions/8.1/strftime-gmstrftime-deprecated) `strftime($format)` with `date($format, time())` - which should in theory work for all supported versions including 5.6. We could...

I am happy to announce that [1.3.0](https://github.com/appwrite/appwrite/releases/tag/1.3.0) is now released with the ability to update attributes 👏🏻 You can find more informations in [this blog post](https://dev.to/appwrite/join-celebrations-appwrite-13-ships-relationships-57fc) and [our docs](https://appwrite.io/docs/databases-relationships).

As of right now, we are only passing the JWT if the function was executed by the user itself. But I can understand how in this particular case it could...

Just wanna leave a hack here that worked for us, without having to change all the imports. Create or add this to your test setup file ```js import * as...