Matt Ward

Results 21 comments of Matt Ward

so my fork does do this - https://github.com/theRealWardo/grpc-gateway/compare/07b39baf50b9eba1a2328e64d28d2fe78bf24fb0...theRealWardo:master disclaimer: its been a while since I tried to rebase that code on top of master so... your mileage may vary with...

we ended up rewriting `application/x-www-form-urlencoded` requests as JSON prior to the grpc-gateway receiving them like this: ``` formWrapper := func(h http.Handler) http.Handler { return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { log.Printf("Got...

#62 helped solve a similar problem I had. thanks @hagen1778 a snippet of something like an example config for future visitors: ``` ... users: - name: "mux" password: "asdf1234" to_cluster:...

@oshamin yea so `dial_target_addr` is a host that you want to monitor ie `google.com` then `dial_target_name` is the label for the metrics exported ie `google_search`

@greenboxal - we're also interested in Elixir support. do you have anything we can pickup and help you with?

no we have not tried to and were really hoping to contribute to a community solution here rather than roll it ourselves. looks like there's a few of us willing...

I dug into this a lot more and I suspect this is a pretty non-trivial change as it fundamentally alters the way Benthos thinks about connectivity errors and its reconnection...

That was an impressively quick reply @Jeffail - I really appreciate that! Thank _you_! Do you have a proposed starting point for this work? Let me know how you like...

I bumped into this one as well. For sites with a large number of links, the project really just doesn't work due to number of tokens required and even for...

Second State wrote a good article on this - https://www.secondstate.io/articles/run-javascript-in-webassembly-with-wasmedge/