-
I am wishing to make Bluge work inside a browser where all the golang code is compiled to wasm.
fortunately there is a great lib that gives the developer a file system backed by indexeddb here:
…
-
```
[2021-01-30T20:02:18.179Z] @firebase/analytics: Analytics: IndexedDB unavailable or restricted in this environment. Wrap initialization of analytics in analytics.isSupported() to prevent initial…
-
* Sveltia Version: 0.40.1
* Browser: Chromium 128.0.6613.137 (Official Build) Arch Linux (64-bit)
---
I'm noticing some strange behaviour with the local git repository. I currently have 6 colle…
-
Very helpful package! Thank you.
I'm using `ImmortalDB` with React to save some page state to local.
I would like to init a component's state by loading locally stored state, like:
```javascript
…
-
@Morikko
I open a new issue it will be more easy to follow and more on the topic regarding this post in another issue:
![image](https://user-images.githubusercontent.com/5678673/39962005-db391d…
-
**Describe the bug**
Full disclosure - I haven't worked with sqlite (or any database, for that matter) for a number of years so there may be a trivial solution to this issue.
I have a specific…
-
Hello! I've been reading the following issue: https://github.com/excalidraw/excalidraw/issues/1280
Large performance issues for large documents in Excalidraw is due to the app trying to save to loc…
-
[In the source code](https://github.com/logux/client/blob/main/indexed-store/index.js#L89) I do not see a way that `LogPage.next` could exist. Does this implementation load all entries into memory (no…
-
Since we can't expose sqlx' errors because we also have indexed db, we need to abstract that kind of errors.
Take a look at [sqlx' errors](https://docs.rs/sqlx/0.5.9/sqlx/error/enum.Error.html) enu…
-
Hi,
As discussed in the akka.js gitter room, here's a space where to discuss possible support for akka-persistence in scala.js.
The idea is to use localstorage or indexedDb as a backend, i have a us…