Yeonghoon Park

Results 6 issues of Yeonghoon Park

Is it possible to integrate this with live editor in the admin?

Firebase 셋업 없이 개발환경 세팅이 가능했으면 좋겠습니다.

enhancement

Dividers for header/footer view is drawn in `ListView` by default. I made a patch to imitate this drawing using pattern already being used in the library; making use of `WrapperView`....

I really hate to bring this up myself but it's reality that the large portion of devices out there is running on Android 2.x. Would you consider replace animation related...

https://github.com/ReactiveCouchbase/reactivecouchbase-rs-core/blob/master/src/main/scala/org/reactivecouchbase/rs/scaladsl/Bucket.scala#L81 (`openBucket` is blocking) Currently the `ReactiveCouchbase.bucket(~)` method is a blocking call which is not something one would expect since all blocking operations are supposedly dealt with asynchronously. Since Bucket...

hi, i ran into an issue building when the target is musl where `rustflags` in my `.cargo/config.toml` is not picked up by rustc. after some debugging i found that `RUSTFLAGS`...