Tobias Dalhof

Results 14 comments of 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...

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? ![chrome_VBGP5KIYRL](https://github.com/tobiasdalhof/sanersocialmedia/assets/10046578/36faf1a6-cd1b-47d2-a355-aff99979dc79)

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: ![image](https://github.com/tobiasdalhof/sanersocialmedia/assets/10046578/c6463547-bf55-4616-a89a-b37f9c6b1d8c)