Eliya Cohen

Results 45 issues of Eliya Cohen

# Feature Request #### Describe the Feature Request I think it would be great to generate a modal. It should add `Modal` suffix instead of `Component` for the modal class...

enhancement

Currently, in order to type a query, we need to pass it as generic as an array: ```ts const q = await sql`select text_col from table_name`; ``` While it doesn't...

I'm not exactly sure if that's the right place to ask, but could you possibly publish a new release to npm with all of the recent changes (since June)?

### Is your feature request related to a problem? Please describe. I want to be able to write an error message inside my code block and make it look like...

enhancement

### Description When I wrote an invalid property such as `bg="thiscolordoesnotexist"` I expected TSC to throw an error, but nothing happened instead ### Link to Reproduction https://stackblitz.com/edit/vitejs-vite-wzx6kp?file=src%2FApp.tsx&terminal=dev ### Steps to...

It would have been great if there was a way to display x numbers of calendars in the datepicker (preferably two). This is useful when you went to let your...

Type: Feature

fixes (https://github.com/natergj/excel4node/issues/302)

Given the following schema, fetching the `literal` value is quite trivial: ```ts const schema = z.object({ x: z.literal("asd") }).shape.x.value; // ^? "asd" ``` But if I apply any effect, I...

I have a basic `Table` component: ```tsx import React from "react"; import { useTable, UseTableOptions } from "react-table"; import { useSticky } from "react-table-sticky"; export type TableProps = UseTableOptions; const...

Steps to repoduce: 1. Use a mac with an M1 chip 2. run `npm install` 3. run `npm test` 4. Get an error: ``` ➜ node-pg-query-native git:(master) ✗ npm t...