-
* [Implement Proper Transactional Batching](https://github.com/RTradeLtd/go-ds-bbolt/issues/2)
* [Implemented Advanced Queries](https://github.com/RTradeLtd/go-ds-bbolt/issues/4)
-
panic when browse containerd 1.17.1‘s metadata
```shell
panic: runtime error: index out of range [18446744073709547520] with length 281474976710655
goroutine 1 [running]:
github.com/boltdb/bol…
-
## Expected Behavior
Metabase is asked to open bbolt in RO, and I expect the internal state to be RO too.
## Current Behavior
Bbolt is opened in RO, however, metabase accepts write operations…
-
Build a utility that will load the room data and allow for it to be manipulated then written back as a JSON file or a a BBolt file.
-
panic: runtime error: slice bounds out of range [::4326323766] with length 21474
83647
goroutine 1 [running]:
go.etcd.io/bbolt.unsafeByteSlice(...)
H:/m/Server/vendor/go.etcd.io/bbolt/un…
-
After restarting the process running with [open telemetry file extension](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/storage/filestorage), we get
```
pan…
-
Use `go.etcd.io/bbolt v1.3.7` instead of `go.etcd.io/bbolt v1.3.7-0.20220130032806-d5db64bdbfde` in go.mod file
*(Issue originally authored by: Kennedy Izuegbu in gitlab.com)*
-
What I did:
I tried to install https://github.com/anacrolix/torrent which depends on bbolt
What I expected:
to get bbolt and thus anarcolinux/torrent compiling, per 9front documentation, it h…
sctaw updated
2 months ago
-
### Description
After an emergency system shutdown (harddrive error detected) and a checkdisk+system restart, docker desktop fails to start due to a containerd panic. This is the error message in it'…
-
I try config volantmq with plugin, but build plugin is success, but unable to run.
Error: plugin was built with a different version of package gopkg.in/yaml.v3
I am not sure where is the problem…