-
### What it does
Recommends avoiding `&mut` to `*const` coercions
### Advantage
As described in https://github.com/rust-lang/rust/issues/56604, these coercions have surprising behavior that c…
-
I've built full-screen apps where of course I would have no need for patch_stdout(). More recently I started enriching "regular" scripts with occasional progress bars and prompts. For what I need a fu…
-
Hello
I really like the way Schema validates data, but I felt limited by some features, like the pretty limited ``Hook``, JSON schema support, the fact that ``Schema`` systematically tries every ke…
-
It looks like the dead code lint is too eager, and doesn't consider two signs that the variants are used:
- The enum is passed to an extern function, which could do just about anything to the data.
…
-
Hi all,
Some feedback on the implementation portion of the text proposal:
Rprims and Shader:
- I like the idea of carrying the text type all the way to Storm prim types. At one point I was won…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
-
This is a tracking issue for allowing more const parameter types.
The feature gate for this issue is `#![feature(adt_const_params)]`.
### About tracking issues
Tracking issues are used to record the…
-
_Original ticket http://projects.scipy.org/numpy/ticket/1619 on 2010-09-24 by trac user Ihor.Melnyk, assigned to unknown._
```
import numpy as np
t = np.dtype('i1, i4, i1', align=True)
d = np.zeros(…
-
Hello,
This is really impressive work -- I'm very familiar with this structure from Rails, and I like the intuitiveness of the way you've put things together. I also like that there's a good separa…