Alexander Prinzhorn

Results 617 comments of Alexander Prinzhorn

Can you run mitmdump with `--set proxy_debug -vvv` (this will produce _a lot of logs_)? I'd love to see the difference between success and failure. One guess is that one...

@mhils I think this is the moment you look at the two logs and see what's wrong ![image](https://github.com/user-attachments/assets/b0e8316b-33a9-40ee-b231-e148d73d294f)

Related discussion in https://github.com/mitmproxy/mitmproxy/pull/4845

@aaron-tan Open a website with heavy WebSocket traffic, e.g. a twitch stream. When you open the websocket tab you cannot scroll down. Every time a new message arrives it jumps...

> Reopening due to #5089. I think you never clicked the button :smile:

https://github.com/sveltejs/svelte/issues/6562

> You can define it dynamically, something like Or put it inside the component: ```svelte A B C D ``` https://svelte.dev/repl/fb3336b23b8b47b5b870bdebd04b8831?version=4.2.18

I thought I was the only one, I also see this regularly. I'm also on Firefox, maybe that's relevant?

> This would also be really useful in the Node API wrapper. In there we allow operation names e.g. `toBase64` as `to base 64` etc, ignoring whitespace and caps. This...