Santiago García

Results 4 issues of Santiago García

- [x] I am on the [latest](https://github.com/KELiON/cerebro/releases/latest) Cerebro.app version - [x] I have searched the [issues](https://github.com/KELiON/cerebro/issues) of this repo and believe that this is not a duplicate - **OS version...

If we manage to get to my [monthly goal](https://github.com/sponsors/santigarcor), during that month/time I will work on rebuilding the admin panel with Vue supporting the teams feature and even maybe add...

enhancement

### 🔖 Feature description For the error types exposed [here](https://appwrite.io/docs/response-codes#errorTypes) we should have a class with constants or an enum so we don't have to manually put the string in...

enhancement

**Describe the bug** Return type is not being flagged as the correct one, I'm calling the method showed below like this: ```php $results = ServiceData::collect($services, DataCollection::class) ``` And the return...

bug