Luca Casonato
Luca Casonato
Hey folks! I'm one of the maintainers of Deno. js-debug has already works pretty well with Deno, but I was wondering if we could chat to y'all about how to...
[Workspaces](https://docs.deno.com/runtime/fundamentals/workspaces/) can have multiple workspace members. Each of these members can contain: - just a `deno.json` - a `deno.json` and a `package.json` - just a `package.json` When a member contains...
In seqonebytestring cases this is currently WAAAYYY slower than previously. It moderately speeds up other cases. I am relatively confident we can fix this. ``` // main running 36 tests...

Current workflow: 1. deno publish 2. Visit to authorize publishing 3. Click "approve" 4. CLI detects that the version has already been published and prints ``` Skipping, already published @...
 I am using a `package.json` and a `deno.lock`. @dsherret thinks he knows what is going on.
As part of the `[Symbol.dispose]` integration, the `Timeout` return type of `setTimeout` and `setInterval` support disposing (https://github.com/nodejs/node/pull/48633). This was stabilized last week (https://github.com/nodejs/node/pull/58467). I think this integration should be removed,...