Samnang Chhun
Samnang Chhun
Similar to iStat Menu, they show both Public and Local IP Addresses. It's a quick and useful to access those infos sometime. 
How I impress with byebug and it works well, but if we could get the code syntax highlighting, it will be great. I have tried pry-byebug, but it seems it...
[EVM Basics — Macro Hackathons](https://www.youtube.com/watch?v=LNU4JLo_KAA) Learn the EVM basics with Gilbert from Macro DAO. He explains how EVM Opcodes work, so we can optimize gas in different opcodes when we...
I try to use homebrew to follow the instruction from https://github.com/ashbb/green_shoes/wiki/Building-Green-Shoes-on-OSX. But it doesn't work when I run `Shoes.show_manual 'English'`. I get the following error ``` LoadError: no such file...
When I used the option `parse_strategy: :sync` which is working fine with my solution, but it shows deprecated warning message: ``` [Representable] :parse_strategy is deprecated. Please use a populator. ```...
I noticed the behavior of parser to discover the position of test only supports a string in `describe(string)`. It will not work if we have the real class name like...
Should it better to mention the nativefier command that generates that app on README? What is the option that you pass to the command to get rid of brower versions...
After I upgraded my Rails(4.1.8) to Ruby 2.2.0. I notice some error messages in my logs: ``` app web.1 - - E, [2015-01-02T04:19:12.265987 #12] ERROR -- : listen loop error:...
I would like to ask for recommendation for article images hosting because my website is hosting on free Heroku account, so I don't want to include those images in project...
When I start implementing caching in my app, I noticed [CachedResourcesProcessor#process_resources](https://github.com/jsonapi-rb/jsonapi-renderer/blob/daa95d830a6f71a39304c8db20c8acd89e34b7a7/lib/jsonapi/renderer/cached_resources_processor.rb#L17) returns an array of strings, but [SimpleResourcesProcessor#process_resources](https://github.com/jsonapi-rb/jsonapi-renderer/blob/daa95d830a6f71a39304c8db20c8acd89e34b7a7/lib/jsonapi/renderer/simple_resources_processor.rb#L7) returns an array of hashes. I assume the api should expect to...