swyx.io
swyx.io
i use TS so i figured i would share what i had. not perfect :) ```ts declare module 'frecency' { export default class Frecency { constructor(constructOpts: { key: string; idAttribute?:...
brew install z didnt work for me so here is @wesbos' instructions https://www.youtube.com/watch?v=qbNn5zJLZU0 these should prob be included in the readme..
## Proposed Recipe You should add... Here's 10 that might be interesting :) 1. Scroll snap: https://svelte.dev/repl/218a65f83c2b4b4c8f10a253587d6c1b?version=3.24.0 2. Cart pricing using derived store: https://svelte.dev/repl/b94f6bb5024546939aafa98bcc8a92f5?version=3.24.0 3. Image carousel: https://svelte.dev/repl/a21734100eb04e24a560ccabf2a51bad?version=3.24.0 4. Radial...
## Proposed Recipe as above might want to use https://github.com/russellgoldenberg/enter-view/blob/master/enter-view.js might want to recreate this with svelte https://pudding.cool/process/scrollytelling-sticky/ or @kevmodrome might have something already
Hi! We've accumulated a longish list of todos' right about now, so right now we kind of need to converge rather than diverge. I'm particularly interested in scoping down of...
i tried W E and B in level 1 and couldnt get to the box as it was blocked by rocks...
### Describe the problem there are some things that people tend to forget perhaps we could document in one place as a sort of checklist for people who may carry...
they seemed to have declared war after sd 2.0
> Edit: all the explorations have been recapped below: https://github.com/microsoft/visual-chatgpt/issues/37#issuecomment-1465469089 --- spent an hour fumbling around in dependency hell (e.g. #19) before giving up, deleting all deps and reinstalling latest...
### Background The LocalCache memory backend implemented in https://github.com/Torantulino/Auto-GPT/pull/372 used a handrolled implementation of a storage engine, and the embedding strategy was pinned to `text-embedding-ada-002` which we may want to...