Alexey Berezin

Results 47 issues of Alexey Berezin

I think everyone would enjoy to learn design patterns based on incorrect answers, at least at the end of the game So I: 1. Extended several components 2. Change a...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

**Summary** - Implemented `Paths` – https://github.com/ts-essentials/ts-essentials/pull/303/commits/9d6faf9dbf2269de5eff00b0d80bd3f83b17368c - Implemented `PathValue` – https://github.com/ts-essentials/ts-essentials/pull/303/commits/68287a4daf63b0052eab3ed257af6ad1b56d501e - Removed TS 4.1, 4.2, 4.3 and 4.4 support – https://github.com/ts-essentials/ts-essentials/pull/303/commits/b07d81267dea73a6451d92fe3f8b094936492a3e, https://github.com/ts-essentials/ts-essentials/pull/303/commits/5838b9ffd4dc1022c0dffaabbe2041b5c02e89e1 Related issue – https://github.com/ts-essentials/ts-essentials/issues/226

wip

Add new function utility which is useful in tests: ```ts const createFactoryWithConstrain = () => (value: U): U => value; ``` Playground with use cases – [tsplay.dev/Ndo6Yw](https://t.co/JA09vr47Lf)

enhancement
good first issue

The problems come from type-challenge [Typed Get](https://github.com/type-challenges/type-challenges/blob/master/questions/270-hard-typed-get/README.md) Sometimes it's really convenient to extract the type from the another type without dealing with the path (it can be optional, consists of...

enhancement

Here it's about the difference of `{ a: undefined }` and `{}` I'm not sure if we need to do anything here, but there can be issues regarding setting or...

question

```ts type DeepDebugging = unknown; // implement ``` That's especially helpful when you need to compare 2 types and you don't know what's going on Example – https://tsplay.dev/mZaZKN

enhancement

Hey 👋 I've seen that `Omit` usage was removed here – https://github.com/final-form/react-final-form/pull/589 I was interested whether you want to use builtin `Omit` from `typescript` or use `StrictOmit` from `ts-essentials` which...

# Bug Report ### 🔎 Search Terms `Object.isPartOfTypeNode` and `TypeError: Cannot read properties of undefined` ### 🕗 Version & Regression Information - This is a crash - This is the...

Bug

Hey 👋 I installed et on remote Ubuntu (version 6.1.9) and M1 macbook (6.1.8) I run command on mac and get this: ```bash ➜ et beraliv@2a03:b0c0:3:d0::ab:8001 [1] 7467 abort et...