bs-core icon indicating copy to clipboard operation
bs-core copied to clipboard

Results 20 bs-core issues
Sort by recently updated
recently updated
newest added

By default, zlib-searcher should't provide any IPFS gateway address, and the gateway addressed should be added by the user. So we should provide the ability to add a custom IPFS...

enhancement

Now we use cang-jie and jieba-rs as out tokenizer, which causing Latin language tokenize false. We need to combine multiple tokenizer to improve the accuracy. Known bugs: - [x] not...

help wanted

passed `CI` can check https://github.com/yihong0618/zlib-searcher/actions/runs/3584651888 when new tag added and push trigger this `CI`

Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.2.1 to 1.2.3. Release notes Sourced from tauri's releases. tauri v1.2.3 Updating crates.io index Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 474 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io...

dependencies

I deployed the project on Docker with the command: `docker-compose up -d`, but it warns `manifest unknown`. I have found the version in `docker-compose.yml` is `latest`: https://github.com/zlib-searcher/zlib-searcher/blob/73f0ae5b6e4ac8dcae2a5836363c22b418373e64/docker-compose.yml#L5 However, the docker...

[2022-12-31T14:42:22Z INFO zlib_searcher] zlib-searcher webserver started! [2022-12-31T14:42:22Z INFO zlib_searcher] AppState init! thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: IndexAlreadyExists', /source/crates/zlib-searcher-core/src/lib.rs:120:61 note: run with `RUST_BACKTRACE=1` environment variable to...

First of all, kudos for building this fantastic tool! I created [LearnAwesome.org](https://learnawesome.org/) ([github](https://github.com/learn-awesome/learndb)) and was looking for ways to get IPFS identifiers for books by their ISBN but struggled because...

when i add IPFS gateways like : cf-ipfs.com The donwload link is : https://127.0.0.1:7070/cf-ipfs.com/ipfs/********** it don't work I have to changed the link https://cf-ipfs.com/ipfs/********** it work

In current implementation of `ipfsGateways`, state doesn't update when setting changes. This PR fixes it.