Eduardo Fonseca

Results 15 comments of Eduardo Fonseca

I think the proposal should go deeper on how context receivers would work with annotations and the `suspend` modifier. It only says: > Also, `suspend` and `@Composable` functions can be...

@altavir @fluidsonic - about the suggested `` syntax, the problem is that in `context`, `Comparable` is a literal type while `T` is a generic type, so the semantic meaning of...

Some general feedback: value classes for the purpose of optimizations look great. Often it's necessary to model domain objects like `Email(value: String)` and `Username(value: String)`, and having to box/unbox them...

@elizarov, first of all, thanks for taking the time to reply to our feedback. About these statements: > It is wrong to design a language in such a way that...

Chrome is [phasing out third-party cookies](https://developers.google.com/privacy-sandbox/3pcd) and since Q1 this year, for 1% of the users they're already being blocked. Given this is **already impacting users** and partitioned cookies are...