-
I am sorry for repeatedly opening soundness issues, but I fear that using NumPy's `writeable` is insufficient to protect safe code from mutable aliasing.
At least it seems incompatible with a safe …
-
Current rust [HEAD](1d029c67e22b272ecc7a32044710600bfa3578e5) won't build:
```rust
...
= note: /usr/bin/ld: /home/xftroxgpx/build/2nonpkgs/rust.stuff/rust/rust/build/x86_64-unknown-linux-gnu/…
ghost updated
2 years ago
-
### Admin comment by @mit-mit:
This request is being tracked as a feature via issue https://github.com/dart-lang/sdk/issues/47772.
For details, see the working proposal feature specification:
h…
-
GSW-C currently only uses scalar inputs. During the #29, the array inputs were discussed. Maybe, I can work on vectorization using an external library (OpenBLAS). Vectorization is mostly used for opti…
-
From the [glib guide](https://docs.gtk.org/glib/error-reporting.html):
> If FALSE is returned, the error must be set to a non-NULL value.
> One exception to this is that in situations that are alr…
lucab updated
2 years ago
-
As part of my work on `gitoxide` to incorporate the additional `git` security protocols I am trying to implement an ownership check for windows to assure that gitoxide will not fully trust repositorie…
Byron updated
2 years ago
-
As copied from https://github.com/amethyst/rlua/issues/172#issuecomment-616975763
`rlua` needs the ability to turn off the `pcall` / `xpcall` wrappers or any other provided function wrappers to be…
-
Hey, I'm trying to try this out, and I'm having an issue even get basic examples to work. The generated `store_dart_post_cobject` method has an incorrect type, resulting in an error:
```
lib/bridg…
-
According to https://github.com/tock/tock/pull/1637/files `libtock-rs` is considered being messy. I would like to use this issue to track why this is the case and what we can do about it without needi…
-
We could improve the [`std::thread::Builder::name()`](https://doc.rust-lang.org/std/thread/struct.Builder.html#method.name) method by accepting not only a ``, but anything that could be converted to a…