Gunnar Guðvarðarson

Results 89 comments of Gunnar Guðvarðarson

Yeah why not use > (no scope) | Grants read-only access to public information (including user profile info, repository info, and gists) And then authenticate that user? Or if you...

> On the OAuth-authorization screen you can just remove the `&scope=user%3Aemail` from the url and hit enter. Now only public scopes are required and we don't see your emails. That...

Just discovered the `strict` keyword, not documented on https://caddyserver.com/docs/http.ipfilter This behaviour is a bad default. Suggestion: default to strict but allow the admin to provide an array of trusted proxy...

Here is an example from a script I made: ![Screenshot from 2019-11-01 16-56-10](https://user-images.githubusercontent.com/358099/68041584-c88f3d00-fcc8-11e9-96fe-5a0d086ac55a.png) Basically the script outputs plain text but with the span tags around stuff that needs colors. The...

Hey, I just fought this issue myself, i got it working atlast, so, here's some pseudo code: ```php // Ensure headers are sent before streaming data to client $response =...

> @Gunni, have found the issue, let me know if it is still open to work afaik nobody has solved this, but it's been a long time.

> I ran the steps to reproduce but I am unable to reproduce the issue. I ended up fixing the Regex code to allow this particular type of URL Thanks...

I'd argue that my hack is a workaround and not a proper solution. This issue was requesting a proper way to be added to the framework.

So then just add it as a feature, many people are probably hitting this issue, just like you and me, only a tiny percentage of people check Issues, much fewer...

I'd even go as far as to suggest it be made the default, stream the object given to the client as default behavior. AFAIK all HTTP clients handle such a...