Benjamin Kane

Results 9 comments of Benjamin Kane

For my Go apps, I use GoReleaser to generate the Scoop manifests. It looks like certigo already has a release process, so perhaps generate the Scoop manifest directly: [Generated Scoop...

I'm also running into this. I tried to clone my project from Git and ran `func azure functionapp publish `. `func azure functionapp publish --python` does seem to work. However,...

To add a little more context to this, I tested two other HTTP clients ([Hurl - Run and Test HTTP Requests](https://hurl.dev/) and [REST Client - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)) and they...

My team uses a lot of Azure Data Studio for oncall incident investigation. The ability to hide null/empty columns would help us a lot, especially when using something like `evaluate...

Oh nevermind. I thought this issue was for [Azure Data Explorer](https://dataexplorer.azure.com/) ... Still seems helpful here though!

Also add meld diff tool to favorite apps

Add `brew install git-delta` to git notes If you don't, you get errors like: ``` $ git log -interval int Reporting and binning interval in seconds (default 5) -limit int...

I see docs for this in https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#exceeding-the-rate-limit I'm currently getting a secondary rate limit with a `Retry-After` header in my query (as well as sending me 502s). I've got a...