scarf

Results 317 issues of scarf

### Describe the bug ![image](https://github.com/Ezard/semantic-prs/assets/54838975/02d46453-8168-4d74-9224-a763f3ce269a) from https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4329 ### semantic.yml contents ```yml enabled: true titleOnly: true targetUrl: 'https://docs.cataclysmbn.org/en/contribute/changelog_guidelines/' types: - feat - fix - docs - style - refactor - perf...

bug

## Status Quo ![image](https://github.com/Ezard/semantic-prs/assets/54838975/9ab65fd2-f204-425e-8621-421829336a19) currently, failure message does not describe why the check failed. https://github.com/Ezard/semantic-prs/blob/afe753c1f898dba997c17f26f1b39b6669bfa7ed/functions/src/handle-pull-request-change.ts#L90-L102 ## The problem while using semantic PR in https://github.com/cataclysmbnteam/Cataclysm-BN, we found out that new contributors...

enhancement

```ts import { Command } from "https://deno.land/x/[email protected]/command/mod.ts" const { output } = await new Command().action(() => 1).parse() console.log(output) // 1 ``` afaik there's no way to retrieve return value from...

**Describe the bug** the issue #11 seems to have returned. **To Reproduce** same as #11, click timestamp on comments. it will error at `checkAndSeekTimestamp` as ``` Uncaught TypeError: can't access...

bug

setup-node uses github's [problemMatcher](https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md) to automatically add error message to [TSC errors](https://github.com/actions/setup-node/blob/main/.github/tsc.json); it'd be great to have the same functionality, along with matchers for fmt and lint errors.

**Describe the bug** The deno LSP import suggestion tries to relatively import cache files in `DENO_DIR` (`~/.cache/deno`) such as `../../.cache/deno/npm/registry.npmjs.org/@octokit/types/12.6.0/dist-types/OctokitResponse.d.ts`. **To Reproduce** This is really hard to reproduce correctly, but...

**Describe the bug** Deno LSP occasionally loses tsconfig lib info when working in mixed nodejs and deno environment. **To Reproduce** It's not guaranteed to be reproducible, but i got into...

> this is a smaller-scoped request for #1069 being able to get import assist for [`std`](https://deno.land/std) modules would be helpful. according to https://docs.deno.com/runtime/manual/advanced/language_server/imports, following endpoints seem to provide module entries:...

**Is your feature request related to a problem? Please describe.** auto-imports (suggested by quick fixes) are not sorted. **Describe the solution you'd like** being able to configure how to sort...

**Is your feature request related to a problem? Please describe.** ![](https://github.com/orta/vscode-twoslash-queries/raw/main/vscode-twoslash.png) copied from https://github.com/orta/vscode-twoslash-queries/issues/26 . **Describe the solution you'd like** would be very useful to have [this extension](https://github.com/orta/vscode-twoslash-queries) work on...

enhancement
help wanted
dx