Wes Bos
Wes Bos
We need to include personal website, Youtube, tiktok, instagram, mastadon and others
Each show will have its transcript run through Open AI embeddings API, and that returned vector is stored in a DB. Then with each vector we can do two things:...
hello! Quick fix. Thanks for including us!
Seems like a bug - bit me while recording the podcast today.
Looking at the example you have here: https://github.com/vnphanquang/svelte-put/pull/258 Our code looks like this: ```js function onShortcut(event: CustomEvent) { const keyboardEvent = event.detail.originalEvent; keyboardEvent.preventDefault(); if ((keyboardEvent.target as HTMLElement)?.tagName === 'INPUT') {...
Moves to using an export condition: https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition Causing this warning in our build:
A thin little nav along the top with all the colour families. Click each one, and smooth scroll down to the corresponding h2 id. Probably fine to hard code the...
Similar to VS Code, or Alfred:
thick, solid, and yellow is how I like it
If I try make a custom user setting in the Change quotes user file that changes one thing: ``` js { "lists": { "source.js": { "quotes": [["'", "\"", "`"]] }...