Marco Mayer

Results 7 issues of Marco Mayer

Often I'd like to ignore all the (linter) warnings and just focus/see real errors. For this I'd wish there'd be a key I can press to toggle Warnings on/off when...

Using the following test example: `func TestSomeTest(t *testing.T) { tt := []struct { name string method string url string apiKey string status int }{ {name: "AccessDenied1", method: http.MethodGet, url: "/api/nothing",...

## Issue Description Type: *bug report* ### Describe what happened (or what feature you want) This is probably somewhere between a bug report and a feature request. I did run...

In some cases when opening a PR and then trying to open a file for a diff, it can't find it because the path is wrong. Let's say the path...

Great plugin, this is really cool! Here are some suggestions how to make it even better: Have a setup/config that allows to set things like: - Check filetype and if...

## Description Small mistake in the doc, maybe the API changed as some point and this wasn't updated. Stumbled over this as the version in the README didn't work for...

stale

Maybe I just haven't found it yet but it looks like there's no way to use a firebase app config to authenticate with an API Key. So basically following these...

question