scarf

Results 314 issues of scarf

blocked by https://github.com/denoland/node_shims/issues/110

While it's a breeze to use Deno, It's a requirement to use node in many places. It'd be useful if deno-cliffy could be installed as a npm module via https://github.com/denoland/dnt....

# Summary - `option("--empty-flag", "boolean switch")` may cause surprising behavior with `default` value. - while there's [negatable flag][negatable], it may be preferable to not provide one for conciseness. [negatable]: https://cliffy.io/[email protected]/command/options#negateable-options...

**System Info** - io.github.seadve.Kooha 2.2.2 - Flatpak: true - Experimental: false - Distribution: GNOME 43 (Flatpak runtime) - Desktop Session: plasma - Display Server: x11 - GTK 4.8.2 - Libadwaita...

it would be great to have a `--verbose` debug output so it would be possible to profile bottlenecks when denoifying node projects. for example, it took 17~25 seconds to convert...

I need to use multiple nim version due to some nimble packages crashing on development build. A way to manage those versions using config file such as https://asdf-vm.com/manage/configuration.html#tool-versions would be...

hello, thanks for great library. could it be possible for flynt to handle situations such as these in the future? ```py print("***** Time elapsed for Python: ", str(t1 - t0),...

PR welcome

I was making interchangeable `Pos` and `Size`, and they work like ```ts Pos(1, 2) + Size(3, 4) // Pos(4, 6) Size(1, 2) + Pos(3, 4) // Size(4, 6) ``` but...

question

## Version deno 1.40.4+26d9b2f (canary, x86_64-unknown-linux-gnu) v8 12.1.285.27 typescript 5.3.3 ## Summary [`Temporal.PlainDate.yearOfWeek`](https://tc39.es/proposal-temporal/docs/plaindate.html#yearOfWeek) always return `undefined`. likely V8 not yet having implemented it like in #22143. ## To Reproduce https://tc39.es/proposal-temporal/docs/plaindate.html#yearOfWeek...

**Is your feature request related to a problem? Please describe.** adding type hint will make developing konsave much easier. **Describe the solution you'd like** - add type hint to project...

enhancement
good first issue