Izak Filmalter

Results 18 issues of Izak Filmalter

I can't seem to get `1.0.0-rc10` to work with `@fastify/auth`. I have the following code: ```ts fastify.addHook('preHandler', fastify.auth([fastify.verifyClientAuth])) fastify.zod.post( ... ) ```

From what I can tell, the via firmware can't be built from the https://github.com/ploopyco/nano-qmk-firmware/tree/pinkyball repo. Seems like there isn't a via keymap folder in the Nanos directory.

Would be great to use the query builder on react native. My goal is to use the query builder to construct my query and then send it to a proxy...

enhancement
help wanted

Right now you can't get link properties from a backlink. This means you can't filter the backlink, or grab data from that edge. I am not sure if this an...

Love the idea of this library. I know that it's depending on firebase js v9, is there a way we can shim in support for `react-native-firebase`?

**Describe the bug** > An error occurred while getting app settings: Error: Both secret and user tokens are not set. Either client.connectUser wasn't called or client.disconnect was called **Dev environment...

Needs Triaging

`ChannelResponse` type is missing `joined` and the richer object filters for `last_message_at`. You can pass the values, and they work, it's just that the type definition is missing them. eg:...

bug

I am doing the following to toggle a boolean in the channel: ```ts const setCallActive = async (callActive: boolean) => { console.log(channel.initialized) // true const update = await channel.updatePartial({ set:...

Love this lib and where it is going. Would be sick to see a wrapper around this lib that can replace fetch. On one of my apps I am using...

**Code** ```typescript export const LIST_HANGOUTS = e.select(e.Hangout, (x) => ({ id: true, name: true, // https://github.com/edgedb/edgedb-js/issues/427 participantsArray: e.select(x.participants, (y) => ({ id: true, name: true, avatar: true, status: e.cast( e.Status,...