Laura

Results 18 comments of Laura
trafficstars

I'm going to close this issue, as the fix was deployed a couple of weeks ago.

Links have been verified. Deployment of new articles is blocked pending #503

Captions progress checklist: - [x] Product Owner Opening 01 - [x] How Difficult it is to be Middle Mgmt 02 - [ ] Major Benefits are Built Into the InnerSource...

The error causing the build failure is ye olde Rate Limit error from our calls to GraphQL, which, were supposed to have been fixed with the introduction of the throttling...

PR [#583](https://github.com/InnerSourceCommons/InnerSourceLearningPath/pull/583)

Reopening since we just saw the build fail again with @tsadler1988's "Update Links in Translations" run.

Did some more digging on rate limits and have learned the following: ``` When using GITHUB_TOKEN, the rate limit is 1,000 requests per hour per repository. ``` Source: [https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#rate-limits-for-requests-from-github-actions](https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#rate-limits-for-requests-from-github-actions) We...

The correct answer to tabs vs spaces is: the one that you enforce. It really makes no difference which you choose. So long as everyone uses an editor that can...