-
### Problem
Run on Linux
```rust
fn generate_gear_program(seed: Seed) -> Vec {
let mut rng = Rng::seed_from_u64(seed);
let mut buf = vec![0; 100_000];
rng.fill_bytes(&mut buf);
let …
-
Hi,
I am trying to build the Verus project on my Mac following the instructions on the README, after running `tools/update-rust.sh` I encounter an error. Here's what I get :
```
rustc exited with…
-
Continuing #80, running `cargo audit` shows multiple vulnerable dependencies (some with really bad sounding descriptions):
```
$ cargo audit
Fetching advisory database from `https://github.co…
-
## Sui V0.13.0 cant' build
### When I try to build version 0.13.0 I always get an error
```
Compiling libsqlite3-sys v0.25.1
Compiling blake3 v1.3.1
Compiling blst v0.3.10
Compiling …
-
Following the build steps [here](https://github.com/baskerville/plato/blob/master/doc/BUILD.md#developer-tools)
I ran `emulator.sh` after cloning the repo
The script complains about:
```
mupd…
-
2022-09-26
Hook validation run successfully for 3747 references :tada:
* recipes: https://github.com/conan-io/conan-center-index (`*/master`)
* hooks: https://github.com/conan-io/hooks.git@master
…
-
Hi,
I am trying to install isotree 0.5.22 on databricks cluster (12.2 LTS ML (includes Apache Spark 3.3.2, Scala 2.12)), however it is giving issues while installing it (even after upgrading pip to…
-
This fails, but I think it should not.
~~~rust
let mut rng_tx = fastrand::Rng::new();
let mut rng_rx = rng_tx.clone();
assert!(rng_tx.get_seed() == rng_rx.get_seed());
~~~
-
HiGHS seem to be better maintained and is often recommended when people run into issues with CBC (e.g. #99 😄 ).
[This seems](https://github.com/jump-dev/HiGHS.jl/issues/162) to be the major stoppe…
-
```
Compiling binary-search v0.1.2
warning: irrefutable `if let` pattern
--> src\connect\vpn\windows_routing.rs:23:12
|
23 | if let TunnelStatus::PreConnect { addr, protocol: _ } …