Pawel Paruzel

Results 3 issues of Pawel Paruzel

I was trying to implement a function one could call "sorted_duplicates" where it sorts the elements first, and then produces a vector/view of duplicated values (those that occur twice or...

Following the rules, when dividing experience points per player the calculation should always be rounded down. >Whenever you divide a number in the game, round down if you end up...

bug
minor

Example: ```julia # look at "end" color Float64[let; println("Adding float"); rand(1.0:10.0); end] # while it should highlight "end" like this let; println("Adding float"); rand(1.0:10.0); end ``` This highlights *end* as...