-
I've created the data store for testing purposes but during the pod creation it creates the PVC but doesn't create the PV.
I've then manually created the PV for it and tied it back to the namespac…
-
Hello Paul.
When trying to migrate data from a `NSSQLiteStoreType` to `SMStore` type persistent store, the data is migrated to the new store but not loaded to Cloud. If data is added ,after migrati…
-
IndexedDB data stored on disk may get corrupted or partially lost due to several reasons including user action. Attempts by the site to read such data fail persistently, and these failures are surface…
-
### What do you want to see?
Currently, Plugin API doesn't support loading(?)/unloading when plugin is async. Async support for both plugins and `onUnload` function will fix the plugin unloading, a…
-
I wonder if you could shed some light a question I have.
The common use case I see for persistence is writable stores ... so they will "pick up where you last left off" on an app restart, etc.
H…
-
Many people expect an app instead of a website. Often, they’ll search the play store when searching MapComplete. Furthermore, an app is more persistent then a website. Note that the PWA-functionality …
-
#### Description of issue: For way too long our Stores have been busted to some degree and vastly under-utilized. We have a list of proposed changes that need to take effect for them to have their int…
ghost updated
2 years ago
-
Here's another good one: I created [`rdf-lmdb`](/doriantaylor/rb-rdf-lmdb) a while ago but only recently noticed, incidentally when I had a structure containing a lot of `RDF::List`s, that blank node …
-
Manages authentication state and provides context to the app.
```tsx
// src/context/AuthContext.tsx
import React, { createContext, useState, useContext } from 'react';
interface AuthContextType {
…
-
**Describe the bug**
Storage contains 3 folders: sealed, unsealed, cache. "cache" contains folders for each sector (s-[miner]-[id]). Sector's "cache" contains two files (p_aux, t_aux) and tree cache …