Alex Gokhale

Results 6 issues of Alex Gokhale

The example provided for `ctx.Location` [here](https://github.com/gofiber/docs/blob/master/api/ctx.md#Location) indicates that `Location` doesn't have a return value in its signature, however in the code below `c.Location("/test")` is returned. This code fails to compile.

bug

This package initially seemed ideal for my use case - It supports refilling at a certain rate (so limits such as 10 per 2 minutes are possible) however only exposing...

**Is your feature request related to a problem? Please describe.** I understand that ignoring whitespace is already possible with ``, but it would be ideal for certain changesets to be...

enhancement

Adds the ability to use ControlD as a service provider in the DNS Stats widget.

### Use Case For values that are prone to fluctuation, sometimes it is not useful to record a datapoint for very minor changes in the value. This plugin would allow...

feature request

## Summary This PR adds a `denoise` plugin, which allows numeric field values to be rounded to the specified number of significant figures. This is particularly useful for metrics that...

feat