Brandon Kalinowski

Results 165 comments of Brandon Kalinowski

> TypeScript media types and extensions should be disallowed Strongly disagree with this. Put it behind a permission flag, but we should have the possibility to use the existing babel...

Please ensure Stage 2 is opt-in for the module author. Also, a `deno fmt` report provides no value-add for the library consumer and will only generate noise.

If it is not opt-in it will generate too much noise. 1. deno check will fail if parts of the code need to run with `--unstable`. I can document that...

I'm not sure what the aversion is to using `w3m -dump`. The w3m browser isn't even 2 MB and is available by default on many Linux distros. The Homebrew w3m...

The StartUp Security Utility is for configuring the T2 security chip mess. So it is only available starting with the 2018 MacBooks. I have this same issue as well with...

Ventoy just doesn't work on Apple hardware. I've switched to easy2boot which works well (though I am not using it to boot hfs installers).

I've created a fix and PR. I'm using this internal to a yaml template tag function. Naturally YAML is very indent focused but the function doesn't know ahead of time...

Oops. Don't merge just yet.

I don't recall what my last comment was about but this should be good

Note that your function fails some tests: ```js it("should do nothing for escaped newlines in template tag", () => { const text = dedent`${"one "}\ two three `; assertEquals(text, "one...