scarf

Results 314 issues of scarf

[sbt parallelizes munit tests](https://scalameta.org/munit/docs/tests.html#run-tests-in-parallel) but scala-cli won't be able to parallelize munit tests. as scala-cli is included as default scala toolkit, supporting parallel execution will be beneficial to new users.

```scala //> using test.dep org.scalameta::munit::1.1.0 class Suite extends munit.FunSuite: def add(a: Int, b: Int): Int = a + b test("example"): List( 1 -> 1, 1 -> 2, ).foreach { (a,...

enhancement

![Image](https://github.com/user-attachments/assets/4f391b7f-94c6-482b-a5ca-02589cc998d5) ![Image](https://github.com/user-attachments/assets/b5e1ee19-1750-48a7-b2ad-bc8adc1e3608) munit should probably render them as spaces instead of unicode characters. i'm willing to open a PR.

doesn't work: https://docs.cataclysmbn.org (github pages + custom domain on cloudflare) works: https://df0a695b.cataclysm-bn.pages.dev (cloudflare pages) ```js window.addEventListener('DOMContentLoaded',()=>{new PagefindUI({"element":"#search","showImages":false,"excerptLength":0,"showEmptyFilters":true,"showSubResults":false,"resetStyles":true,"bundlePath":"/pagefind/","baseUrl":"/"});}); ``` seems to be that for some reason `DOMContentLoaded` event is fired after...

would there be plans to include react@19 in supported peer dependency? ```  WARN  Issues with peer dependencies found . └─┬ mantine-vaul 0.5.6 ├── ✕ unmet peer react@">=18.0.0 < 19": found...

```ts /** * ! For type declaration only */ klein: TypeDefs | null; /** * ! For type declaration only */ resolvers: Resolver | null; ``` this makes extracting type...

https://github.com/user-attachments/assets/d9e04f65-812d-4840-afc5-98f6407dcda8 link: http://jsr.io tested on macos chrome 140.0.7339.133(official build) (arm64)

it's hard to figure out which package is lighter. having built-in display for package size such as https://packagephobia.com or https://bundlephobia.com could be useful.

**Is your feature request related to a problem? Please describe.** > Currently, this module only provides a means of parsing JSONC. JSONC serialization is not yet supported. i'd like to...

otherwise running the `Command().parse` finishes without any result workaround: ```ts import { Command } from "jsr:@cliffy/[email protected]" const command = new Command() .name("repro") .description( "Help message not printed when it only...