Cameron Taggart

Results 46 issues of Cameron Taggart

Somewhat related to #22 & #48, I'm trying to figure out how to debug the application from Visual Studio Code. It looks like it should be possible using the [React...

It is cool that this library now builds on [httpbin](https://github.com/stepancheg/rust-http2). Is it possible to serve both web content and gRPC content on the same port? This is possible only using...

### Description FusedLocationProviderService crashes when com.facebook.appevents.AppEventsLogger is used: ``` 04-13 18:15:42.187 5497-11831/system_process I/ActivityManager: Start proc 26469:bike.lanespotter:lost/u0a121 for service bike.lanespotter/com.mapzen.android.lost.internal.FusedLocationProviderService 04-13 18:15:42.280 5497-5513/system_process I/ActivityManager: Showing crash dialog for package bike.lanespotter u0...

I need to validate the identity using a Flask web API. It is a different flow than the [ms-identity-python-webapp](https://github.com/Azure-Samples/ms-identity-python-webapp) example. I think I just need to validate the jwt token...

enhancement
feature request

This looks great so far! I'd love to see a sample combined and distributed via flatpak, just like Mono Develop. I'd like to know what the minimum flatpak would look...

**Description** The image digest is `` if you specify the image. **Steps to reproduce the issue:** ``` C:\Users\camer\tmp> docker images --digests REPOSITORY TAG DIGEST IMAGE ID CREATED SIZE mono latest...

kind/bug
area/distribution

Is it possible to `tracer.add_attribute_to_current_span` within a Flask middleware? I set up a basic middleware: ``` py from werkzeug.wrappers import Request from opencensus.trace import execution_context class IDMiddleware: def __init__(self, app):...

bug

I spend a couple of days figuring out how to these examples distributed via a flatpak. It is working. I'll probably record another screencast and put it up on YouTube....

I installed Python on Windows 10 using winget. Unfortunately, it installs Python 3.9 which does not appear to be supported yet. ``` winget search python winget install Python.Python ``` ```...

I'm recording tests against another a test Azure Cloud instance. When I try to playback the tests, I get host assertion failures like: ``` E 1 - (). E Matchers...

question