Andriy Komm

Results 33 issues of Andriy Komm

I would like to generate labelled error messages. Let's say I have the following: ```ts const Place = z.string({description: "place"}).min(1) ``` Setting errorMap ```ts z.setErrorMap((issue, ctx) => { // ......

### What version of Remix are you using? 1.1.1 ### What version of Node are you using? Minimum supported version is 14. 14.15.0 ### Steps to Reproduce Open and `run...

needs-response
bug:unverified

From documentation `yarn install` will always dedupe. However, when I run `yarn check` in my project, I get warnings, that "x" could be deduped from "y" to "z". In fact...

There are currently two problems with the signature of `ensureIndex` 1. A set of types, like `EnsurePersistentIndexOptions` and `EnsureGeoIndexOptions` exist, but no union type that combines the options. For example:...

### Describe the Bug It appears the language server is constantly crashing or losing information, leading to different errors like this: ![grafik](https://github.com/withastro/language-tools/assets/2409779/04b67091-0f96-4b30-8ea9-4e57a98a9aae) I have to restart the extension host to...

ecosystem: upstream
needs investigation

Do you plan to add tests for this package? If so, would you prefer to use jasmine+sinonjs, jasmine+jasmine-ajax or something different? I would like to contribute, but without tests checking...

I'v used it on ubuntu 18 lts and it worked. After updating to 22 lts chronicle records black screen with only the mouse visible. The logs don't show any errors...

I found [this](https://github.com/ircmaxell/PhpGenerics/blob/master/README.md#tldr). Can you please explain in more detail.

I came to the following question/thoughts by chance, when I'v started implement a writer capable to write array configuration into multiple files. It splits configuration by criteria, currently hard-coded by...

Signals are not handled in entrypoint, hence the container is always killed by docker after grace period. You realize it, when you configure a longer grace period, than the default...