beng90

Results 9 comments of beng90

I've got the same, can you help? ![image](https://user-images.githubusercontent.com/10477361/40271295-8fda8d4a-5b9b-11e8-89da-514760e7e469.png) I'am trying to root Android Philips TV Script finish but when I execute "adb shell /system/bin/run-as" I can't make any change as...

Sure. This is my simple code. `package main import ( "fmt" "net/http" ) func CustomAuth(rw http.ResponseWriter, r *http.Request) { fmt.Println("something") } func main() {} ` Command to compile plugin: `docker...

Can you provide some simple command for ubuntu or Mac OS to build docker images which you use to development?

Do you have command to simply build tyk-gateway this way? goreleaser needs ENVs e.g. GOLANG_CROSS and I set it to 1.15

Ok, plugin works when I am using docker image built by your command. But still it can't works with my local image `tykio/tyk-gateway`. So plugin looks fine but tyk-gateway has...

Yes, it's clear. I've done integration with opentelemetry but in private repository outside github. I plan to move it to fork in github but right now I don't know when....

It is still interesting but I had to implement it in my own by modifying core code. Apart from this I had to add custom authorization middleware because go plugin...

Open telemetry. For monitoring purposes.