-
**Question**
I tried to use rust/seaorm connect a oceanbase, but always failed with InvalidPort. How can I fix this?
this is my database_url:
> mysql://root@test:123456@tcp(172.0.0.1:2881)/test
…
-
Unstable features (including language, library, tools...) we currently use.
See as well:
- Rust 2024h2 flagship project goal: https://github.com/rust-lang/rust-project-goals/issues/116 ([blog po…
-
### Bug Description
```shell
pip install maturin
Collecting maturin
Using cached maturin-1.7.8.tar.gz (195 kB)
[...]
Rust build failed; unable to locate executable 'maturin'
```
### Your m…
-
# Background
This task is an outcome of the `protocols` Rust docs issues tracked in #845.
While documenting `protocols::v2::roles_logic_sv2` in #1014, areas of potential code debt were identified.…
-
Hey so I'm interested in adding rust support. I think I've got a rough idea as to how this might be doable. But I'd love to get some feedback from someone a little more knowledgeable on introspector b…
-
The error occurs in src/models/plan_analysis.rs at line 48, in the file where the unwrap() method is being called.
Im on ubuntu with this start cmd:
`cargo run --release -- --name sLoTTeR --miss…
-
On Windows:
thread 'main' panicked at 'Failed to create a new Rust project: Error { kind: NotFound, message: "program not found" }', build/src/build.rs:23:10
note: run with `RUST_BACKTRACE=1` envi…
-
The method `into_godot` no longer exists, and since `Cargo.toml` builds from the git repository instead of using versions, the code is now bricked even though I have not made any changes. A bit annoyi…
-
I just threw it in here as that was the quickest way to get the webpage up with github pages.
Docs/website in the main repo:
Pros:
* Docs stay close to the code, so it’s easier to keep them upd…
-
### Code
```Rust
fn main {
// please see attached files for full code
let x = 1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+ (repeat 100k times) +1;
}
```
### Affected release channels
- [ ] Previous Stable
- […