elixir icon indicating copy to clipboard operation
elixir copied to clipboard

Exercism exercises in Elixir.

Results 25 elixir issues
Sort by recently updated
recently updated
newest added

## Getting started **Please please please read the docs before starting.** Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and...

help wanted 🤝
v3
concept-exercise
x:action/create
x:size/large
x:module/concept-exercise
x:knowledge/intermediate
x:type/content

Supersedes https://github.com/exercism/elixir/pull/520 to allow for easier collaboration

https://github.com/exercism/elixir/blob/be6101a052f015a8fd74e2fe233d0bb1af1b0543/exercises/concept/captains-log/.docs/instructions.md?plain=1#L44-L53 I solved this early on with the following but then was dumbfounded why the test would be specifically looking for an `ArgumentError`. When I attempted to add guards I...

Got a student whose implementation of this exercise was passing all tests, but was not actually using the result of `operation.(stack)` at any time. Instead, it was manually returning `:ok`...

x:module/concept-exercise
x:size/small
hacktoberfest-accepted

Hello folks, I'm opening this issue to discuss if this repository will participate in the 202 digital ocean [hacktoberfest](https://hacktoberfest.com/participation/#maintainers). If so, let's review the issues and add the labels/tags for...

Resolves #1420 I'm trying a different approach to approaches than the one I used in the leap. Rather than focusing on the features of the language I'm focusing on two...

I'd like to propose a few approaches to the reverse string exercise as requested [on the forum](https://forum.exercism.org/t/48in24-exercise-01-30-raindrops/9247/4) for the 48in24 challenge.

Reported on the forum: http://forum.exercism.org/t/mismatch-between-spec-and-test-on-complex-numbers/10850 I left `abs` as returning float because `:math.sqrt` always returns a float. But maybe that doesn't matter... it wouldn't break the test to return an...

The documentation claims: ``` Clothing items are stored as a map: %{ item_name: "Descriptive Name", price: 99.00, base_color: "red" } ``` While the actual structure is like this in the...

Hi, test `close_log closes the file` contained in Newsletter exercise is reporting the following warning if run with Elixir 1.17.1: ``` * test close_log closes the file [L#86]warning: IO.read(device, :all)...