-
I am following the instructions from here: https://dev-docs.binary.ninja/guide/migration/migrationguideida.html#importing-data
After opening, I get:
`Unable to parse IDB file: Type::Function`
I…
-
idb is a lower lever wrapper over the indexeddb, we might want to switch to it rather than use rexie to have more direct control over callbacks and such
-
Now that deli is aligned with IDB, should we roll deli into IDB as you mentioned [here](https://github.com/devashishdxt/deli/issues/2#issuecomment-2373317391) before proceeding with extending features…
-
## 🐛 Bug Report
Apologies, this may not be a bug per se but I could not find any forum or other place where I can find help. This is the first time for me using Flipper. After having followed the ins…
-
[FlawedGrace-ForDistribution.idb.txt](https://github.com/user-attachments/files/17267409/FlawedGrace-ForDistribution.idb.txt)
```
thread 'test::parse_idbs' panicked at src/lib.rs:671:17:
til parsin…
-
Iterating on list in order to perform massive IndexedDB insertions is not efficient.
We should chain insertions instead for the browser to schedule the insertions better.
-
I noticed that current `IDB` interface had two errors:
1. The constructor type was typed as a regular function
2. The `readFile` was mis-typed as `loadFile`
`/lightning-fs/index.d.ts`
```diff
e…
-
- [ ] Add a new `files` table
- [ ] On upload, store files in the `files` table
- [ ] Create URLs for these files
- [ ] Insert URLs into the current doc
- [ ] Add a page to view/manage files
-
## `@todo`
#19
- [ ] Create - `DB`
- [x] Implement base and integrate into project
- [ ] Integrate `kv-idb`
- `@output` :question: `DB_v0.0.?`
- next #19
-
![Screenshot 2024-07-27 at 2 44 00 PM](https://github.com/user-attachments/assets/b6374d6e-8031-4173-b650-422c6a38de27)
Only one step got failed and here is the error
`Command "/Library/Framewor…