Luke Hagar

Results 16 issues of Luke Hagar

https://youtu.be/meNlOrdQJFo New Rubber Ducky release!!! Just curious if you have thought about adding support for any of the new functionality

SvelteKit example environment variable incorrectly labeled VERCEL_ANALYTICS_ID when VITE_VERCEL_ANALYTICS_ID is the correct variable added during Vercel Deployment

### Describe the bug When a value is instantiated on a `+page.svelte` file and passed through multiple slots, it behaves unexpectedly. In this example reproduction, I have a counter component...

Hey @josdejong! First off, I am a HUGE fan of this package, and I use it every chance I get :) For example: https://oas-def-gen.lukehagar.com I am curious if YAML language...

``` import {createForm} from "@tanstack/svelte-form" const form = createForm({ defaultValues: { age: 0 }, onSubmit(values) { alert(JSON.stringify(values)) } }); $: Field = form.Field; val < 13 ? "You must be...

enhancement

@jmbannon Would you be open to me assisting with a front end component to the amazing tool you have built here? I would love to use this in my homelab...

feature request

I am creating this issue as #371 was closed without the entire issue being addressed, this issue is still occurring with `sentry` and the `sentry` team was forced to implement...

Here is the error in `VSCode`: ![image](https://github.com/daveshanley/vacuum/assets/5702154/01e4407c-cab9-4b10-88e5-7d8d637a1553) Here is the path in the file referenced: ![image](https://github.com/daveshanley/vacuum/assets/5702154/c44650bb-1bf3-4310-8915-758eafc6f749) Additionally the web docs path for the vacuum linting error sends me here: https://quobix.com/vacuum/rules/schemas/resolving-references/...

documentation

## Description What is the intent of this change and why is it being made? ## How Has This Been Tested? What testing have you done to verify this change?