Anthony

Results 23 issues of Anthony

There is currently a known issue with VS Code that can result in a state where the Live Share extension can be corrupted. The current fix is to uninstall the...

bug
client: vscode
area: acquisition / activation
product-feedback

It would be nice to know how long things have been running for. In the "Progress" section, under the status bar could this be added and if so, once its...

Feature Request

I installed BackgroundMusic and it didn't work for me (the audio was all distorted). As a result I uninstalled BackgroundMusic... but even after the uninstall, my AirPods microphone isn't working....

bug

I have a singleton registered in my startup.cs like so `services.AddSingleton();`. I also am adding hangfire and the service like so `services.AddHangfire(...)` and `services.AddHangfireServer(...)`. I know from looking at `HangfireServiceCollectionExtensions`...

t: question

I'm looking at how we can simulate as much as possible what our real/production environment in offline development scenarios. Inline with this, we are fully faking out the server to...

enhancement
question
v1.0

Currently when a node is collapsed and contains an `object` or `array`, by default it will show something like `3 keys` or `4 items`. This is decent default and given...

# Version 2 Tracker This branch represents the sum of all work done on Glimpse v2. Any work from v2 should be branched from here and ultimately brought back in....

Body data can only be ready once, hence when we go to read it we will need to wrap the body stream that already exists. This means that from that...

Jump In

This brings the agent inline with the latest HttpServer schema changes. Fixes #118.

Type: Improvement
Type: Clean up / Refactoring

Investigate how to “observe” console.log (inc. prototype and most basic UI): - [ ] Investigate exactly how we want to tap into [`Microsoft.Extensions.Logging`](https://github.com/aspnet/Logging), most likely via an ILoggerProvider returning an...

Type: Investigation