-
I wonder if Nuklear could interface with [Glazier](https://github.com/linebender/glazier ) (yeah, Rust) or similar to lower the barrier for both newcomers as well as seniors who must currently choose …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
This repository currently has no…
-
## Introduction
This project is pretty cool ngl. But there is a glaring problem with it.
## Safety
It is common knowledge that any language not written in Rust is inherently dangerous and unsafe.
…
-
Hello
I have problem a long time can't fix it
```
systeminfo
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.19045 N/A Build 19045
GPU:
```
```
nvidia-smi
+--------------------------…
-
I've seen several questions about re-using `#[pyclass]` types between multiple Rust packages, for example on [gitter](https://gitter.im/PyO3/Lobby?at=5fdc8b47aa6bb528c3592ec1), [stack overflow](https:…
-
Since this is already brought up in https://github.com/rust-lang/miri/issues/3470#issuecomment-2460600407, I will just open a new issue for this.
To resolve the FIXME here, https://github.com/rust-l…
-
### Code
```Rust
/// what's funny is that this code was suggested by chatgpt
enum HierarchicalItem {
Element(T),
Group(I),
}
struct HierarchicalIterator
where
I: Iterator,
{
stack:…
-
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 …
-
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…
-
| Metadata | |
| -------- | --- |
| Owner(s) | @nikomatsakis, @joshtriplett |
| Team(s) | [compiler](http://github.com/rust-lang/compiler-team), [lang](http://github.com/rust-lang…