Mirzhan Irkegulov

Results 5 issues of Mirzhan Irkegulov

Is there a reason `Check.Investigator.rangeInt` not documented? Because it's a very useful function.

Should functionality related to `chmod` and `chown` introduced? Making files executable, for example. Emacs has `set-file-modes`, but it requires an integer for a 2nd argument, which is unintuitive.

enhancement

Strange bug. Try running https://github.com/HeinrichApfelmus/threepenny-gui/blob/master/samples/CurrencyConverter.hs You'll see that "Euro:" and "Dollar:" are usually after the input, not before. But even more, if you press F5 a few times, sometimes "Amounts...

Type: Bug
Type: Bug in Dependency

Benjamin Pierce et al. ask people to not post solutions online, as said in the preface: > Please do not post solutions to the exercises in any public place: Software...

`-applify` takes a variadic function and turns it into a function on a list. Can we have a function that takes a function on a list of similar values and...

enhancement