johnpgr

Results 7 issues of johnpgr

I'm trying to use the tailwind official typography plugin alongside with daisyUI, and when i try to use the prose-invert class the text simply doesn't invert colors, but as soon...

When using `` `asChild` prop inside a server component, a error is thrown, because it uses a ref. Would be nice to have a disclaimer that using this prop needs...

### What version of `drizzle-orm` are you using? 0.26.5 ### What version of `drizzle-kit` are you using? 0.18.1 ### Describe the Bug Description: The problem arises when attempting to use...

bug

The current documentation in `README.md` on setting Harpoon 2 with telescope is incomplete. It does not open the buffer you selected in the picker with `` It does not have...

### Describe the feature There's currently no support (type inference, autocomplete, syntax highlighting) for the bultin orm `sql` block feature ```v example := sql db { select from entity.Product }!...

Add `sse` getter property to `Response.d.ts` Fixes #316

The `SSEventStream` object that is accessed from the `Response.sse` getter, defined [here](https://github.com/kartikk221/hyper-express/blob/46bc2bb877074797dc4f433dcc556965aca586d3/src/components/http/Response.js#L927) Is not being generated to the `.d.ts` exported [here](https://github.com/kartikk221/hyper-express/blob/46bc2bb877074797dc4f433dcc556965aca586d3/types/components/http/Response.d.ts) So would someone try to use this object, they...