Steve Sanderson

Results 228 comments of Steve Sanderson

@johngsandiford Thanks for letting us know. At first glance it *looks* like this is just a CSS issue and perhaps an inconsistency in how Safari interprets `100vh` compared with other...

Sorry for the confusion. When I said *how Safari interprets 100vh compared with other browsers* I really meant **WKWebView** rather than Safari. That's the actual webview you're using on Mac....

Thanks @ncave for continuing to contribute to this! Just so you know, our hope is to move away from the DNA runtime shortly and replace it with a more full-featured...

Thanks for the suggestion! Could you give an example of how to reproduce a problem that this solves? I’m slightly surprised that this would be the solution, since this is...

Reopening - I didn’t mean to close this!

Thanks for doing this extra research! So are you suggesting that, instead of having to copy the buffer on every read, it would suffice to set the property `type: 'bytes'`...

Since the issue description is fairly ad-hoc, just want to make sure the original goal is preserved: > We need to decide which parts of SWA are public, supported APIs...

It does need to be included if you're using a file-based deployment method (VSTS, or maybe just FTP), because `node_modules` does have to be present on the server for server-side...

If you need to use libraries that depend on browser APIs, then you won't be able to use server-side prerendering, or at least you need to ensure that those code...

For issues specifically with the Angular template, would you be able to post them to https://github.com/aspnet/JavaScriptServices/issues? That's where we're building the template contents. In this case, please be sure to...