Simple but opinionated HTTP request client for Go specialized for JSON handling
A collection of opiniated packages to quickly set up (micro-)services in Go
deprecate deep-thought (#2593)
There was a duplicated, unfinished exercise about errors. For maintainers it now became visible looking like floating second error concept in the concept tree which is very confusing. Since we have another exercise for the errors concept, I set this one to deprecated and removed some of the duplicated error related content to avoid confusion in the future.
There was a duplicated, unfinished exercise about errors. For maintainers it now became visible looking like floating second error concept in the concept tree which is very confusing. Since we have another exercise for the errors concept, I set this one to deprecated and removed some of the duplicated error related content to avoid confusion in the future.
Add separate exercise for interfaces (#2592)
revert
try to fix ci error
finish up new interfaces exercise
Update introduction.md (#2591)
Fixed the wrong power of two that gives us 8.
Was 2 to the power of 4 = 8
Changed to 2 to the power of 3 = 8
update roadmap and readme (#2588)
Update test skip message (and comments) in robot_name_test.go (#2516)
Co-authored-by: junedev 12543047+junedev@users.noreply.github.com
Update concept about how parsing/formatting time works (#2542)
Co-authored-by: junedev 12543047+junedev@users.noreply.github.com
Bob approaches (#2560)
gross-store: Rephrase error to be more clear (#2547)
Co-authored-by: June 12543047+junedev@users.noreply.github.com
add test for elons_toys to cover track with possible remainder (#2549)
build(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#2558)
Bumps actions/setup-go from 3.3.1 to 3.4.0.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump golangci-lint to 1.50.1 (#2510)
fix typo in last verse of bottle song instructions (#2555)
Add custom token to community contributions workflow (#2561)
The pause-community-contributions workflow makes a call to the GitHub API to check if the person contributing is a member of the organization.
However, this call currently fails if the contributor has set their membership to 'private'.
This is because the default token provided for GitHub Actions only has permissions for the repository, not for the organization. With this token, we're not allowed to see private memberships.
We've created a custom, org-wide secret containing a personal token that has permissions to read organization membership.
Unfortunately the secret cannot be accessed directly by the shared workflow, it has to be passed in.
We updated the shared workflow to use the token, if it is provided, and this PR updates the workflow in this repo to pass the secret.
Until this is merged, contributions from people with private membership in the Exercism organization will be automatically closed.
Note that this PR also removes the workflow_dispatch which fails if you try to use it.
fix test for elons_toys to cover the edge case it should cover (#2563)
build(deps): bump actions/setup-go from 3.4.0 to 3.5.0 (#2565)
Bumps actions/setup-go from 3.4.0 to 3.5.0.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump actions/checkout from 3.1.0 to 3.2.0 (#2564)
Leap approaches (#2568)
Grains approaches (#2562)
Isogram approaches (#2569)
build(deps): bump actions/checkout from 3.2.0 to 3.3.0 (#2584)
Bumps actions/checkout from 3.2.0 to 3.3.0.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Pangram approaches (#2570)
Co-authored-by: June 12543047+junedev@users.noreply.github.com
Hamming approaches (#2572)
Nucleotide count approaches (#2577)
Clock approaches (#2581)
@alecswift I am sorry, we currently don't accept community contributions on most Exericsm tracks. Please refer to this blog post for more details: https://exercism.org/blog/freeing-our-maintainers
Luhn approaches (#2571)
@bobahop Sorry, seems I lost track of this one. 🙈
Scrabble score approaches (#2573)
Approaches for Scrabble Score.