Kewin Rausch

Results 7 comments of Kewin Rausch

Had the same issue. I wrote a new script for myself looking at this page: https://developer.github.com/v3/#rate-limiting I you have your script certificated(Settings > Applications > Personal access tokens ) then...

New report: sometimes, even after respecting the limits, github kick you off. Waiting some time and try again allows you to continue with the procedure(maybe renewing the Access token allows...

@brianwc I didn't fork this project, so I have only a local copy of the modifications. I renamed the .py main file as .png and posted it at the end...

I already exported 400+ issues and pull requests in groups of about 100 per time. Use my gh-issue-import image (download and rename as a .py file) and read my previous...

They can unsubscribe to events during the import procedure, so no spam in that case. I had to do 100 and wait for 30 minutes, usually, to respect the limits....

If you want my opinion, this decision probably depends on who is the target for such tutorials. If you are presenting the tech to kernel hackers, going for the beta/testing...

@netoptimizer The filter shipped by the tutorial is trying to lookup the `socket` map instead of going for the `queue_id` one. I quickly fixed the program by looking at `tools/lib/bpf/xsk.c:282`...