Jake Barnby
Jake Barnby
@stnguyen90 This is intentional, it would just add unnecessary friction to throw an error if the string is a valid integer. The event should definitely fire with with an int...
This is now available in Appwrite 1.5 🥳
@SanjayDevTech Thanks for the PR 🤯 Please give us some time to review it 🙏
Hi @muratdoglu, we are always open to improvements, in what way would you prefer to handle errors? Maybe methods that return an error object or similar instead of throwing, or...
@muratdoglu While that kind of pattern is common for callback based asynchronous code, when using structured concurrency like Kotlin coroutines, it is common to use exceptions. Doing so leads to...
@Meldiron Any thoughts on how to fix the CLI here? The endpoint returns a string but it looks like CLI hardcodes the type as `arraybuffer` for `location` routes
Closing as added in 0.29.0
@ms7m Is it possible to have the `async` methods without adding the `AsyncClient`? So the async versions of the methods would be together with the sync versions in the existing...
@enfipy This is not actively being worked on, pull requests are welcome and yes, `sdk-generator` would be the place to implement this :+1:
Closing as duplicate of https://github.com/appwrite/appwrite/issues/2766