Yam Borodetsky

Results 27 comments of Yam Borodetsky

This problem still occurs with `[email protected]`, `[email protected]` as of October 2023.

This needs to be merged. As things stand this library is unusable on an updated environment (React v18). Internally, we're forced to use a fork just to be able to...

Great job! You'll want to export the hook from `auth/index.ts` so it is usable from the following import: `import { useSignInWithCustomToken } from "react-firebase-hooks/auth";` Note: I maintain a fork of...

Hey, our team could really use this feature! Is there any way I can help to promote its release?

@IMB11 > it's a pretty important plugin for many people, it would be a shame if people didn't realise it existed Exactly - it would have _less_ visibility if it...

Same issue It's also a little odd that we can "Run" the task via the extension but it's not a "real" task

I can confirm this bug is still around in `[email protected]`; ```ts const enrichedComments = await db.query.comments.findMany({ with: { author: currentUserId ? { with: { followers: { where: eq(follows.followerId, currentUserId), },...

> I'm not a fan of having the code inside a container, only running the apps in containers is the way IMHO & and I prefer using my own vscode...

@rherwig: > I was able to get it to work using the `@eslint/eslintrc` package and its `FlatCompat` utility. The relevant part in the sample below is the use of this...

Hey @trixobird , I've managed to fix my errors using this structure: ### `eslint.config.js` ```ts import { resolve, dirname } from 'node:path'; import { fileURLToPath } from 'node:url'; import js...