Karl Brown
Karl Brown
I ran into this issue as well with latest. @shinyzhu can you explain more your workaround? Which Gemfile? As of now I don't have a gemfile as I wanted to...
Note: I did some additional tests on this. So far I can confirm this works: ``` curl -H 'Authorization: token {pat token}' -H 'Accept: application/vnd.github.v3.raw' -O -L https://api.github.com/repos/{org}/{repo}/contents/{path} ``` This...
I think the first step is to figure out how to do auth against github.com (not the API) using `curl`. I have a ticket out to github to see if...
Ticket is here - but I don't think accessing github.com will work as of now. This may change in the future, but it is probably unlikely: https://github.community/t/feature-request-authentication-to-github-urls-for-protected-private-repos-from-command-line/115941/2 In order to...
try `curl -L -v https://forum.unity.com`, you'll see that it gets into a loop of redirects. Browsers don't seem to have this trouble however.
I just ran into this as well with 1.32.0.
This previously closed issue may be related: https://github.com/thoughtworks/talisman/issues/344
The acronyms file has a 'Context' field that could serve as a sort of categorization, but it's not filled in completely. @franklin-hines a while back I merged in a bunch...
And now you've gone from maintaining a CSV file to building a master data management system :)
Yes, I think if it's yaml it should comply with the linter. Would be great if you accepted .yaml / .yml files (both prefixes seem to be allowed in the...