Results 92 issues of Bedis Nbiba

a.ts ```ts #!/usr/bin/env -S deno run // removing this line makes deno doc work again /** Hello @module */ ``` ``` deno doc a.ts # no output ``` removing the...

```ts import { doc } from "https://deno.land/x/[email protected]/mod.ts"; import { pathToFileURL } from "node:url"; // this line trigger the error console.log(await doc(import.meta.url)); ``` error ``` error: Uncaught (in promise) Error: Failed...

fix https://github.com/hayd/deno-udd/issues/8 I left couple of notes This implements the search, and the search gives precise location of the urls, maybe we can in the future use that for replacement....

This makes udd uses actual semver for fragments, which gets rid of a lot of the custom logic and its subtilitlies Its a breaking change in 2 way: - the...

When writing a macro I like to disable hop (so `f` and similar keys can be predictable) I think adding a convenient command to toggle hop on and off would...

**Is your feature request related to a problem? Please describe.** The task note window is small, when I have a big discription I have to scroll to see it all...

Type: Enhancement

Currently langserver seems to not handle nimble files correctly, if you open a nimble file you get many errors

### Check for existing issues - [X] Completed ### Describe the feature [vscode issue](https://github.com/microsoft/vscode/issues/103451) For example in linux this is possible with a call to network manager dbus api https://stackoverflow.com/a/54481683/6900891...

enhancement
installer / updater
admin read
network

### Check for existing issues - [X] Completed ### Describe the feature Currently only `initialization_options` is override-able, but some lsps (like deno lsp) require overriding settings to actually work ###...

enhancement
setting
language server

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Sometimes the watcher receives remotes url, this make it crash because it...

defect
panic / crash
linux