scarf
scarf
``` error: Integrity check failed for remote specifier. The source code is invalid, as it does not match the expected hash in the lock file. Specifier: https://esm.sh/[email protected] Actual: 4009a644df3747fde5e6d7aab05d16e61d99ae734cabc8273436ceabc91e1e62 Expected:...
## Failing module - **GitHub**: https://github.com/elysiajs/elysia - **npm**: https://www.npmjs.com/package/elysia ```js import { Elysia, t } from 'elysia' ``` deno.json: ```json { "tasks": { "dev": "deno serve --watch -E main.ts", "esm:add":...
it feels more natural to return value for selection: ```ts const selectedBranch: string = await $.select({ message: "Select a branch:", options: branches, }) ``` or we could return an option:...
``` $ tldr nvm - Set the default Node.js version: nvm alias default node_version $ nvm alias default 23 nvm: Unknown command or option: "alias" (see nvm -h for usage)...
`GetWindowID Chrome Chrome` fails with status code 254. on macOS Sequoia 15.1.1 arm64 + MacBook Pro + Darwin 24.1.0 context: `kCGWindowOwnerName` and `kCGWindowName` returns `null` for some apps, making it...
### Description was unable to follow contributing guide in https://github.com/OpenAPITools/openapi-generator due to maven failing to work in colima. ### Version colima version 0.8.0 git commit: 9c08cff339f087c0600d9d56af7b5fbcfe02e287 runtime: docker arch: aarch64...
https://github.com/user-attachments/assets/edcf2088-90c9-4fe5-b2dd-d588e89d3f93 ## Reproduction 1. [install flatpak LMMS v1.2.2](https://flathub.org/apps/io.lmms.LMMS) 2. load a linux native VST (example uses https://socalabs.com/synths/piano/) 3. it crashes upon clicking piano. ```sh flatpak run io.lmms.LMMS Failed to create...
**Describe the bug** It's not possible to open original URL of site in google images using vimium shortcuts. **To Reproduce**  Steps to reproduce the behavior: 1. Go to URL...
Adding [`` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/time) helps with [accessibility](https://shkspr.mobi/blog/2020/12/making-time-more-accessible/), such as screen readers. one thing i'm worried about is that it'll cause breaking changes: - `add_spans` should be renamed to `wrap_tags` to not...
### Description   my github id is `@scarf005`. refined github warns me that the token is not mine and will act on behalf of `@scarf005`. weird. ### How to...