Results 92 issues of Bedis Nbiba

currently `no-sync-fn-in-async-fn` can't catch this: ```ts async function a() { b() // b is blocking, but its hidden from us, we only warn if we see Deno. Sync syntax }...

bug

```ts import { init } from "npm:z3-solver"; const { Context } = await init(); const { Solver, Int, And } = new Context("main"); const x = Int.const("x"); const solver =...

code: `/https?:\/\/deno.land\/(?:std\@?[^\'\"]*|x\/[^\/\"\']*?\@?[^\'\"]*)/` ![image](https://github.com/denoland/deno/assets/22427111/6861afa3-8a3d-4590-a286-83be5d95dcdc)

bug
repl

Version: Deno 1.39.0 - The contrast is week ![image](https://github.com/denoland/deno/assets/22427111/793697ea-edf5-4773-98a4-f2a707065394) - Needs some docs for the different symbols or a legend or maybe just a tool tip when the cursor is...

testing
usability

This is useful for running one off scripts with the lsp see https://github.com/sigmaSd/deno-nvim/issues/2 for prior discussion Also for precedence helix also has this feature example of usage ```lua require("deno-nvim").setup {...

Don't know if its a dax or a deno issue, or if its the way things works But It would be great if this can be fixed code: ```ts import...

I started with xargs command and eventually noticed I need to implement the pipe parts as well https://github.com/dsherret/dax/blob/760f04dc12354e1691efea9d47eececbefd96f42/src/shell.ts#L84 Also left a bunch of FIXMEs for things I'm not sure about...

error: unsupported linker arg: -exported_symbols_list I understand that zig 0.11.0 errors on unrecognized flags, should unknown flags be hardcoded ? if that's the case I can add it to zig.rs

Hello, thanks for this nice project! I think the types are useful for everyone writing nvim plugins with typescript and it would be great if you can split them so...

The types are there, but it fails at runtime https://github.com/denoland/deno/blob/edeccef4990598620bf5595df6fc8c1b1b1a7f73/cli/tsc/dts/lib.esnext.disposable.d.ts#L53

bug
upstream