Noah Brenner

Results 14 comments of Noah Brenner

I think it's important to have some sort of implementation for this method in the emulators suite. I prefer not to develop/test in production. In my view, the reason for...

Here are a few things I gathered from the spec: - There may be 1--4 spaces between the list marker and its content (see the **Basic case** list item in...

I don't think this relates to vscode. I use prettier either directly via the CLI command in a git hook or with a vim plugin. The behavior is from prettier,...

I'd love to see this merged. In deno, the types currently work for the synchronous API, but the `/promise` import is untyped. I would bet that this is the fix.