Matej Bačo

Results 372 comments of Matej Bačo

@2002Bishwajeet Hey there 👋 I would love to work on PHP snippets 😇

Yes, a proxy can help here. Another solution could be to edit `/etc/hosts` and add definition for `appwrite.localhost` to point to Appwrite Cloud. Finally, having a local instance of Appwrite...

Correct, you can pass custom headers. That sounds like a proper solution, to also proxy some headers such as user-agent or forwarded IP.

Some time ago I wrote a CLI toolset [Appwrite Tools](https://github.com/Meldiron/appwrite-tools) that is capable of solving this issue. You can follow [README](https://github.com/Meldiron/appwrite-tools/blob/master/README.md) in the repo to see how to use it,...

Regarding date time, we have been recently discussing such an attribute type, alongside `updatedAt` and `createdAt` attributes. I will see what we can do about JSON. What would be the...

I can confirm we are now planning attributes that would support dates 🥳 With that, a plan to introduce automatic `createdAt` and `updatedAt` is in our mids. Make sure to...

Hey there 👋 We are about to release Open Runtimes V3 which brings some changes to both how we structure runtimes internally, as well as changes to some interfaces that...

Also facing this issue. ``` RUN apk update && apk add --no-cache npm RUN npm install pnpm yarn -g ``` ``` > [11/18] RUN npm install pnpm yarn -g: 0.408...

Hey there 👋 How is Erlang support going? Please make sure to ping me or join our [Discord](https://discord.gg/Hp8Qb8QCEs) if you need any help progressing. I cant wait to review your...

Hey there 👋 We are about to release Open Runtimes V3 which brings some changes to both how we structure runtimes internally, as well as changes to some interfaces that...