Míla Kuchta

Results 57 comments of Míla Kuchta

Actually all other major vi modes (vim, bash, zsh) uses Meta (Alt) + whatever for entering normal mode. If you get used to it, it's indispensable, but reedline is the...

jj supports layaring configuration files. See [Configuration](https://github.com/martinvonz/jj/blob/main/docs/config.md). What's missing there is --system configuration loaded from something like $(prefix)/etc/jj/config or appropriate for the system for setting e.g. employer/company wide settings, but...

It's unix terminology. Online help used to refer to built-in documentation `deno --help` ``` : deno -h Deno: A modern JavaScript and TypeScript runtime Usage: deno [OPTIONS] [COMMAND] Commands: ......

Super, looking forward 👏🏻 But unfortunately it seems like it's not available yet: ``` : deno upgrade 10/17/2024 12:55:36 PM Current Deno version: v2.0.0 Looking up stable version Local deno...

@marvinhagemeister `deno -h` still references `@std/assert` without specifier.

Sure, it's easily reproducible, since it probably happens in all projects using node-modules-dir. ``` : deno run -A npm:create-vite@latest ✔ Project name: … vite-project ✔ Select a framework: › React...

Thank you for clarification, @nahuhh. After some time synchronizing with block-sync-size=100 it also went into that loop so I had to restart the process with default (0 == adaptive) which...

It's a long time ago, but I **believe** both is true, so it was the one used while hitting the loop, but it was also higher before, as I gradually...

Using escaped braces like \\{ and \\} or prefix characters solves just the syntactical problem, but not visual. What about using `` for that. People already somehow associate them with...

Well, I think the less characters used, the better. `()` are also quite heavily used in such contexts. `` feels like some substitution, like the `` and `` used in...