Results 92 issues of Bedis Nbiba

as the title says, trying to use bracketed paste on windows , just yields a series of Event::char This works on termwiz though, so its probably something missing we can...

```ts import * as wasm from "https://deno.land/x/[email protected]/lib.ts"; ``` ``` error: Relative import path "buffer" not prefixed with / or ./ or ../ If you want to use a built-in Node...

linear

## Steps to reproduce - mkdir f; cd f - cargo new a - echo "hello">file - echo 'fn main() {dbg!(std::fs::read_to_string("./file"));}'>a/src/main.rs - cargo b --manifest-path a/Cargo.toml --target-dir target --target wasm32-wasi...

code: `cargo add crossterm` ```rs #[test] fn t() { // both of these freeze cargo next-test run // crossterm::terminal::enable_raw_mode().unwrap(); // crossterm::cursor::position().unwrap(); } ```

I'm using ```toml [unstable] codegen-backend = true [profile.dev] codegen-backend = "cranelift" ``` so it would be great if I don't have to remove it to run prusti

enhancement

## Expected Behavior deno works with no error on **x86_64 linux** via proot ## Actual Behavior deno panics inside tokio ## Steps to Reproduce the Problem 1. proot-distro install debian...

status/needs-review
kind/bug

Would be great if in the node package we don't have to fetch the models, and instead the json files are statically imported

js-package
invernizzi-attention

```ts import { python } from "https://deno.land/x/[email protected]/mod.ts"; const gi = python.import("gi"); gi.require_version("Gtk", "4.0"); const Gtk = python.import("gi.repository.Gtk"); class MainWindow extends Gtk.ApplicationWindow { constructor() { super(); this.a = 4; // error...

bug

Same trick as rust-lldb to add rust types so Vec, String, ..etc are pretty printed in the debugger windows

### Discussed in https://github.com/sigmaSd/IRust/discussions/107 Originally posted by **baiguoname** November 30, 2022 Jupyter is amazing, can I use Irust in Jupyter, especially in vscode-jupyter. - [ ] Depends on https://github.com/sigmaSd/IRust/issues/103

enhancement
help wanted