Mert Torun

Results 10 comments of Mert Torun

I have been playing around with some functions that practically do nothing to the value other than change its signature. I think it may be useful to define some operations...

At one point I was thinking of coercing the base unit types into a single union type which also includes combinators `Rate` and `Product`. That could be reduced into a...

I think the best spot could be the instructions. Is there a way to add another track-wide section similar to `/exercises/shared/.docs/debug.md`? OTOH, I think exposing a read-only `elm.json` could turn...

As a short-term hack, what if we sneak that information into `debug.md`? --- # Available libraries The following libraries from the Elm package registry are installed by default. You can...

Trying to figure this out: Would it work if we added another file (a `PACKAGES.md` maybe?) to [config.json](https://github.com/exercism/elm/blob/main/docs/config.json)? Where would that show up?

@ceddlyburge the link doesn't seem to work. Can you ping me in that thread directly in slack?

It seems that German speakers had and solved the same problem. > In 2017, the Council for German Orthography ultimately adopted capital ß (ẞ) into German orthography, ending a long...

Then it seems that we need to accept that casing cannot be `Char -> Char`. There are already `String -> String` casing functions that work as expected, (probably following the...

I see your point @SebastianZ but I'd think the good side of CanIUse is that you can know about it even before it is ready, and join the discussion if...

@mattpocock what's the reason behind the choice of Tailwind? Is it set already or just a suggestion? My experience with such frameworks is that they immediately lead to bloated and...