Michael Stillwell

Results 28 comments of Michael Stillwell

This is the expected behavior: to preserve power, health services will deliver data in batches, see [Work with data from ExerciseClient](https://developer.android.com/training/wearables/health-services/active#work-with-data). (The exact rate and behaviour depends on the hardware.)...

I assume https://sandstorm.io/ is one personal cloud system that might be considered. Are there any others?

I think you're after a declaration like this: ```ts declare namespace JSX { interface IntrinsicElements { [elemName: string]: any; } } ``` See .

Wild suggestion: could some variation on [HTTP Client Hints](http://httpwg.org/http-extensions/client-hints.html) be used to get platform- and context-specific notification icons? (That is, there's just one URL in the source, but if the...

https://ampbyexample.com already supports Signed HTTP Exchanges (well, [until it broke](https://github.com/ampproject/amp-by-example/issues/1837)...) it was added in https://github.com/ampproject/amp-by-example/pull/1592. It should be possible to achieve the same outcome via the CloudFlare's service you linked.

I think the problem here is that the Windows shell doesn't support globbing, so `src/*.ts` doesn't get expanded. Some tools seem to build support for this themselves (like `eslint`), but...

Some of these failures are due to srcset not being supported. Immediate fix is probably just to disable support for this.

And the 403 errors are because that's what the server returns when you pass a Googlebot UA (which can be changed, but is the default): ``` $ curl -sS -D...

I the validator should run. I don't remember exactly why it doesn't, but I think it might have been because there wasn't a good way to cache the validator. Created...

Unfortunately it's not possible to install a SW via a SXG response right now. (Or at least SXG as delivered by Google Search.) The problem is the amppackage sets a...