-
The automated application layer versioning in 0.2.0 is misleading, as the given version number only reflects the lock version, it doesn't reflect the launch module version. This makes it hard for the …
-
It seems to fail consistently, so this should hopefully be straightforward.
- [ ] Identify a good example crate (small, few or preferably zero dependencies, fails consistently to pull build script…
-
It _might_ make sense to split the `core` module into two modules the new module being called something like `base` and ideally having zero dependencies besides the JRE, but perhaps might end up havin…
-
**Clear description of my expectations versus reality**
Javers adds a new snapshot for @JaversSpringDataAuditable repository entity when BigDecimal value scale changes, even though diff correctly s…
-
this code runs to completion when executed with miri or on x86, but segfaults on aarch64 in release builds
```toml
[package]
name = "faer-aarch64-bug"
version = "0.1.0"
edition = "2021"
…
-
First, I am not sure whether this should be a RFC or a bug report. The current behavior is confusing and seemingly has no use cases, which is why I have opted for a bug report.
### Prerequisites
…
-
We're playing with the idea of (also) using [`reth`](https://github.com/paradigmxyz/reth) and [`revm`](https://github.com/bluealloy/revm) in the same places we use [`jerigon`](https://github.com/0xPol…
-
The [legacy ICD](https://github.com/intel/compute-runtime/blob/master/LEGACY_PLATFORMS.md) requires (intel-igc-opencl = 1.0.17537.20), therefore, it is not possible to install both [new](https://githu…
-
Dear developer,
I am using Python and trying to calculate the soundscape index.
the code is
```{python}
ssid, excl = sspy.isd.validate(data, allow_paq_na=False)
ssid = sspy.surveys.add_iso…
-
First of all, I am very excited to learn such a powerful model.First attempt to execute
cq = CellQuery(model_path)
cell_query.py:45, in CellQuery.__init__(self, model_path, use_gpu, filenames, meta…