-
### Requirements
OpenFeature is now supporting Rust as a programming language with the new [`rust-sdk`](https://github.com/open-feature/rust-sdk)
Following the example of other providers, we shoul…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
When I click the run button next to "fn main" it starts terminal with this output:
``…
-
between #801 and #299, have we considered using a subset of an existing language our ASM code in?
- ~C~ (I think we need something with tuples in its type system)
- Rust
- Typescript
- Forth
- P…
-
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 …
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
When I have a Rust project open and navigate into a dependency, Zed fails to run `rust-analyzer` f…
-
### Is there an existing feature request for this?
- [X] I have searched the existing issues
### Summary
- Since KeployV2 is now language agnostic, we should support all the languages to test their…
-
Example to reproduce:
```moonbit
fn main {
let a : Json = Number((-1.2).sqrt())
println(@json.stringify(a)) // NaN
}
```
Some other programming languages:
| Language | Code | Output …
-
vscode settings:
```json
{
"rust-analyzer.server.path": "/Users/me/.cargo/bin/ra-multiplex",
}
```
running ra multiplex server
```
/Users/me/.cargo/bin/ra-multiplex server
INFO can…
-
I am using the language server since a while, and I always could install it.
Today it was failing with `E0308: mismatched types`, maybe it's due to an updated rust/cargo version ?
```sh
$ cargo …
-
I would like to see examples for every method in `Tensor` types.
That would be useful from people that came from PyTorch. Because Python language is highly dynamic and Rust is not, it's not easy to…