Irakli Gozalishvili

Results 654 comments of Irakli Gozalishvili

Hey @pfrazee any feedback on the proposed "mediated permissions" solution ? And more generally this pull request ? Implementation already started to rot, so I'd like to have some closure...

> @Gozala have you been using the electron3 branch? That'll cause that. Electron3 makes backwards incompatible changes to the user data directory. No I'm just using v0.8.0-prerelease.9

Just run into this again, but `localStorage` seems to have `"notificationsLastReadTS" "settings"` and `indexDB` seems to have ton of records as well. So it must be something else.

Ok it seems issue is that `userUrl` is not in `localStorage` https://github.com/beakerbrowser/fritter/blob/269b81b3a0b66eb62eda4681c24d6885948dae04/lib/app.js#L89 Which is surprising (meaning why would that record be deleted). Looking at the source I see two cases...

Would be even better if there was indicator telling you they won't see your message if you mention or try to respond to their post.

> I think this is a good suggestion that would address some use cases, but not the ones we're trying to address with this proposal. It's important for sites to...

For example selected contacts could be opaque objects that would have methods to message / email or mention letting user to choose medium. Additionally it might support an option to...

In fact for some open protocols like email it might be even reasonable to provide oneoff proxy addresses instead of revealing that information.

> Private information leaking already happens every day because users blindly/willingly register to products that are unprotected or literally sell their identities and make business of them. But in exchange,...

I’m +1 on degenerelizing APIs as in practice it’s a lot easier to reason when reading such code and type checkers (if you use one) are generally more helpful than...