maybebansky

Results 7 issues of maybebansky

Ive put `require("module-alias/register");` at the top of layout.tsx but I get this error: Error: Unable to find package.json in any of: [/Users/me/projects/report/live-demo/.next, /Users/me/projects/report/live-demo]

As much as Storybook is great, sometimes I want to test a library in another repo, and id like to be able to do this before publishing. Can this be...

If i have this line: `Crisp.message.onMessageSent((data) => {` I get a TypeScript error: > TS7006: Parameter data implicitly has an any type. The return type is just `Function`, could it...

### What happened? I'm creating a devtools panel. This is working however when I try to add an icon it doesn't show up. I need the icon to be next...

bug

### Feature Description I need to set `dangerouslyAllowBrowser` to `true` which you're able to do with the Anthropic SKD. However I don't think you can do this with the `ai`...

enhancement
ai/provider

According to the docs and storybook the Dialog should have a footer sub component: https://primer.style/react/storybook/?path=/story/components-dialog-features--repro-multistep-dialog-with-conditional-footer&globals=colorScheme:light ![image](https://github.com/user-attachments/assets/6ccea51e-7b05-4d30-b9be-b646f42a2446) However this doenst seem to work: ``` import { Dialog, Box, Button, Textarea, FormControl...

When I render a point cloud I can see different patches/segments (I assume from different levels in the 3D Tile's octree being rendered): When I view the original LAS file...