Matej Bošnjak

Results 10 comments of Matej Bošnjak

Some alternative to the Crowdin might be this https://github.com/inlang/inlang

If you suply the key via chatbot ui option, it ends up in localstorage, and we know how secure that is . . . Suply your keys via env or...

If you set your API key via this little option in the UI, it will store API key in browsers local storage. What **fruitcake** thought that was a good idea?...

It could also show difference between the old and the new information given when it is updated, so the team knows exactly where the changes are.

@loks0n @Meldiron If this is something you would like to add to the templates, I'd love to work on it. Possibly during hacktoberfest as well :) Would love to see...

@loks0n @Meldiron If this is something you would like to add to the templates, I'd love to work on it. Possibly during hacktoberfest as well :) Would love to see...

> Only web apps hosted on domains specified in a web platform will be able to make requests to your Appwrite instance, preventing unwanted access from malicious actors. - Does...

Still does not cover cases where I want to give each function different domains easily. Like: - Function A - DomainA, DomainB, DomainC - FunctionB - DomainA, DomainC, DomainR ......

This would add towards making more complex appwrite projects where you can write a lot of different functionalities via appwrite functions and extend specific functionality to specific domain, so not...