Max Prilutskiy

Results 15 issues of Max Prilutskiy

**Is your feature request related to a problem? Please describe.** Prisma client should take advantage of TypeScript's `enum`s instead of just using `type` **Describe the solution you'd like** I would...

kind/discussion
rfc/1-draft
area/client/ts

Hi, Seems like `useFirestoreCollection` always triggers unnecessary render when fetching data (suspense is **on**). Similar behavior is also the case for `useUser`. There's a chance I'm simply using the API...

Hello, the following code results in an infinite loop when user isn't authenticated aka `user.data` is `undefined`. Is this expected? ``` const user = useUser(undefined, { suspense: true }); const...

Hey @keithwillcode @baileypumfleet, As agreed, submitting a PR with what we have done during the hackathon for you to take a look. :) P.S. Commiting the work as-is: likely has...

Low priority
❗️ .env changes
event types
community

When generating a new CLI, there's now only yarn and npm in the list. `pnpm` is quite popular and widely used, so It would be great to have `pnpm` option...

cla:missing

## Description Let's level up our support for Next.js by adding compatibility with the *pages* router. ## Motivation Not everyone's on board with the "App router" yet. By adding support...

wip

### What Update the GitHub issue templates to use the new workflow described in GitHub's documentation, and remove the current `ISSUE_TEMPLATE.md`. Create two types of templates: 1. **Bug Report**: Should...

good first issue
help wanted

**Description** Move the `--frozen` flag check to a separate step before starting the translation loop. This ensures the process fails fast if necessary, saving API calls and improving the developer...

**Description:** Standardize all errors in the CLI and ensure they inherit from a custom base class. Each error must have a link to the documentation as a required parameter. **Motivation:**...

### WHAT We're looking for contributors to translate our README into new languages as part of Hacktoberfest 2024! This is a fun and easy way to contribute to open source....

enhancement
good first issue
help wanted
i18n