Mikko

Results 15 comments of Mikko

Perhaps more idiomatic way to count points inside the circle would be ```crystal pi_count = n.times.count do in_circle(rand, rand) end ``` but other than that the code looks good to...

Looks like we filed the exact same bug at the same time (#2678) :smile:

Problem is this line in the shell syntax definition: https://github.com/zyedidia/micro/blob/03ae049c0fe5862ca6010474dd775656bd6e5b86/runtime/syntax/sh.yaml#L61 The highlighter is not smart enough to handle `(^|\\s)` -- it just checks if it can match the beginning of...

I think my PR (#2415) a while back resolved this issue

I would appreciate an official package but as a workaround I was able to get the app working on OpenSUSE Tumbleweed by following these [instructions from reddit](https://www.reddit.com/r/openSUSE/comments/12js02n/any_guides_on_how_to_install_mullvad_vpn_in_tw/k74mlde/): TL;DR: 1. Download...

I pretty much just searched for "rubber" across the code base and copied what was implemented for the "rubber" type setter. It seems to work with the default settings with...

@karan0handa I have no plans to finish this PR. You're welcome to use my code/tests as a starting point for a new PR if you want (no attribution needed).

I think moving it inside the `if noRegex` is the right thing to do (in fact that's [what I just did as I was fixing this issue for myself](https://github.com/zyedidia/micro/compare/master...Andriamanitra:micro:fix-noregex-replace) before...

Micro does not include a C++ compiler, the warning is coming from a linter or a language server you have set up. You should open the issue in their repository.

Something needs to change so there is someone (or some group of reviewers) with authority to accept/reject changes looking at new contributions at least a few times a year. I...