Aaron Hnatiw

Results 8 issues of Aaron Hnatiw

When using the baseURL of "/" (as recommended in a number of places, including [here](https://www.netlify.com/blog/2016/09/21/a-step-by-step-guide-victor-hugo-on-netlify/)), the `main.css` file is attempting to be loaded from `http://styles/main.css`, which obviously doesn't resolve anywhere....

bug
hacktoberfest

Any chance you could add a table of contents to the theme? There's a guide here: https://gohugo.io/content-management/toc/. Cheers, Aaron ([insp3ctre](https://twitter.com/insp3ctre))

enhancement
help wanted
hacktoberfest

According to [this](https://github.com/Siccity/GLTFUtility/blob/85b4aab0874c150b1667ad4cf7c01310d84f79b5/Scripts/Spec/GLTFImage.cs#L51) comment in the code, linear/sRGB textures are not supported. Is this still the case? Or is it an outdated `TODO` comment? I'd like to know before going...

Does this support concurrent calls? It doesn't look like it, given that `New()` returns a pointer without a `mutex` to protect concurrent reads or writes. This is important in the...

Includes the remote address in the request, following [RFC 7239, section 4](https://tools.ietf.org/html/rfc7239#section-4). This is not going to be exact for every case, because `http.Request.RemoteAddr` has no defined format (see https://golang.org/src/net/http/request.go#L260)....

# Issue It appears that we can bypass the local IP blacklist (implemented in #16) by replacing decimal characters with hex. I have tried with octal, and that didn't appear...

As detailed in #16, the application's design makes it vulnerable to server-side request forgery (SSRF). While there have already been some mitigations put into place, it would also benefit from...

Fixes link to Knative build authentication docs repo.

size/XS
ok-to-test