Anna Bocharova

Results 52 issues of Anna Bocharova

![Kesaria Abramidze, 37](https://github.com/user-attachments/assets/31eb16f8-1e7f-40d8-83cd-3b4602eb5922) Kesaria Abramidze, 37 years young, one of Georgia's most well-known transgender women, was stabbed to death in her flat in the capital, Tbilisi, just a day after...

documentation
enhancement
dependencies
coverage
refactoring
CI/CD
breaking
dedication

Planned for next major after 30.04.2025 https://endoflife.date/nodejs Including refactoring time units formatting using Intl built-ins.

documentation
enhancement
dependencies
coverage
refactoring
CI/CD
breaking

This is fun :) - no runtime dependencies: making the code during the build using its version number; - using UTF-8 charset for `esbuild`. ![image](https://github.com/user-attachments/assets/4dd95f80-9af2-4ef3-9723-1fb6e165bbd4)

documentation
miracle

### Environment Node version: v20.11.1 npm version: v10.2.4 Local ESLint version: v9.16.0 (Currently used) Global ESLint version: Not found Operating System: darwin 23.6.0 ### What parser are you using? @typescript-eslint/parser...

evaluating
works as intended
repro:yes

I'm currently trying to migrate to Zod 4. Noticed an issue with the following schema: ```ts z.string().regex(/\d+/).pipe(z.coerce.number()) ``` That has the following type error: ``` TS2345: Argument of type ZodCoercedNumber...

The existing method `.meta()` does not provide an easy way to set examples of a branded schema. Its output type is expected to contain `$brand`. I'm not sure if it's...

In v4 I suggest to make `ZodError::message` more readable and human friendly by utilizing the already implemented `prettifyError()` in its getter. ![image](https://github.com/user-attachments/assets/e6d0a8bd-10f8-4ca6-b00d-0800ded10c59) In order to preserve the observability of `issues`...

Even when using an external registry, external storage for the definitions and `uri` function returning a string ```ts { external: { registry: z.registry(), defs: {}, uri: () => "TEST" }...

If you do `z.$ZodTypes["_zod"]["def"]["type"]` there would be no such type as "int" or "interface" (that one was removed). (see also docs: https://zod.dev/packages/core?id=schemas) However, `$ZodTypeDef["type"]` contains another (possibly duplicated) list of...

Address https://github.com/expressjs/typescript-wg/issues/1 , labeled as "top priority". - moving types from DT into the repository for the further maintenance - including the correction on removing the type for `express.query` —...