phillipp

Results 9 issues of phillipp

Hi, I'm just discovering hyper and I noticed that there is no way to specify a host IP for a host port binding. We are using multiple public IPs on...

class:feature

I recently found that we had a lot of places where `bucket_span` did not span the whole interval we checked when using `count` or `exceeded?`, like when checking a rate...

Hi, I've wondered why string interpolation is necessary for setting attributes like this: ``` %tr{class: "#{my_function(my_data)}"} ``` I could not find an issue where this is discussed in detail. I'd...

Hi, thanks for the great work! One example of the use of ssl_certificate_by_lua_{file,block} is request limiting with this library. But in the ssl_certificate_by_lua_* code there is no ngx.ctx available, which...

Hi, we have now had 2 DDoS attacks on HTTPS specifically and I must say, it wasn't easy to mitigate at all. Both incidents had a connection rate of >...

We're going to deploy bud on multiple boxes in different DCs for DNS round-robin failover. In the docs is a hint that ticket rotation will be a problem in this...

Hi, I'm using the button_to like this: ``` =button_to example_path, class: 'btn btn-danger', data: { confirm: 'Really?' } do %i.icon-undo Example Text ``` Now I expected that it would ask...

This commit adds the functionality to fetch the data-params attribute from the link and add fields to the form that express the values from the data-param attributes. This is useful...

Hey @korny just an idea, because it might be easier to scale: we once had the idea to perform a lookup of the ip addreses of the MX records of...