-
A longer term goal. It would be really nice if the code snippets in the docs were runnable online and/or if HLS or Hackage style code highlighting was available.
With the advent of WASM and JS back…
-
### Please read the FAQ for the bug you encountered.
- [X] I have read the existing FAQ
### ⏯ Playground Link
https://ast-grep.github.io/playground.html#eyJtb2RlIjoiQ29uZmlnIiwibGFuZyI6ImNzcy…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
run `qx create playground` and paste the following code into `Application.js`;
```js
qx.Class.defin…
-
I tried this code:
```rust
// compiler-flags: --emit mir
fn main() {
let _dummy = [(); usize::MAX];
}
```
I expected to see this happen: Compilation should succeed and generate a MIR file
Inste…
-
### Code
```Rust
#![feature(return_type_notation)]
trait LocalService {
type Request;
type Response;
async fn call(&self, req: Self::Request) -> Self::Response;
}
trait Service: Local…
-
Following is a Playground example to use a new avatar. You can see the source code there. Please help me fix it:
[https://playground.babylonjs.com/#AJA5J6#361](https://playground.babylonjs.com/#AJA…
-
### Acknowledgement
- [x] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.
### Comment
Apologies if this is the wrong reposito…
-
Hey folks, thank you for building such a cool tool, this tool has greatly helped me in learning Rust, absolutely love it.
## Description
I wanted to set it up locally and followed all the inst…
-
I've been experiencing frequent hangs in the Playground, especially when I try to run tests, rustfmt, generate a share link, or run a program.
I'm not sure if anyone else has noticed this issue, but…
-
it would be nice to provide a code playground of this library, in order to test it with no effort & check if it suits the needs of those who want to use Reading-time lib