Tobias Dalhof
Tobias Dalhof
@capricorn86 I'm using the [pnpm workspace feature](https://pnpm.io/workspaces) for my monorepos and it is working great so far
If you create your own vitepress theme, you can integrate `medium-zoom` as follows: ```ts import type { Theme } from 'vitepress' import { inBrowser, useRoute } from 'vitepress' import mediumZoom...
After several hours of digging, it turns out our issue traces back to Axios. 😅 Here's my fix: ```typescript const client = axios.create({ withCredentials: true }) // Interceptor to handle...
> since it's my first time doing it can you give a hint of what I have to do? https://github.com/vitejs/vite/blob/main/CONTRIBUTING.md
@stevepdp I'd consider to mute and pause all `audio` and `video` elements, example: https://github.com/tobiasdalhof/sanersocialmedia/blob/main/packages/core/src/sites/tiktok.ts > For the love of God, America and my spare time please pull this in @sic-guno...
Hi there, you can check how I remove YT Shorts in my extension: https://github.com/tobiasdalhof/sanersocialmedia/blob/main/packages/core/src/sites/youtube.ts#L68 The `mute` util simply loops over all `video` and `audio` child elements and sets `muted` to...
unocss vscode extension root configuration item does not support configuring multiple subdirectories
Do you have different unocss configs across your monorepo? If no, why not create a single unocss config file in your project root and pass the config path in your...
It works for me, is "block subreddit feeds" enabled in your site settings? 
Thank you! I recently updated the extension to only work with the new Reddit design. I was under the impression that Reddit now displays the new design for all its...
Logged in screenshot is showing the old design, mine looks like this: 