Results 10 issues of artshell

That library was really great! Can you support "siArrowPosition" support "top" and "bottom" attributes Thank you for your time write this!

老式和新式调用方法在 酷派手机上 onActivityResult没有回调啊

when open xml file on eclipse version 3.7.2 and eclipse version 4.2.2, report: An error has occurred. See error log for more details. org.eclipse.swt.widgets.Composite cannot be cast to org.eclipse.ui.IEditorPart ##...

Thanks for this library. Whether to consider add RxJava 2.x features?

`Reconnect::new()` Generic parameters are redundant [`S, Request>`](https://github.com/tower-rs/tower/blob/bf4ea948346c59a5be03563425a7d9f04aadedf2/tower/src/reconnect/mod.rs#L52) ```rust pub fn new(mk_service: M, target: Target) -> Self { Reconnect { mk_service, state: State::Idle, target, error: None, } } ```

Somebody have MakeBalance and MakeBalanceLayer example? code snippet or link? thanks!

GROUP + POM_ARTIFACT_ID + VERSION_NAME com.uber.bundle:POM_ARTIFACT_ID:1.0.0 gradle.properties file inside The POM_ARTIFACT_ID be missed

1、The RxJava3 preview version Whether or not synchronous with The official RxJava2's content ? 2、The version will as a next official version to publish ?

question

Hello netifi team I recommend separating maven and gradle configuration files mixing them together is confusing

```rust let (mut ref_context, parent_handle) = RefContext::new(); tokio::spawn(async move { ref_context.done() }); ``` *error message!* `dyn futures::Future` cannot be sent between threads safely [E0277] Help: the trait `std::marker::Send` is not...