MirKml
MirKml
Yarn 2 aka berry stable version was released in January 2020. Yarn 1 will be in maintenance mode only. Yarn 2 is rewritten from scratch and has extended support for...
### Description / Steps to reproduce the issue Hello, it's possible to upgrade nim package? Current version is https://packages.msys2.org/base/mingw-w64-nim 1.6.12-1 upstream is 2.0.2. Thanks ### Expected behavior latest nim version...
Version: Deno 1.45.2 After upgrade deno from 1.44.4 to 1.45.2 `deno test` default pattern no longer works - as is mentioned in [docs](https://docs.deno.com/runtime/manual/basics/testing/#running-tests). Now - 1.45.2 it matches everything in...
When I have deno code with `@deno-types` reference for `@types/node`, these are added as _dependencies_, but desired is to add as _devDependencies_ e.g. ``` // @deno-types="npm:@types/node" import { createWriteStream, readFileSync...
### Name and Version bitnami/apache:2.4.62-debian-12-r4 ### What architecture are you using? amd64 ### What steps will reproduce the bug? when container on version 2.4.62-debian-12-r4 starts, it fails with permission error...
## Description try to remove node-fetch for fix #4074 but isn't completed, it's necessary to update @octokit packages ## Motivation and Context fix deprecated usage of built-in node punycode package...
When I use some `import.meta` stuff e.g. import.meta.url for frontend only npm package, dnt adds ponyfill wich is for node.js. It has imports like `import { createRequire } from "node:module",...
When I have some code with `import.meta.dirname`, type check for generated code doesn't work. Deno 2.4.2 Node 22.17.1 @types/node >= 22.16.3 error ``` [dnt] Type checking ESM... src/_dnt.polyfills.ts:195:35 - error...
In one of the latest releases, a huge polyfill for `import.meta` was added. However, the current LTS Node - 22 - supports `import.meta` fine. It’s clear that DNT has to...
With NSwag toolchain v13.15.5.0 (NJsonSchema v10.6.6.0 (Newtonsoft.Json v11.0.0.0)) (http://NSwag.org) OpenAPI spec with models and arrays is converted to Typescript. It can't be compiled with strict settings. It produces errors ```...