77it
77it
running the sample from https://repl.it/@balupton/caterpillar-deno#index.ts with deno (version 1.4.2) I receive the error ``` error: Import 'https://unpkg.com/[email protected]/edition-deno/index.ts' failed: 404 Not Found Imported from "https://unpkg.com/[email protected]/edition-deno/logger.ts:1" ``` a solution was to import...
The following code: ``` IEnumerable list = new List(); Maybe maybeList = list; // line in error ``` gives me the error > Cannot implicitly convert type 'System.Collections.Generic.IEnumerable' to 'CSharpFunctionalExtensions.Maybe'...
Version: Deno 1.40.5 on Windows 11 The following test ends in error (the same code works well in Node v21.6.2) ``` Leaking resources: - "zlib" was created during the test,...