Harry Solovay

Results 122 comments of Harry Solovay

Gotcha. Thank you for the suggestions. Some new issues cropped up. Going to disable the type-check. For those interested in the new errors... ``` src/deps_2/deno.land/[email protected]/async/pool.ts:63:13 - error TS2304: Cannot find...

I resolved most of the errors by following David's advice (adding the `@types` dev deps). Specifying the `esnext` lib resolved a few as well (thank you!). Still running into the...

Solution credit to oak: https://github.com/oakserver/oak/pull/479/files#diff-a150fb53afee945f23f3fe7c176007111f3ba81bb0d188af4077d4a0fc4caa37 Added a custom shim: ```diff shims: { deno: true, timers: true, + custom: [{ + package: { name: "stream/web" }, + globalNames: ["TransformStream"], + }],...

I should have confirmed the correct runtime behavior: ``` error - ./node_modules/capi/esm/_dnt.shims.js:5:0 Module not found: Can't resolve 'stream/web' Import trace for requested module: ./node_modules/capi/esm/deps_2/deno.land/[email protected]/testing/asserts.js ./node_modules/capi/esm/deps/std/testing/asserts.js ./node_modules/capi/esm/fluent/Address.js ./node_modules/capi/esm/fluent/mod.js ./node_modules/capi/esm/mod.js ./pages/index.tsx ```...

Just wanted to follow up. I'm a huge fan of this CLI DX and would very much like to continue using it. Thoughts on this issue would be greatly appreciated!

@Schniz thank you for your consideration. AWESOME TOOL!

@klaygomes thank you for answering my question! It's too bad that this isn't included in the Beachball workflow. Hopefully it will be eventually.

Any progress on this issue?

@kenotron I apologize in advance for directly tagging you in this issue, but I'd love to know––even if it's a one-word "yes" or "no"––whether this is possible / on the...

Agreed––although I see an `-m` flag described in the docs, I was unable to override the commits. I tried doing this both with `beachball change` and `beachball publish`. Aside from...