Ingvar Stepanyan
Ingvar Stepanyan
Ah thanks, I'll take a deeper look. Do they allow to reuse same feed ID so that the feed doesn't lose existing followers or would I need to recreate from...
Tried to fix this myself. Migrating to `app.bsky.feed.searchPosts` with authentication was pretty easy, but the cursor management in the codebase is quite complicated and not documented, so I keep messing...
> When trying to disable the viewfinder it will error: What do you mean by disabling the viewfinder? Manually on the camera? Or somehow via the API?
Just to be sure, are you awaiting the promise from setConfigValue before continuing?
Basically yeah, this sounds like typical scheduling problem. That #schedule wrapper in the API should take care of it and make sure that you're not trying to lower the mirror...
> not trying to lower the mirror in the middle of a frame capture FWIW this doesn't happen in official CLI because they are not thread-safe, run in single-threaded mode...
Left one nit above. Overall I think this serves as a good example of integrating other APIs, but I'm not sure we should show it in the UI because the...
Nice! My main concern is that this is quite a lot of code to keep & potentially maintain in a repo that - as you noticed before - isn't actively...
> but I got kind of stuck with the connect/disconnect issue Without changing the API the solution is pretty simple - just create a `new Camera` in the same place...
Yeah that would be ideal approach, but it's not possible / compatible with Serde, as it describes all structs at runtime. The closest you can get is dynamically constructing and...