Nycheporuk Zakhar

Results 5 issues of Nycheporuk Zakhar

### Check for existing issues - [X] Completed ### Describe the feature In our TypeScript project, we utilize literal strings such as t("namespace.key") for translations. The autocomplete feature currently presents...

enhancement
typescript
language
language server

## Bug Report / Improvement ### Summary Right now for 200/201 status codes `nestia` overrides `TypedException` decorator data, setting default values instead of provided ones. ### Example ```ts @TypedException(200, "Get...

help wanted

### Check for existing issues - [X] Completed ### Describe the feature In monorepo where each package has it's own .eslintrc, only one is used (closest one to file that...

enhancement
workspace
eslint
tooling
large projects

Actually I wanted to make PR, but repo is readonly, so just will drop code right here. I added Cache-Control headers to the example, same as in [remix's express template](https://github.com/remix-run/remix/blob/dev/templates/express/server.js#L23C5-L23C5)...

Hi! I tried using your template, but there issue related to import cache revalidation [docs](https://remix.run/docs/en/main/other-api/dev-v2#keep-app-server-running-across-rebuilds). Everything works fine if you change `remix dev --no-restart -c "bun run --hot server.js"` to...