Quantcast
Channel: Delphi – The Wiert Corner – irregular stream of stuff
Viewing all articles
Browse latest Browse all 1440

Finding most recent forks of gists and github repositories

$
0
0

A while ago I found out that gist.github.com/lynatan/673e574faa8343fa01d7a91e75065c54 which I mentioned before in Delphi analog to C# ?? null-coalescing operator and Light Table like debugger evaluation and I wanted to

  1. find it back
  2. find the most recent forks of it

The reason was that I was working on the [WaybackSave/Archive] bit Time Professionals on X: “Live now: “Hidden Gems of Delphi Language: Operator Overloading and Class/Record helpers” @jpluimers” session which I presented at [Wayback/Archive] ITDevCon 2024 | Home where I also could enjoy the company of the other [Wayback/Archive] ITDevCon 2024 | Speakers and the famous [Wayback/Archive] IT DevCon 2024 speaker dinner (which attendees can also join for a slight surcharge).

The presentation is at [Wayback/Archive] ITDevCon2024/delphi_language_hidden_gems/delphi_language_hidden_gems.md at main · jpluimers/ITDevCon2024 · GitHub and pictures of the event at [Wayback/Archive] ITDevCon2024 – Google Photos.

Back to the problem at hand

I was hoping a round trip from old github username to github ID to new github username would help, so I did some searching and found [Wayback/Archive] Where can I find the GitHub ID in my account? – Stack Overflow (thanks [Wayback/Archive] harnex, [Wayback/Archive] informatik01, [Wayback/Archive] Raghu Ariga, [Wayback/Archive] Bohemian, [Wayback/Archive] Blessing and [Wayback/Archive] Ogglas) came up with these:

Well, it didn’t work out, as [Wayback/Archive] api.github.com/users/lynatan returned

{
  "message": "Not Found",
  "documentation_url": "https://docs.github.com/rest",
  "status": "404"
}

What now?

 

 

And back to the gist I was looking for:

--jeroen


Viewing all articles
Browse latest Browse all 1440

Trending Articles