Max Goodhart

Results 35 comments of Max Goodhart

I'm running into this too on code-server v4.4.0. I've tried both installing the extension locally and via `code-server --install-extension` -- in both cases, the EasyMotion mode does not activate.

I bumped into this error as well. Interestingly, rolling back gRPC-Swift to 1.0.0-alpha.19 produced the same error. Adding `use_frameworks!` to the Podfile seems to have worked around this issue for...

I've been tinkering with an approach to this at https://github.com/chromakode/diablo. Currently storing an internal mapping of custom components, though this can be a bit cumbersome because the mapping is a...

That's a great idea! I think you could just do it by default for uppercase tag names and not have to consider the scope at all.

Multiple audio sources landed in https://github.com/chromakode/streamwall/commit/d8e51776e9122e2c5ab250120855ffb080e800e6, but this hasn't addressed setting individual volumes yet.

It's technically possible but a bit involved. Streamwall can display any video that browsers natively support, but unfortunately RTSP is not a protocol that browsers can natively stream. The quickest...

Ooo, that's not good -- that's definitely a bug. When you see this again, could you please show me the the URL and source for each stream? I also recently...

I believe it's due to minor differences in how Safari handles cross-origin requests. Would you be interested in taking a stab at it?

I hear ya! That should be doable. I'll add this to the roadmap.

Awesome! Yes, this looks fairly straightforward; hopefully just a matter of swapping out the electron package with castLabs' drop-in replacement. Something like this might work: ``` npm uninstall electron npm...