Paka

Results 8 issues of Paka

### 🔖 Feature description Not 100% sure if there currently is a way to deal with this (or what is the right way, this might not be a feature and...

good first issue
database
feature

### 🔖 Feature description The ability to `upsert` documents. That is when performing an update, to insert it if it does not already exist. It was explained that it's not...

enhancement
product / databases

### 🔖 Feature description The ability to use wildcards while excluding specific databases/collections/documents. ### 🎤 Pitch Since we have the ability to **include** specific events, it would be nice to...

feature

Dependency `flutter_web_auth` requires patch for flutter 3.0.0 update, error can be ignored but pollutes console. Fork provides fix until author merges PR. See: https://github.com/LinusU/flutter_web_auth/pull/118

## Bug report **Describe the bug** `FirestoreListView` does not rebuild when using collection group queries. ### Example ```dart FirestoreListView( pageSize: 2, shrinkWrap: true, query: cloudFirestore .collectionGroup('connections') .where('uid', isEqualTo: 1), itemBuilder:...

type: bug
plugin: ui

Getting the following on default config. ```shell packer.nvim: Error running config for ChatGPT.nvim: ...e/pack/packer/start/ChatGPT.nvim/lua/chatgpt/prompts.lua:1: module 'telescope.pickers' not found: ^Ino field package.preload['telescope.pickers'] ^Ino file './telescope/pickers.lua' ^Ino file '/usr/share/luajit-2.1.0-beta3/telescope/pickers.lua' ^Ino file '/usr/local/share/lua/5.1/telescope/pickers.lua'...

I've implemented it, but have no idea how to make PR's (or operate git). Could this be considered? When `enableSeekGesture` is set as `true`, this will move the playhead position...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior DEV LOG is positioned right. ### Expected Behavior It would be...