Leonid Shevtsov

Results 8 issues of Leonid Shevtsov

- Ecto 3 compatibility - most of the changes deal with using core date time types instead of the deprecated ecto ones. - Replace unsafe HTML strings with `Phoenix.HTML.raw` -...

I have added a `Rake.application.running?` method, that returns true if Rake is running currently, and false otherwise. It is most useful to fence off code that is only needed for...

``` 2016-11-01 08:23:53.750 Brightness Menulet[33962:10875811] readDisplay:458683794 controlValue: failed need to retry... ```

Hi! Thanks for this gem and thanks for your continued maintenance of it! It's super valuable. However I almost missed it when [searching for "constraints" on Rubygems](https://rubygems.org/search?utf8=βœ“&query=constraints). (Fortunately, later I...

expected result, from Cloudflare: ``` >dig TXT @1.1.1.1 leonid.shevtsov.me ;; ANSWER SECTION: leonid.shevtsov.me. 900 IN TXT "spf snip" leonid.shevtsov.me. 900 IN TXT "google snip" ``` actual result from unbound: ```...

It's great that this package ships with TS definitions, but the function was missing from them. It's tricky to properly type a HOC that returns a component with an API;...

I encountered an error when the value of a `children` property was a function call, not an array. Specific example: ``` children: angular.copy(initialStateArrayThatIsReused) ``` I'm not experienced with Babel enough...

See screenshot: http://prntscr.com/2x675 I'd recommend `gsub(/[\x00-\x1f]/,' ')`