Andras Suller

Results 9 comments of Andras Suller

@denyska Here is an actual span sent to the adapter: ```json [ { "name": "post", "traceId": "daa4dacc668ea2a1", "id": "daa4dacc668ea2a1", "annotations": [ { "value": "sr", "timestamp": 1490665705030831, "endpoint": { "ipv4": "192.168.1.2",...

@jcarres-mdsol I had similar issues and using `env['REQUEST_URI']` instead of `env['PATH_INFO']` [zipkin-tracer.rb#L50](https://github.com/openzipkin/zipkin-ruby/blob/master/lib/zipkin-tracer/rack/zipkin-tracer.rb#L50) seems to solve the problem.

@jcarres-mdsol No, the current version uses `PATH_INFO`. This monkey patch solved the issue for me: ```ruby module ZipkinTracer class RackHandler def routable_request?(env) Application.routable_request?(env['REQUEST_URI'], env['REQUEST_METHOD']) end end end ```

I ran into this issue on Macos 12 (Monterey). There was no `/usr/local/lib` folder on my computer, and i use `asdf` to install ruby, so i believe these are the...

Could this permission be asked for at the time when the Github Copilot Chat extension needs to use the github search api? The extension seems to work fine without granting...

@wmertens Sorry, I haven't noticed your pull request. I just updated the project to use Angular 1.2.

I haven't used `mono` much to run the converter. Any chance you could install `wine` and try it with that?

I think the ruby file is outdated. I use github actions for creating the zip file, please see the commands there: https://github.com/sullerandras/terraria-hd-textures/blob/master/.github/workflows/build.yaml You can also fork this repo and enable...

I think the ruby file is outdated. I use github actions for creating the zip file, please see the commands there: https://github.com/sullerandras/terraria-hd-textures/blob/master/.github/workflows/build.yaml You can also fork this repo and enable...