Results 45 issues of Naser Aleisa

**Is your feature request related to a problem? Please describe.** For unfamiliar users, it's not clear what the possible allowed state [enum](https://github.com/direnv/direnv/blob/f5deb57e5944978c6a0017bbcb2a808e3e59fb21/internal/cmd/rc.go#L145-L149) values (such as 0, 1, or 2) represent....

Feature

### Describe the bug I have an `mjpg` server running in the background. I play the video stream in my tauri app like so: ```html ``` The stream runs fine....

type: bug
platform: Linux
status: needs triage

**Describe the bug** Using this package with sveltekit [v2](https://github.com/sveltejs/kit/releases/tag/%40sveltejs%2Fkit%402.0.0) shows a warning during `vite dev` or `vite build`: ``` 8:42:57 PM [vite-plugin-svelte] WARNING: The following packages have a svelte field...

It'd be great to have a way to try out this package without going through the ruby toolchain. This package looks interesting, but I couldn't find a way to try...

jiti fails to load a `vite.config.ts` file, when that file calls the `sveltekit` plugin. (like the [one](https://github.com/sveltejs/kit/blob/678b6372be40fb9a7ff2f332961b4a15d2ab70b5/packages/create-svelte/shared/vite.config.ts) that comes with the sveltekit demo app) ### Error ``` [jiti] [transpile] [esm]...

Hi, I've built a [tool](https://github.com/thenbe/fzf-raindrop) which allows users to quickly search through all of their bookmarks. It works by pulling the user's backup CSV. However, there is no documented endpoint...

In nvim, the first comment is highlighted correctly. However, all subsequent matching is adversely affected. Both comments and flags are highlighted incorrectly after the first comment. ![2024-02-04-21-36-19](https://github.com/tree-sitter/tree-sitter-bash/assets/33713262/071c9e05-bd3b-4e6f-baa0-c45b48fdb52b) The full tree...

> In this example, I'm using `@go-task/cli` as an example. If this issue belongs elsewhere please let me know. Thanks! Using `npm`, `npm install` exits with error. See log below....

## Repro 1. Serve a simple html page: ```bash mkdir repro-katana-timeout echo ' Header Footer ' > repro-katana-timeout/index.html npx serve -p 3000 repro-katana-timeout ``` 2. Crawl it with katana ```bash...

Type: Bug
Investigation