-
## Summary
I have gotten very long compile time (2 hrs plus) when I tried to compile a code that has a large array inbuilt in the code when I turn optimization on. When the code is compiled without…
-
One thing that was rather unclear to me when reading the draft RFC is whether implementations of traits must be exclusive (e.g. you can only implement sync *xor* async) or whether they can be exhausti…
-
Hello, I am preparing a research paper, and I've come across a somewhat tricky issue.
During hyperparameter optimization, I've identified four hyperparameters: min_topic_size, nr_topics, min_cluste…
-
### Code
```Rust
#![feature(transmutability)]
#![feature(type_alias_impl_trait)]
trait OpaqueTrait {}
type OpaqueType = impl OpaqueTrait;
trait AnotherTrait {}
impl AnotherTrait for T {}
…
-
### Code
```Rust
// this seem to happen to various libraries
```
### Meta
`rustc --version --verbose`:
```
rustc 1.83.0-nightly (26b5599e4 2024-09-06)
binary: rustc
commit-hash:…
-
# FEVER: a large-scale dataset for Fact Extraction and Verification
source: https://arxiv.org/abs/1803.05355
### Abstract
Each claim —classify—> (Supported, Refuted, Not enough info)
For S…
-
(This is a collaborative issue, please edit and add points, if applicable, or join the discussion in the issue below)
For context, please read the [ArrayBase documentation on Arithmetic Operations]…
bluss updated
3 years ago
-
One way to implement the ever-present roguelike feature of dungeon branches would be by revamping Dungeon level encounters with a specific selection - first based on the Terrain the dungeon is in, sec…
-
#148
-
#### Describe the new feature or enhancement
This is related to a goal of mine to add generic "connectivity" function to MNE for the code-sprint.
Right now, there are a decent amount of "spectral …