Skip to content

issues Search Results · repo:elixirkoans/elixir-koans language:Elixir

Filter by

88 results
 (72 ms)

88 results

inelixirkoans/elixir-koans (press backspace or delete to remove)

I started learning Elixir this week and I m going through the koans. I got a warning on the following koan at 05_tuples.ex: koan Add things at the end do assert Tuple.append({ Huey , Dewey }, Louie ...
  • gabriel-de-azevedo
  • 2
  • Opened 
    on Sep 13
  • #300

My VSCode extension shows a deprecation warning for the koan beginning: koan I want the first and last in the range do first..last = Range.new(1, 10) in numbers.ex This first..last syntax without ...
  • AidenDrake
  • 1
  • Opened 
    on Dec 1, 2024
  • #294

Hello, I am running through the koans as my introduction to Elixir, and so far it s been quite nice! I m a bit confused as to what the purpose of the first structs koan is: koan Structs are defined ...
  • cincodenada
  • 1
  • Opened 
    on Dec 4, 2023
  • #286

koan Tuples can contain different things do assert {:a, 1, hi } == {:a, 1, hi } end i don t get it, does this have a point?
  • zzz6519003
  • 4
  • Opened 
    on Aug 1, 2023
  • #283

👋 I ve been tidying my AWS account to close it down, and DNSimple charge me £50 to transfer and renew elixirkoans.io. That is a bit much for something I am not that involved with anymore... Would someone ...
  • felipesere
  • 6
  • Opened 
    on Dec 18, 2022
  • #279

https://github.com/elixirkoans/elixir-koans/blob/f5e3f75448e9a44bb3445d670f65ed37a216c792/lib/koans/15_processes.ex#L62-L68 # lib/koans/15_processes.ex. line 62 koan Received messages are queued, first ...
  • EB-Plum
  • 2
  • Opened 
    on Jun 14, 2022
  • #275

Elixir 1.13.x erlang/OTP 25 PS C:\Users\sharno\projects\elixir-koans mix deps.get 02:21:04.071 [error] beam\beam_load.c(551): Error loading function Elixir.Hex.Version : allow_pre_available? /0: op ...
  • sharno
  • 1
  • Opened 
    on May 25, 2022
  • #274

Problem There are a few failing tests in the project on master currently. Those should be easy to address, but we may consider adding a CI to the project to avoid these going unnoticed and increase confidence ...
  • iamvery
  • Opened 
    on Jan 27, 2022
  • #270

These koans use Enum.member? and MapSet.member?. I only know a little Elixir, but as far as I can tell these offer no benefit over in/2 (they re the same speed and give the same results). Similarly, MapSet.equal?/2 ...
  • cmcaine
  • 1
  • Opened 
    on Oct 24, 2021
  • #269

I love these koans ! Is it relevant to drop a word of caution regarding rounding? koan But beware of floating dragons do assert Float.round(2.675, 2) == ___ end
  • Goutte
  • 1
  • Opened 
    on Oct 17, 2021
  • #268
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub