Jason Axelson
Jason Axelson
It would be nice to have the option to show the committer as well as the author in the output
It would be nice to see the main repository in the table for easy comparison of the displayed metrics. Otherwise it's easy to forget how many stars, and how recently...
It would be very helpful if it was possible to link to a specific mutation in the graphql api. I imagine it working by first clicking on a ⛓ type...
Seems to happen the most on long "jsonl" files. That is a file with JSON that has a new JSON document on each line. Here's an example stack trace: ```...
Since `_getDataToSend` is defined as an implicit global variable (along with a few other functions), this library will fail to load when run in Javascript strict mode (i.e. `"use strict";`)...
I haven't been able to reproduce this yet but I wanted to file an initial bug report anyway. It seems that if you have a project with boundary 0.8.0 setup...
I think it would be helpful to include the compiler name in the warnings shown by `mix compile`. Currently the compiler name is shown in the VSCode output, but not...
http://emojipedia.org/white-frowning-face/ and http://www.unicode.org/emoji/charts/full-emoji-list.html#2639 I'm not sure what a good name for the emoji is. I choose megafrown because that is listed as the alternate. Perhaps "frowning_face", "white_frowning_face", or maybe just...
Hi is it possible to avoid running `URI.encode_query` on the passed in params? Currently the params are always being run through `URI.encode_query` in https://github.com/edgurgel/httpoison/blob/a4a7877/lib/httpoison/base.ex#L162: url = cond do not Keyword.has_key?(options,...
I have a similar issue to #282. I am also using Spacemacs and I have `(setq alchemist-mix-command "~/.asdf/installs/elixir/1.6.2/bin/mix")` set. I do know that it is being picked up because if...