tiff
tiff
YES. Any progress on this? I know a tiny bit of Java (not sure if Android still uses Java proper or just Kotlin now) but maybe I can take a...
I spoke to a rep at Vercel for this issue and sherlock is considered a scraper and is in violation of their Fair Use terms. See [here](https://vercel.community/t/vercel-fair-use/734) and [here](https://vercel.community/t/vercel-fair-use/734/3)
Getting a shada error after upgrading today. Searched all the closed issues but I haven't seen anything that would help the situation. Pretty certain it was caused by the upgrade...
Yeah I am feeling a bit like, how safe is this to use. I suppose I could check the checksum but man it feels weird to not have this signed...
> We're currently in the progress of implementing tints and shades into [ctp/palette](https://github.com/catppuccin/palette?rgh-link-date=2025-03-19T09%3A48%3A57Z). To implement it fully and officially for TW (v4) we want to rely on the official NPM...
I have been experiencing this the past week. Deploying static sites from different git sources always fails with the error: ```sh Oops something is not okay, are you okay? 😢...
> Can you check what the console says ? Seems you're loading the script with `document.write` and Chromium is throwing an error, I really don't know the exact error, but...
Seems you can't use `document.write` to load an async script. Do you need some help with this? My gig was mainly frontend so just let me know.
Yeah `document.write` is deprecated and has been for a very long time. See: [Document: write() method - Web APIs | MDN](https://developer.mozilla.org/en-US/docs/Web/API/Document/write)