Yunlei Liu

Results 7 issues of Yunlei Liu

### Description ### Hi, we are experimenting with ccache on CI(Jenkins) to speed up the (re)compilation of C/C++ project(built with cmake). Since the compilation happens in ephemeral docker container(a similar...

feature

when I use tmux-tpp to select a file, I can not open it using tmux-open, is there any workaround?

The current implementation of `current_url` in aepos is ``` ruby def current_url Capybara.current_session.current_url.sub(/^https?:\/\/[^\/]*/, '') end ``` Maybe ae_page_objects should pass down the full URL which would allow other router implementations...

https://gemnasium.com/appfolio/ae_page_objects

Remove unnecessary full url check in `normalize_url` method in [application_router.rb](https://github.com/appfolio/ae_page_objects/blob/130b710b85fcc95e2e2d03fe2f95feb21331ebcd/lib/ae_page_objects/core/application_router.rb) since the domain and protocol part are already removed [here](https://github.com/appfolio/ae_page_objects/blob/v1.4.0/lib/ae_page_objects/node.rb#L49-L55)

@jasonrclark can we watch any methods called on a object instead of only monitor the object creation?