Jamin Thornsberry

Results 8 comments of Jamin Thornsberry

@zenorocha Any chance we could get this merged?

@IlanCosman I was able to convert my install script to this: ```sh tide configure --auto \ --style='Classic' \ --prompt_colors='16 colors' \ --show_time='No' \ --classic_prompt_separators='Slanted' \ --powerline_prompt_heads='Slanted' \ --powerline_prompt_tails='Slanted' \ --powerline_prompt_height='One...

Here's my contribution! It's a pretty straightforward design, but I think it would work well as a project and extension icon. I used [Asap](https://github.com/Omnibus-Type/Asap) for the text font, since that...

@Tyriar's change would indeed resolve my issue. Currently, force-selecting with shift is impossible on macOS. With that change, it becomes the default everywhere (even on macOS), and enabling the `macOptionClickForcesSelection`...

It would be particularly useful for a subcommand like this to output MIME types. It would also be preferable that running this subcommand would be extremely quick (which I imagine...

[kitty](https://sw.kovidgoyal.net/kitty/) handles this by offering configuration settings for the standard font face, bold, italic, and bold-italic: https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.font_family I can see the merit of auto-calculating a "bolder" font when there isn't...

Ah yeah, I see that it's very explicitly documented here: > [The column must precede the surrounding expression.](https://hexdocs.pm/elixir/Code.Fragment.html#surround_context/3) I think this makes intuitive sense when we think of the current...

Just happened upon this as well. For some extra context: - `combine` was introduced in [this commit](https://github.com/elm-community/random-extra/commit/783420e805beb8aa816943f85f7dcf9485234d4c#diff-1c937487d6081ba60ad45a7c98c60845R165) under the name `together` and later renamed in [this commit](https://github.com/elm-community/random-extra/commit/d2767d9de07ade67f0e2a940fa9ae7d968ba7a49). - `sequence` was...