Samuel Corsi-House

Results 20 issues of Samuel Corsi-House

closes #151 Config: ```json { "importOrder": ["", "^[./]", "^[./]"], "importOrderSeparation": true } ``` Before: ```ts import type { ImportDeclaration } from '@babel/types'; import type { ImportGroups } from './src/types'; import...

implemented by #153 **Is your feature request related to a problem?** I want my `import type` imports to be ordered at the bottom and not grouped in with my 3rd...

feature request

Theme URL: https://github.com/catppuccin/catppuccin

### Bug description My directory structure is 3 directories from `yarn.lock` so `./libs/db/prisma`. Prisma only checks for `yarn.lock` up to `../` so Prisma thinks I'm using NPM and tries to...

bug/1-unconfirmed
kind/bug
tech/typescript
team/client
topic: yarn berry(v2)
topic: monorepo
priority/unknown
size/unknown

This PR removes the `--color` flag that doesn't do anything and makes outputting colors from ran tasks the default. This PR makes it the default because that is what most...

### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug `@yarnpkg/plugin-version` causes `yarn dlx @yarnpkg/doctor` to crash. ### To reproduce ```sh yarn plugin import...

bug
reproducible

When I try to use this function I get the following error: ``` TypeError: t.writeHead is not a function at Object.T [as onUnhandledRequest] (https://esm.sh/v95/@octokit/[email protected]/deno/app.js:2:3458) at G (https://esm.sh/v95/@octokit/[email protected]/deno/app.js:2:4308) at Server.#respond (https://deno.land/[email protected]/http/server.ts:298:37)...

Type: Support
Status: Blocked
deno

I've tried running theia-full on arm64 Ubuntu (raspi4) and I get a build fail error because I'm on arm64 and not amd64. Could you guys add arm64 support so that...

enhancement
help wanted
no-stale
feature request

### Describe the bug If I try to redirect a user in `beforeLoad` in my __root.tsx file then I get `A component suspended while responding to synchronous input. This will...

Type: Bug I'm not completely sure if this is caused by VSCode or Rust-Analyzer but I think it's VSCode. Whenever I try to open the imports menu from quick fixes,...