-
Problem: The search tool used by MarkWiki, Whoosh, stores its index exclusively on the file system. For cloud environments like Heroku which do not support persistent file systems, the search system w…
-
If a repo script persistently stores sensitive data (as cookie, `localStorage`, etc...), then **other repos opened by the user will also have access** to this data. This isn't inherently a problem of …
-
The hosts /nix/store is mounted inside the microvm. However nix inside the VM does not use objects from /nix/store. It does not know these objects since they are not in the [Nix database](https://nixo…
-
I have this script (in docker format) running in my kubernetes cluster and it works great! There is one downside, I have to store the config inside of RW volume, which makes updating it a pain in the …
-
Right now, this software is generating a new account and shared secret each time it launches.
From what I understand, `moneyd` doesn't do any custody, and stores the sharedSecret and ILP address in…
-
Apple added NSPersistentContainer which makes setup of CoreData much easier, same as part of CoreStore does.
CoreStore is really cool CD wrapper, I would love to use it in my project, except one "but…
-
Based on the comment https://github.com/zfsonlinux/zfs/issues/2526#issuecomment-58229535
It would be useful to have a flag to `zfs scrub` command that when present would scrub blocks written since th…
-
Persistent ordered set can be implemented with a persistent hash set + some persistent list that keeps insertion order. Unfortunately the current persistent vector implementation doesn't suit well as …
-
**What type of your feature request?**
- [x] If have no endpointId, portainer start should create a **local** endpointId(Portainer init on container healthcheck)
- [ ] If user delete enviromen…
-
On Dockerized clusters that share zLMDB databases, eg for persistent cookie stores, when a cluster boots up it sometimes fails with `lmdb.LockError`
https://gist.github.com/oberstet/fdebff3a9102e61…