Creator of @limette.dev.
mariusvatasoiu.com · social.cards · devs.lol · limette.dev
(with some delay)
(with some delay)
With this migration, I've also migrated from MongoDB to SQLite. And from Bootstrap to Tailwind.
Without any specific performance improvements, things look already better.
With this migration, I've also migrated from MongoDB to SQLite. And from Bootstrap to Tailwind.
Without any specific performance improvements, things look already better.
The first selector is for Light DOM - works with every major browser.
The second selector is for Shadow DOM - Works Chrome 105 and Safari 18. Firefox soon 🤞
The first selector is for Light DOM - works with every major browser.
The second selector is for Shadow DOM - Works Chrome 105 and Safari 18. Firefox soon 🤞
One more thing to add: config to skip inheritance of layouts. 🧐
One more thing to add: config to skip inheritance of layouts. 🧐
And it seems like this simple config does the trick 💅
And it seems like this simple config does the trick 💅
Just add it to deno.json:
{
...,
"/islands/unpic": "npm:@unpic/lit@^0.0.30",
}
and then import it in your route:
import '/islands/unpic';
Just add it to deno.json:
{
...,
"/islands/unpic": "npm:@unpic/lit@^0.0.30",
}
and then import it in your route:
import '/islands/unpic';
It gave me 4 pictures and all of them were very similar
Is this a summary of what I've asked recently? 🤔🙃
It gave me 4 pictures and all of them were very similar
Is this a summary of what I've asked recently? 🤔🙃
Disabling SSR didn't work as expected. Also, I might change the mechanism to not SSR islands, since in the most cases they use browser apis that won't work with SSR.
Now, a simple <sl-button> is CSRed correctly, except the styles - there are no styles.
Disabling SSR didn't work as expected. Also, I might change the mechanism to not SSR islands, since in the most cases they use browser apis that won't work with SSR.
Now, a simple <sl-button> is CSRed correctly, except the styles - there are no styles.