chee

Results 49 comments of chee

> Automerge-repo has the concept of a https://github.com/automerge/automerge-repo/blob/06126099322474bb8c6251b58b1ee5e63c174f06/packages/automerge-repo/src/synchronizer/CollectionSynchronizer.ts oh, that's cool! i hadn't seen that before. i've recently learned the automerge-repo folks are working on a new protocol that will,...

> yeah, I'm talking to the automerge-repo people and I'm contributing and reviewing ideas. Looks promising, but still early :) > > Thanks for the insights! Might be a good...

i am interested in this

there is no unicode equivalent of the msn blush emoji, we really need a way to express that energy which is how i feel most of the time ![coy](https://github.com/user-attachments/assets/918d7e9e-84ba-4ad9-8194-0f1587da4f0a)

> > there is no unicode equivalent of the msn blush emoji, we really need a way to express that energy which is how i feel most of the time...

this actually secretly seems to exist! https://github.com/aidenybai/million/blob/cca9ae2f59c2575301a4871ccd1c9d4c4f6022f4/packages/compiler/index.ts#L10 you can access it with `MillionLint.esbuild()` but i'm having trouble using it in conjuction with esbuild loader config.

> > Thanks @bgrins for highlighting this - was straightforward for me to replace IndexedDB with OPFS for caching. Here is a Gist from code snippets that worked for me...

> Hi please add schema without removing JavaScript hey, i'm not removing javascript or adding schema. the lines were: ``` ("js" . "{% javascript | %}\n\n{% endjavascript %}") ("schema" ....

I have the same use case as above. I build several websites into one directory with different tools on watch mode, and then serve the build directory with a simple...