-
From #31: If you have homogeneous structs, where all the `N` fields are of a single type `T`, can we guarantee a mapping to the memory layout of `[T; N]`? How do we map between the field names and the…
-
It’s a bit tricky to reproduce, but here’s a way that seems to reliably do it, as of now:
```rs
use std::{
collections::HashMap,
panic::{catch_unwind, AssertUnwindSafe},
sync::Mutex,
…
-
Right now we're just using type aliases - instead, we should generate newtypes with the appropriate traits and constants. See also [how Swift does it](https://developer.apple.com/documentation/swift/g…
-
### Code
(hand-reduced)
```Rust
#![feature(impl_trait_in_assoc_type)]
trait Trait: Sized {
type Assoc2;
}
impl Trait for Bar {
type Assoc2 = impl std::fmt::Debug;
}
str…
-
Hey there! I've been putting pyrallis to action lately and can't over emphasize how much cleaner it's been to integrate and apply configurations.
That said, there are a couple use cases I'm intere…
-
Hi Villu,
I'm trying to create a pmml file from the sklearn model below. I use TfidfVectorizer on character level and a random forest classifier.
The model predicts the datatype of column based on…
-
The error raises wether I communicate to the bot by invoking the interactive mode with the ``--json`` (or ``-j``) flag or running flask app accessible via a JSON endpoint.
-----
```
ERROR in ap…
-
BPO | [43761](https://bugs.python.org/issue43761)
--- | :---
Nosy | @gvanrossum, @rhettinger, @ericvsmith, @brandtbucher, @freundTech
*Note: these values reflect the state of the issue at the time it…
-
I want to make a pair of newtypes `MySlice(SliceWithHeader)` and `MyVec(HeaderType, Vec)`, so that `MySlice` is to `MyVec` as `[u8]` is to `Vec`.
It seems as per #69 that this crate offers only the…
-
- [ ] # xxx: fix this pre-existing bug causing `SuccessX` error messages to lie