Yam Borodetsky

Results 10 issues of Yam Borodetsky

### Clear and concise description of the problem Make this new feature ### Suggested solution Make this new feature ### Alternative _No response_ ### Additional context _No response_ ### Validations...

### Description This PR suggests treating the seeder as a service controller rather than as a direct database manipulator. Having the seeding device interact with the service layer achieves 2...

### Version latest ### Describe the bug The devcontainer does not support changing the DB port to something other than 5432. ### Reproduction 1. Occupy port 5432 with something. 2....

bug
devcontainers

### Clear and concise description of the problem Currently in `scripts/create-db.sh`, we rely on the following command to ensure that the database has been created, before running migrations: ```bash sleep...

enhancement
help wanted
devcontainers

Design principles should be clearly documented in the VitePress and linked in the README. We can include a nice mermaid diagram.

documentation

We should really add tests to this repo. We may use [Bun's built-in test runner](https://bun.sh/docs/cli/test).

enhancement
good first issue

### Version latest ### Describe the bug Dev Container must be rebuilt every time it is built. This is an effect of an issue where the current container build process...

bug
help wanted
devcontainers

The `v2` branch's README implies that `storage-path` is optional. However, using action without supplying `storage-path` (for example when `storage-provider` is set to `local`) produces this error: ![CleanShot 2024-06-19 at 19...

Hey, thanks for the great library. I've set this up in my `./config.ts` file as so: ```ts import { parseEnv, z } from "znv"; import type { Environment } from...

Fix a TypeScript issue resulting from a breaking change in Bun or GraphQL Yoga. (Unforuntately, it seems somebody didn't play nice with SemVer conventions) The error occurs with the following...