Alex.F

Results 14 issues of Alex.F

This is the repo https://github.com/gfreezy/alfred-docsrs .

``` (!) Circular dependencies node_modules/parjs/internal/parser.js -> node_modules/parjs/internal/combinators/combinator.js -> node_modules/parjs/internal/scalar-converter.js -> node_modules/parjs/internal/parsers/string.js -> node_modules/parjs/internal/parser.js node_modules/parjs/internal/parser.js -> node_modules/parjs/internal/combinators/combinator.js -> node_modules/parjs/internal/scalar-converter.js -> node_modules/parjs/internal/parsers/string.js -> /Users/feichao/Develop/log-viewer/node_modules/parjs/internal/parser.js?commonjs-proxy -> node_modules/parjs/internal/parser.js node_modules/parjs/internal/parser.js -> node_modules/parjs/internal/combinators/combinator.js -> node_modules/parjs/internal/scalar-converter.js ->...

fixed #315 > When we set the primary key of a transaction, the corresponding operation must not be CheckNotExists. @ekexium `CheckNotExists` is already checked when set primary key.

```rust #[tokio::main] async fn main() -> Result { let txn_client = TransactionClient::new(vec!["127.0.0.1:2379"]).await?; let mut txn = txn_client.begin_optimistic().await.unwrap(); let key = "aa".to_owned(); txn.insert(key.clone(), "value".to_owned()).await.unwrap(); txn.delete(key.clone()).await.unwrap(); txn.commit().await.unwrap(); Ok(()) } ``` The above...

bug
good first issue

代码里面好像默认直接写死了用16个bucket,bucket的分布是根据key的hash来确定,有办法手动指定bucket分布不? 如果现在有4台beansdb,N=2, W=3。然后其中一台机器挂掉了(这台机器数据全部丢失),如何能恢复这台机器?我知道应该是可以通过其他的机器恢复数据,不知道有没有现成的方法,还是直接把其他所有的数据都同步一份过来? 还有如果现在用了4台beansdb,想再加一台beansdb,现有在使用一致性hash基础上,该如何做? 在beansdb机器数目发生改变的时候,是通过什么方法来保证数据的备份数(即N是配置文件里面设置的数目)?

How to reproduce: ``` cargo new --bin test-mold cd test-mold env RUSTFLAGS="-C link-arg=-fuse-ld=/opt/homebrew/bin/ld64.mold" cargo build ``` ``` dsymutil -s target/debug/test-mold|grep N_OSO ``` `dsymutil` outputs no content. mold version: mold 1.4.1...

./valc fac.val ``` Undefined symbols for architecture arm64: "_P3IntO5infix3u2a21_a", referenced from: l_F9factorial21_a in main.o "_P3IntO5infix3u2d21_a", referenced from: l_F9factorial21_a in main.o "_P3IntO5infix3u3c21_a", referenced from: l_F9factorial21_a in main.o ld: symbol(s) not found...