Results 92 issues of Bedis Nbiba

Running cat program fails with `call to 'fclose' is ambiguous` The problem is that - in codgen an extern deceleration is added for fclose - runtime also exports all stdio...

bug
codegen

Port of https://github.com/denoland/vscode_deno/blob/45d343516ab1250867a5cb254460278f0ceca2a2/client/src/notification_handlers.ts This is a more appropriate way to handle https://github.com/neovim/nvim-lspconfig/pull/2026 ![import](https://user-images.githubusercontent.com/22427111/180643988-98323c84-f0ba-4d4d-8e3d-57b16f2ac0c1.gif)

This issue is meant to keep track of the current status of denols, this should help us to focus on whats missing to bring denols on par with vscode-deno. ##...

enhancement

This have the advantage of having a cross platform shell out of the box , instead of using ffi you can actually use wasm see https://github.com/dsherret/ax which does exactly this.

Currently the api is verbose to use because you have to await each call, this is especially noticeable if you use dzx repl. The latest deno version introduced a synchronous...

Is it a good idea to make https://github.com/vrmiguel/bustd/blob/22470c4b351527ff75e0c4e71a55f0c675a21614/src/monitor.rs#L64 configurable ? I personally have a pc that's very constrained on resource so I'm using bustd with that setting changed to 5,...

Here is a demo where I can't go to `Int8ArrayConstructor` definition in coc-deno but it works with vscode https://user-images.githubusercontent.com/22427111/178123681-80d09357-ddb1-4a06-8399-482d282c2f63.mp4 .

similar to https://deno.com/blog/v1.21#autodiscovery-of-config-file-and-deno-task-integration

This keeps the terminal clear from all bandhwhich drawing. (Currently you can see the leftover drawing by scrolling up after exit for example)