Paka

Results 18 comments of Paka

Come to think of it, and more simply, couldn't a `$databaseId` key be included in a document? Might provide more consistency across the board.

Whether or not `$collection` could be `$collectionId` for consistency and clarity? Or databases follow suit as `$database` rather than `$databaseId` 🤷

A temporary and **not so optimal** solution for flutter users: ```dart final database = Databases(client, databaseId: databaseId); await database.upsert(collectionId: '', documentId: '', data: {}); ``` Via this package: https://pub.dev/packages/appwrite_extensions/ Append...

Just adding some points that I've already mentioned in Discord but I feel are still relevant and further support @iamdineshkumar's points. We hear or see that Appwrite "supports" this or...

Wake up, it's time to merge. My debug console is burning out. 🥱

@leoncruz I too was looking/hoping for the same features with this plugin. I've started working on a plugin for this that will at least take care of most commonly used...

> Thanks for the report @flutterfocus > > > ```dart > > .where('uid', isEqualTo: 1), > > ``` > > Does it work if you use `orderBy`, for `name` field...

I can't get `seekTo(0)` to reset the waveform seek position at all actually.