Chad Adams

Results 23 issues of Chad Adams

**Describe the bug** When setting the hover styles the hover styles do not apply. **To Reproduce** See attached video. (I am using the Sveltekit) https://github.com/BuilderIO/builder/assets/12568665/28686b95-98cc-4a2d-a7ff-71be6fa7ce03 **Expected behavior** There should be...

Can we get an icon for the .dart extension? .dart is for the [Dart](https://dart.dev/) programming language. Icon: 64x64 ![icon](https://dart.dev/assets/shared/dart/icon/64.png)

You can rate programs 1-5 stars. This will let other people know how well the community likes these programs. Here's an example from another Distro (Deepin OS) ![https://i.imgur.com/vGuPR3w.png](https://i.imgur.com/vGuPR3w.png)

Hello, I recently switched to Microsoft Edge for web dev however I'm running into an issue where clicks stop registering after using dev tools for a few minutes. I can't...

bug
tracked

### šŸ› The bug Hello, I followed the [installation steps](https://github.com/nuxt-modules/turnstile?tab=readme-ov-file#installation) however... When I use this module, I'm getting this error in the console. ``` The next request for the Private...

bug

figma cli version: `1.3.1` example ```ts figma.connect("", { props: { removeChevron: figma.boolean("Chevron") === false, }, variant: { Type: 'Chevron' }, example: ({ removeChevron }) => html` `, }); ``` output...

API question

figma cli version: `1.3.1` Currently when using `figma.children` there’s no option to specify a slot on the `HtmlTemplateString`. example ```ts figma.connect("", { variant: { Icon: true }, props: { iconInstance:...

feature request

figma cli version: `1.3.1` How can we share props across multiple files? example props.ts ```ts import figma from "@figma/code-connect/html"; export const sharedProps = { type: figma.enum("Type", { Primary: "primary", Secondary:...

API question

figma cli version: `1.3.1` Currently we use web components which the usage varies depending on what framework is being used to consume the component. In Figma we want to display...

API question

My team wants to provide output code in [Lit ](https://lit.dev/) syntax where we show how to bind click events however the syntax `@click=${() => console.log("clicked")}` doesn't seem to be supported...

API question