Duncan Mak

Results 16 comments of Duncan Mak

@Jonas-Sander I think the mixing of pattern matching and destructuring together is a relic of the design from ML, which is very successful and the same design has been copied...

Are we gonna get Windows ARM64 binaries soon?

I'm trying to build rusty_v8 on my Windows machine and I see an error also: ``` ❯ cargo build warning: C:\Users\duncan\git\rusty_v8\Cargo.toml: file found to be present in multiple build targets:...

I'm trying to use this, but I wonder if I should be using Skypack or the link listed in https://lit.dev/docs/getting-started/#use-bundles instead? Also, what about getting access to the decorators? I...

According to this tweet, maybe it already runs on TruffleRuby? https://twitter.com/eregontp/status/1588199934796365826 Maybe the next step is to setup a container image that has this all setup for easy installation?

Here's the sample file I'm using: https://gist.github.com/duncanmak/a4b1f65001658fb1509a99e44213d1cf

I made my test repo available here: https://github.com/duncanmak/deno-lit-sandbox/tree/deno. I started off using https://eisenbergeffect.medium.com/an-esbuild-setup-for-typescript-3b24852479fe as a base, and that version is on the `main` branch. On the `deno` branch, I have...

I mentioned a pattern matching failure here: https://github.com/google/google-java-format/issues/922#issuecomment-1732461668

Wow, very inventive technique!

I started looking into this, and I've discovered there are other bugs that need to be fixed before we can get Deno to build. ### Ring isn't working right now...