Peter Klecha

Results 5 issues of Peter Klecha

My issue is that when I return a promise from the callback passed into `webview.bind`, that promise never resolves. Unless I'm missing something it seems like something is blocking the...

bug

Apparently support for importMaps was removed from `emit()` -- I'm not sure why. Ideally `emit()` would (at least optionally) take an importMap and translate imports accordingly. However, if that's difficult...

enhancement

### Lint Name no-fallthrough ### Code Snippet ```ts function* sequence(type: "even" | "odd" | "prime") { let num = 0; switch (type) { case "even": while (true) { if (isEven(num))...

bug

I was asked to open this issue to track test completeness for the Stage 3 Promise.withResolvers method. I'm pretty new to this so any suggestions for things that should go...