-
I wrote a plugin `spin terminal` (https://github.com/rajatjindal/spin-plugin-terminal) based on [dagger](https://dagger.io), which provides a container shell with the required toolchains.
As i play…
-
code:
````rust
#![feature(generic_const_exprs, transmutability)]
mod assert {
use std::mem::TransmuteFrom;
pub fn is_transmutable()
where
Dst: TransmuteFrom,
{
}
}
pub …
-
Currently, the napi-rs provides a [Ref](crates/napi/src/js_values/value_ref.rs) struct.
The `Ref` requires manual management of the `reference` and `unref` methods.
Therefore, it is expected to …
-
| Metadata | |
| -------- | --- |
| Owner(s) | @nikomatsakis, @joshtriplett |
| Team(s) | [compiler](http://github.com/rust-lang/compiler-team), [lang](http://github.com/rust-lang…
-
(Spun off from #198 and #177.)
Our Cargo.toml declares us to use the 2021 edition of Rust, which corresponds to 1.56.0. This does not mean we have to support 1.56.0 but it means we won't worry abo…
-
When generating many build files with `cargo-bazel` in `crates_vendor()` rule. We can constantly see errors when running `crates_vendor` as part of pre-commit hook:
```
buildifier: open /.../third…
-
I would like to use the same exact `rustc` and pass it to [crate2nix](https://github.com/nix-community/crate2nix).
I ran `nix flake init --template github:cachix/devenv#flake-parts` and then added …
-
| Details | |
| --- | --- |
| Package | `atty` |
| Version | `0.2.14` |
| Warning | unmaintained |
| URL | https://github.com/softprops/atty/issues/57 |
| Patched Versions | n/a |
The maintainer of…
-
Neovide panicked with the message: Failed to create Window: Error { raw_code: None, raw_os_message: None, kind: NotSupported("provided display handle is not supported") }
I am using Fedora 40 a…
-
We already have a PoC on the WebGL based rendering performance of `TrackMaps`. See the following page: https://tavimori.github.io/fogcore/demo/tracks-gl.html
Now we are trying to develop a serve…