-
Hello @guillaume-be
I'm trying to run the example of `rust-bert` and It's looking like I have issues with `torch-sys`.
running `cargo run --example generation --verbose` gives me the following e…
-
App works fine on m1 mac mini, however main plotting process chia still runs with intel arch (ie emulation)
I think i would def speed up processing process if it was compiled agains arm/apple silic…
-
The Repository URL at https://crates.io/crates/plotters-backend is incorrect.
-
**Describe the bug**
Runing minifb example (Windows x64; same library versions as in [the example's Cargo.toml](https://github.com/38/plotters/blob/b0606484896a3b77f75c3e52ea889044f7515f9e/examples/m…
-
**Describe the bug**
It's very difficult to control axis ticks with a logarithmic scale. Impossible even.
In my example, full code below, `y_labels(20)` produces 21 ticks. If it changes from 20 to…
-
I'm going to dump thing I'll encounter while migrating to `v0.3-pre` here.
Unfortunately I'm not allowed to share full source, but I'll try to get useful excerpts.
#### `group_by`
```
range_x.gr…
-
### What is the feature ?
Add support for bar graphs which are similar to histograms but slightly different ;-)
Examples for bar graphs:
![image](https://user-images.githubusercontent.com/110…
-
Hi there,
I was wondering if there were a way to initialize a Decimal without passing through a string formatting?
Looking at the flamegraph of a library which does literally thousands of comput…
-
With the current `HEAD`, `cargo bench` fails to build:
$ git log -n 1
commit 95b6b5ae9100d2af9518f76450dba93bcad79902 (HEAD -> master, github/master, github/HEAD)
Author: Christopher …
-
I tried this code:
```
use criterion::{black_box, criterion_group, criterion_main, Criterion};
fn criterion_benchmark(c: &mut Criterion) {
c.bench_function("arf clone", |b| {
use s…