theredwillow
theredwillow
There is currently no way to iterate over all collections within a Localbase db. ``` const db = new Localbase('savedPoems'); db.getAll().then((response: IndexedDbType) => console.log('response', response)); ```
There should be a function for adding a new entry if it doesn't exist or setting the current entry with what you provide if it doesn't already exist.
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? The UI...
I noticed that there is a hidden file input used. https://github.com/peterfreeman/ngx-dropzone/blob/b5ea2f156024b869dc10cb87e354719e3fab43f3/projects/ngx-dropzone/src/lib/ngx-dropzone/ngx-dropzone.component.scss#L50 The absolute positioning on that seems to be breaking the overflow functionality of one of my Material elements. https://material.angular.io/components/sidenav/overview...
I ran across a TypeScript error about `response._tokenResponse` not existing. This lead me to a [StackOverflow page](https://stackoverflow.com/questions/71362060/react-typescript-firebase-property-tokenresponse-does-not-exist-on-type-use) that explains that you don't even need to manually store Auth Token. Firebase...
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'unnamed_endpoints')
There's a bug on the very first attempt to open this. I have included the console log as the title. Below is the part of the `client/js/dist/index.js` file that appears...
When an admin has a game already in progress and opens a new game window, it opens to the title card instead of the round that they are currently on.
If the host adds a logo image but then removes it and adds a different one, the buzzers/users will not update the image. I believe this is because the browsers...
When start_timer is kicked off in game.js, an interval is started. When the interval's limit (which also acts as an iterator index) hits zero, the interval is cleared. However, the...
**Disclaimer:** Forgive me if I'm missing something as I'm still discovering everything in this repo. While I can see the value of being able to control anything at any time...