Arjun Mehta
Arjun Mehta
In response to Issue #153 Updated the mirror site for faster downloading GIMP via a new mirror website.
# Add KeywordCase rule to enforce consistent Fortran keyword casing ## Description Adds a new rule to enforce consistent casing of Fortran keywords through configurable regex patterns. This helps maintain...
# Validate Extension Declarations in SigMF Files ## Issue Extensions used in SigMF metadata must be declared in the global `core:extensions` field, but the validator wasn't checking for undeclared extensions....
## Description Fixes #257 This PR addresses the issue raised by @rakyll to return an `http.Handler` instead of requiring users to pass in a `*mux.Router`. This change follows Go best...