Mark Haller

Results 6 issues of Mark Haller

This is very similar to a [reported issue with this asdf itself](https://github.com/asdf-vm/asdf/issues/503). It is unclear to me how to tell pip where `pg_config` is outside of it just being on...

# Current `AzureADEndpoint` does not set `AuthStyle` in https://github.com/golang/oauth2/blob/2e8d9340160224d36fd555eaf8837240a7e239a7/microsoft/microsoft.go#L27 # Expected Microsoft will return a [AADSTS900144](https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-aadsts-error-codes) if params are not in the body, so we should just always set it....

endpoints

With a local cloudworker instance, the default value of `redirect` is `"follow"`: ``` addEventListener('fetch', event => { event.respondWith(new Response(`request.redirect = ${event.request.redirect}`)); }) ``` ``` $ curl http://localhost:9000 request.redirect = follow...

We use Cloudworker locally, and it is great... but sometimes want to fetch a remote Cloudflare resource. Something like this: ``` Browser -> Local Cloudworker --fetch--> Cloudflare Proxy -> Origin...

**Describe the bug** `ksql-migrations` returns an error to the shell when there are no eligible migrations **To Reproduce** Steps to reproduce the behavior, include: Version 0.29 **Expected behavior** "no eligible...

bug
needs-triage

Consider one would like a list that can alternatively have nulls or strings in it: ``` {"bar": [null, "hi", null, null, "howareu?"]} ``` The working avro schema for this is...