Harry Solovay

Results 84 issues of Harry Solovay

In the ["three options for skill setup"](https://github.com/alexa/skill-sample-nodejs-hello-world#three-options-for-skill-setup) section, the third bullet point's link `AWS-Hosted instructions` link is a 404.

I have a max width of `100` and wrote the following: ```ts export type EnsureKnownLookup = EnsureLookup; ``` Upon applying dprint, the line above becomes the following: ```ts export type...

Consider the following Symbol. `util/nominality/Tag.ts` ``` export const Tag = Symbol.for("my_project/util/nominality/Tag.Tag"); ``` To name this meaningfully, one needs to look at the export junctions. If we later decide to rearrange......

I came across [this video](https://www.youtube.com/watch?v=_CntOc4hBcg) regarding a Prettier plugin for sorting TailwindCSS class names. Thought I might share it, incase it's a desirable feature for Dprint as well. ```diff -...

Much more to do (hence draft mode).

Opening this issue to serve as a tracking issue for spawning Zombinets programmatically from within Deno applications.

Is there a standard approach to utilizing `Deno.bench` to safeguard against performance degradation without manually comparing output with that of previous runs? Currently, I execute `deno bench bench.ts > bench_results`...

Follow-up from #1916 Might it be valuable to provide a way to disable the 404 route?

I believe there's a great need for CRA to support advanced configuration. [React-app-rewired](https://github.com/timarney/react-app-rewired) was the first to let users patch their CRA configs. Then CRA changed (2.0+ and the merging...

issue: proposal