Marcus Kruse

Results 8 issues of Marcus Kruse

Hello `Benchee` runs great in Livebook, but raises an exception in the Livebook-App. In the Livebook-App the file `Path.join([:code.root_dir(), "releases", otp_release, "OTP_VERSION"])` is not available. Maybe `Benchee.System.erlang/0` could return `otp_release`...

bug

closes #367 Because this PR is so small I add a cat pic. ![klara](https://user-images.githubusercontent.com/223263/183300439-9e0528b4-38bc-411c-bdd2-f57a0d0aedba.png)

Some style guides propose: > Use parentheses for one-arity functions when using the pipe operator (|>) > ```elixir > # not preferred > some_string |> String.downcase |> String.trim > >...

First of all, thanks for your great work. I have started an experimental project [`recode`](https://github.com/hrzndhrn/recode) to playing around with `sourceror`. When I reformat one my project [`time_zone_info`](https://github.com/hrzndhrn/time_zone_info) with `recode` I...

feature request

Hi, Sascha my suggestion would be to extend the `config_key` option so that a list is also accepted. That would be usefull for `behaviour`s with additional configurations. Example: ```elixir config...

This PR extracts some changes from PR "Proposal: Searching for implementations with keys" #17 .

closes #53 even if the title of the ticket mentioned trailing comments. I have tried to take blank lines between and after comment to take into account. For that I...

Hello @PragTob This PR adds outlier handling to `statistex`. The goal of this changes is to use the new functionality in `benchee` to solve issue https://github.com/bencheeorg/benchee/issues/382 A little test with...