Alec Helmturner

Results 5 issues of Alec Helmturner

# Why Prior to generating types on first run, the types exported by `expo-router` differ substantially - some are missing, and many are missing generics that are present on their...

bot: passed checks

### Minimal reproducible example https://github.com/helmturner/Expo-bug ### Which package manager are you using? (Yarn is recommended) pnpm ### If the issue is web-related, please select the bundler (`web.bundler` in the `app.json`)...

CLI
needs review

I'm defining a database middleware per the docs as follows: ```typescript // src/db/index.ts /* eslint-disable no-var */ import { type Collection, MongoClient, type Db } from "mongodb"; import { env...

bug

The following code throws: ```ts import { createService } from '@phero/server' import { OpenAI, CreateChatCompletionRequest} from 'openai-streams' async function ChatCompletion(params: CreateChatCompletionRequest): Promise { return OpenAI("chat", params) } export const AiService...

## PR Checklist - [ ] Addresses an existing open issue: fixes #000 - [ ] That issue was marked as [`status: accepting prs`](https://github.com/trpc/tupleson/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [ ] Steps in [CONTRIBUTING.md](https://github.com/trpc/tupleson/blob/main/.github/CONTRIBUTING.md)...