issues Search Results · repo:exercism/problem-specifications language:Ruby
Filter by
661 results
(123 ms)661 results
inexercism/problem-specifications (press backspace or delete to remove)Exercise idea Implement a fixed-window rate limiter that enforces a maximum number of actions per key within a time
window.
Concepts taught State management: tracking per-key counters and window start ...
andreatanky
- 1
- Opened yesterday
- #2587
Exercise idea Implement a fixed-window rate limiter that enforces a maximum number of actions per key within a time
window.
Concepts taught
- State management: tracking per-key counters and window ...
andreatanky
- 2
- Opened yesterday
- #2586
A note was recently added to the triangle description in https://github.com/exercism/problem-specifications/pull/2579:
We opted to not include tests for degenerate triangles (triangles that violate these ...
Anton-4
- 1
- Opened 14 days ago
- #2580
There are 17 cases, 2 are correct, and 15 are wrong
Please refer to JS track s Scale Generator and correct the test cases accordingly.
Given length n of input, interval() should return length (n+1) of ...
devcyjung
- 1
- Opened on May 21
- #2567
Hey,
I am now working on adding the accumulate exercise to the C++ track.
This is just an information to prevent duplicate work!
Kind regards, Marcel
marcelweikum
- 1
- Opened on May 9
- #2562
I noticed that certain files, e.g.
https://github.com/exercism/problem-specifications/blob/main/exercises/resistor-color-duo/description.md?plain=1, have
parts that go beyond the sentence per line rule: ...
codingthat
- 2
- Opened on Apr 3
- #2552
I ve been trying to implement this one in Elixir, but I m having trouble solving it, I think some cases may have issues.
1. Direct parent-child relation = degree 1, no problem
2. Sibling relationship ...
vaeng
- 7
- Opened on Mar 7
- #2541
The problem specification for the D D Character exercise says to roll 6 times(line 7 and line 14), but
examples(lines 16-21) show 4 throws for each ability:
https://github.com/exercism/problem-specifications/blob/main/exercises/dnd-character/instructions.md?plain=1#L14-L21 ...
JuDCraide
- 2
- Opened on Dec 16, 2024
- #2509
It seems one of the test assertions is wrong i.e. handles_case_of_greek_letters(). In the test, we have this code block
fn handles_case_of_greek_letters() {
let word = ΑΒΓ ;
let inputs = [ ΒΓΑ ...
ayomidebajo
- 1
- Opened on Oct 29, 2024
- #2490

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.