Duncan Mak

Results 6 issues of Duncan Mak

I'm using the router from skypack.dev and it recommends packages to include typescript dts files in the `types` field in `package.json`. https://docs.skypack.dev/package-authors/package-checks#types I have made a simple commit to add...

I want to try out the analyzer and I tried importing it form skypack and unpkg, and it's failing. See: https://cdn.skypack.dev/error/build:@custom-elements-manifest/[email protected] ``` /* * [Package Error] "@custom-elements-manifest/[email protected]" could not be...

Version: Deno 1.40.2 I'm trying to use Deno as my complete toolchain for writing a component using Lit. I'm trying out the new Stage 3 decorators. When I compile using...

My code looks like this: ```typescript import { assertEquals } from "@std/testing/asserts.ts"; import { SVG, registerWindow } from "https://cdn.jsdelivr.net/npm/@svgdotjs/[email protected]/dist/svg.esm.js"; import { createSVGWindow } from "https://cdn.jsdelivr.net/npm/[email protected]/+esm"; Deno.test("svg", () => { const...

Hello! Do you know of this paper? http://patricklogan.blogspot.com/2003/10/dont-fidget-with-widgets-draw.html https://patricklogan.blogspot.com/2007/08/dont-fidget-with-widgets-draw.html https://ia902200.us.archive.org/13/items/bitsavers_dectechrep_144635/WRL-91-6.pdf The ezd system from the links above feels **very similar** to what you've implemented here, it'll be cool to compare...

Hello, I'm looking for some guidance for how best to implement the launcher and shell REPL for a new language using Truffle. So far, I've looked at the following projects:...