Eli Mallon

Results 175 issues of Eli Mallon

This should be really easy with react-native-webrtc getUserDisplay() call, just need to build UI for it Should do the same with web

enhancement

Sometimes you wanna turn the mic off for a second

enhancement

OAuth Scopes are live, let's set it up so we only request permissions that we need! Off the top of my head: `place.stream.*` duh `app.bsky.feed.post` for creating the golive post...

enhancement

So this ticket was originally about https://github.com/streamplace/streamplace/blob/cbd5e428ef0b57cc430929a6eacbc6ead45e8f9f/js/app/features/bluesky/blueskySlice.tsx#L372-L372 And we should still fix it for that but also https://tangled.sh/@stream.place/streamplace/issues/1#comment-804897 indicates that [our use of `app.bsky.actor.getProfile` in the login flow](https://github.com/streamplace/streamplace/blob/cbd5e428ef0b57cc430929a6eacbc6ead45e8f9f/pkg/spxrpc/app_bsky_actor.go#L19-L24) to get...

enhancement

This stinks: https://github.com/streamplace/streamplace/blob/f6bf8aea0be326803f539cb622ec503a312b5d0a/pkg/cmd/streamplace.go#L81-L140 Let's move to a CLI library that actually can handle multiple commands instead of doing it sloppily like that. For whatever reason this is a VERY rich...

tech debt

Ideally you don't put the release keys in CI, you see

enhancement

We're designed to operate with no external dependencies; this will help a lot

enhancement

It's kind of a mess right now! Ideally it'd have a separate directory for each user, in which lives their segments, clips, and `rtcrec` WebRTC recordings. Probably their generated signing...

tech debt