Marcos Cáceres

Results 412 comments of Marcos Cáceres

But what if I walk into Target and place my own device down and get it to emit `target.com`?

The only thing I can think of if that the beacon's json has to be signed with target.com's SSL certificate (or something similar to establish a degree of trust). BTW,...

From Mozilla's perspective, I share some of Ben's concerns - however, [as I argued elsewhere](https://github.com/w3c/manifest/issues/326#issuecomment-77695236), as Editor I also accept that the reality is that Web Apps need to coexist...

In ReSpec, we have a this little cheatsheet: https://respec.org/docs/#Shorthands-Guide It's useful to see everything at a glance.

Just ran into this also... an alternative approach might be to have a new to level entry that is just `"FormerEditor:`. Although it won't solve for some of the issues...

Ah, thank you! Sorry I missed that.

CC @sidvishnoi also. Happy to answer and questions.

@tabatkins, I made a start at moving the contract over: https://github.com/speced/spec-dfn-contract/pull/10 Would be great to collaborate on it.

Just having some idea of how GreenKeeper picks up what to include in its own generated change log would be really helpful. Right now, that doesn't seem to be documented...

I [ran into this too](https://github.com/w3c/respec/pull/757/files#diff-005113d43d495615b2cfd06e2a4c27a2R179). As there is no way to select Text Nodes with selectors, using Node Iterator is still something we need to fallback to. It mean having...