biskit
biskit
Hi, I could do the following in nats-streaming-server ``` streaming: { cluster_id: "xxx-cluster" store: "file" dir: "/home/xxx/data" store_limits: { max_age: "24h" max_channels: 10000 channels : { testing.>: { max_inactivity: "5m"...
the code does not handle a case where the user has not given all the asked permissions. the only way to find that out is to read the scopes and...
conditionals
can i have conditional display of values? like ticking a checkbox or selecting a radio to open up an input.
great work in exposing via python and xmlrpc! a few comments to make sample working: 1. firstly the port it connects to should be 4560 (default for ejabberd_xmlrpc) ``` python...
## Environment MBP 2020 - 16GB - Monterrey ## GO 1.22.2 ## Dragonboat version v4@master My application gets a lot of read writes per second. The writes are usually small...
did as instructed `go get github.com/lni/dragonboat/v4@master` compiling on linux throws errors: ``` bs@aix:~$ go version go version go1.22.12 linux/amd64 ``` ``` # github.com/lni/dragonboat/v4/internal/vfs /home/bs/go/pkg/mod/github.com/lni/dragonboat/[email protected]/internal/vfs/vfs.go:54:17: cannot use (*PebbleFS)(nil) (value of type...
trying to compile code that includes `github.com/lni/dragonboat/v4/plugin/tan` so it can be used in ``` Expert: dbconfig.ExpertConfig{ LogDB: dbconfig.GetTinyMemLogDBConfig(), LogDBFactory: tan.Factory, } ``` compiles fine on osx but on linux errors...
timeout
i have a call that's initiated via `SyncRead()` that has to create some data before returning. hence it issues a `SyncPropose()` call once a while results in either the `SyncRead`...