Highlights
- Pro
Block or Report
Block or report kytrinyx
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
exercism/exercism Public
Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
-
2,908 contributions in the last year
We're celebrating 100 million developers!
Less
More
Activity overview
Contributed to
exercism/ruby,
exercism/dart,
exercism/javascript-test-runner
and 276 other
repositories
Contribution activity
January 2023
Created 14 commits in 5 repositories
Created a pull request in exercism/gleam that received 9 comments
Update roman-numerals tests
This removes the include=false from tests.toml, as it seems like the exclusions were probably accidental. It then adds the missing tests, updating …
+38
−70
•
9
comments
Opened 11 other pull requests in 2 repositories
exercism/gleam
9
merged
1
open
- Tweak dominoes to match canonical data
- Swap assertion style in leap
- Tweak pangram tests per canonical-data
- Run configlet fmt to normalize configs
- Tweak word-count test suite
- Reset tests.toml for anagram exercise
- Update anagram to match canonical data
- Tweak leap tests to match problem-specifications
- Update two-fer to match canonical data
- Sync hello-world with problem-specifications
exercism/problem-specifications
1
merged
Reviewed 104 pull requests in 48 repositories
exercism/javascript-test-runner
25 pull requests
- Bump babel-jest from 29.3.1 to 29.4.1
- Bump jest from 29.3.1 to 29.4.1
- Bump actions/github-script from 6.3.3 to 6.4.0
- Bump @typescript-eslint/parser from 5.48.2 to 5.49.0
- Bump jest from 29.3.1 to 29.4.0
- Bump babel-jest from 29.3.1 to 29.4.0
- Bump rimraf from 3.0.2 to 4.1.2
- Bump @typescript-eslint/eslint-plugin from 5.48.2 to 5.49.0
- Bump @types/jest from 29.2.5 to 29.2.6
- Bump core-js from 3.27.1 to 3.27.2
- Bump eslint from 8.31.0 to 8.32.0
- Bump eslint-plugin-jest from 27.2.0 to 27.2.1
- Bump @typescript-eslint/visitor-keys from 5.48.1 to 5.48.2
- Bump ts-jest from 29.0.3 to 29.0.5
- Bump prettier from 2.8.1 to 2.8.3
- Bump eslint-plugin-import from 2.26.0 to 2.27.5
- Bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.48.2
- Bump @typescript-eslint/parser from 5.47.1 to 5.48.2
- Bump @typescript-eslint/typescript-estree from 5.47.1 to 5.48.1
- Bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.48.1
- Bump @typescript-eslint/parser from 5.47.1 to 5.48.1
- Bump @babel/core from 7.20.7 to 7.20.12
- Bump json5 from 1.0.1 to 1.0.2
- Bump @typescript-eslint/visitor-keys from 5.47.1 to 5.48.0
- Bump @typescript-eslint/typescript-estree from 5.47.1 to 5.48.0
- Some pull request reviews not shown.
exercism/problem-specifications
6 pull requests
exercism/julia
4 pull requests
exercism/gleam
4 pull requests
exercism/ruby-test-runner
4 pull requests
exercism/nim-representer
3 pull requests
exercism/lines-of-code-counter
3 pull requests
exercism/csharp-test-runner
2 pull requests
exercism/haskell-test-runner
2 pull requests
exercism/generic-test-runner
2 pull requests
exercism/fsharp-test-runner
2 pull requests
exercism/c-test-runner
2 pull requests
exercism/csharp-analyzer
2 pull requests
exercism/abap-test-runner
2 pull requests
exercism/csharp-representer
2 pull requests
exercism/generic-track
1 pull request
exercism/ruby-analyzer
1 pull request
exercism/vlang-test-runner
1 pull request
exercism/wasm-test-runner
1 pull request
exercism/javascript-representer
1 pull request
exercism/clojurescript-test-runner
1 pull request
exercism/d-test-runner
1 pull request
exercism/scheme-test-runner
1 pull request
exercism/crystal-test-runner
1 pull request
exercism/red-test-runner
1 pull request
23
repositories not shown
Created an issue in exercism/gleam that received 8 comments
assert True vs should.be_true in tests
I noticed that the style of assertions differs between tests, and I was wondering if that is done intentionally, or if it's more of a it doesn't ac…
8
comments