Misha Kozik

Results 5 issues of Misha Kozik

Sometimes it useful to comment out multiple lines. That can be done with the comment macro: ``` (comment (some-code-1) (some-code-2) (some-code-3)) ``` Maybe it's worth to mention that in style...

Click on thrift file in project view and select Refactor -> Rename Popup window show full file contents, in case of large files, buttons are hidden. ![idea_thrift_bug](https://cloud.githubusercontent.com/assets/814799/8928429/16a5b7b2-3527-11e5-93cf-1e6d12d3c388.gif)

As per documentation we can use :test-matcher key to affect the test namespaces. If I use it for example to exclude some test (like #"(?!(app.render.test)).*"), and run `lein bat-test cloverage`,...

We need to implement solver for the expressions YE \* ME = TTTT

enhancement