Anthony

Results 163 comments of Anthony

As an update to this... I just brought over the work that @rynowak did which sets up the ground work for our integration tests.

Looks like we have a broken build here. Any chance you could take a look? Looks like it could be a problem with the build script - http://teamcity.codebetter.com/viewLog.html?buildId=84743&buildTypeId=bt428&tab=buildLog. Just login...

In terms of PRG support, this is something that we have been looking at getting back into Glimpse since we released it back in beta days - this post shows...

@CGijbels Where did we get to with this? Is it ready to go?

@CGijbels Just wonder what your thoughts in the end are here? Is this good to go in, do we want to hold for v2 or whatever.

Do we want to push this to v2? If so lets assign it to that milestone and it can be tracked there.

@anpete any idea why we might be missing events in this use case?

To render HUD, yes it needs HTML to inject itself into. That said you should still be able to access the full client by going directly to the client URL...

Ya I thought about that, but `EnableRewind` has the potential side effect of [writing to the filesystem](https://github.com/aspnet/HttpAbstractions/blob/87cd79d6fc54bb4abf07c1e380cd7a9498a78612/src/Microsoft.AspNetCore.Http/Internal/BufferingHelper.cs#L51-L53). For our scenario, I'm wondering if we can do something similar (by way...

I was talking to @davidfowl and the side effects of `EnableRewind` is probably acceptable. Other tools will also use this so its going to be fine for now.