fangxing
fangxing
When use ludo v0.12.8, go to last menu Add Games, navigate to top , ludo will stuck for more than 10-20 seconds
git repository: https://bitbucket.org/tildeslash/monit/src/master site: https://mmonit.com/
My enviroments: rb-readline (0.5.5), ruby 2.2.2 In my pry console, when try to insert Chinese characters. I typed, and hit Enter ``` RbReadline.rl_insert_text("我的".) ``` It becomes ``` > RbReadline.rl_insert_text("������") =>...
When I use `InfluxDB::Rails.instrument` in a background process, I would like to override the default location ``` InfluxDB::Rails.instrument "expensive_operation", tags: {location: "Foo#bar }, values: { } do expensive_operation end ```...
Add two configure option: `show_line_number` and `max_path_depth` Why? when I use ViewInspect, I usually need double click attribute `data-orig-file-line` 's value and copy it to search in my editor(sublime text3),...