Vladimir Leonidovich
Vladimir Leonidovich
I propose the UIKit's [`UIAppearance`](https://developer.apple.com/documentation/uikit/uiappearance) protocol as the known use of the proxy design pattern.
# A redundant clsx dependecy class-variance-authority actually already provides the functionality that `clsx` does and it is called `cx`. `cx` is just an alias for `clsx` so I suggest removing...
There is an opportunity to improve readability in `./source/creational/builder.swift`. The opportunity is to use `guard let...` instead of `if let...` reducing indenting's length.
There are a few typos: 1. line №5 > “…In this case, the player (game **objets**)…” should be replaced with > “…In this case, the player (game **objects**)…”. 2. line...
# Dependencies are inside the repository ## What It does not make any sense to commit repository’s dependencies.
``` Error: Class "Doctrine\DBAL\Types\VarDateTimeImmutableType" not found in .../vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeImmutableType.php:8 ``` what does it even mean?
1. ...[Compiler Th**oe**ry](https://github.com/lotabout/write-a-C-interpreter/blob/32f0a51c6c13d7999c07837fe43518a9c2956bed/tutorial/en/0-Preface.md?plain=1#L52)... https://github.com/lotabout/write-a-C-interpreter/blob/32f0a51c6c13d7999c07837fe43518a9c2956bed/tutorial/en/0-Preface.md?plain=1#L52 You meant Th**eo**ry, didn’t you? 2. ...[can you **imaging**](https://github.com/lotabout/write-a-C-interpreter/blob/32f0a51c6c13d7999c07837fe43518a9c2956bed/tutorial/en/0-Preface.md?plain=1#L35)... https://github.com/lotabout/write-a-C-interpreter/blob/32f0a51c6c13d7999c07837fe43518a9c2956bed/tutorial/en/0-Preface.md?plain=1#L35 **imagine** is more appropriate here. 3. ...[tr**ys** to](https://github.com/lotabout/write-a-C-interpreter/blob/32f0a51c6c13d7999c07837fe43518a9c2956bed/tutorial/en/0-Preface.md?plain=1#L52)... https://github.com/lotabout/write-a-C-interpreter/blob/32f0a51c6c13d7999c07837fe43518a9c2956bed/tutorial/en/0-Preface.md?plain=1#L52 There should be tr**ies**.
**Is your feature request related to a problem? Please describe.** A blank page when accessing `/welcome`. **Describe the solution you'd like** 1. I suggest redirecting an end user to 404...
В проекте уже есть способ создания Docker образа из которого можно делать контейнеры. Почему бы не добавить автоматическую публикацию образа в GitHub Registry через GitHub Actions? Тогда пользователям, как в...