Huan Xiong
Huan Xiong
I use pass on different devices (phone, laptop, etc.) and each device is set up to have its own branch. Ideally the workflow would be: 1) [On each device] Push...
(This is not an issue but a question) I wonder why the app requires user to set an *application-sepcific passcode* when user enable authentication in `Settings->Passcode Lock`? Isn't it better...
Fix https://github.com/mrichar1/clipster/issues/86
If there is no X clients owning primary selection, Clipster [acquires the ownership and updates it with the latest entry in history](https://github.com/mrichar1/clipster/blob/master/clipster#L503). This is how clipboard manager typically does and...
There are two main mechanisms in the code to prevent indefinite looping: - The check in [line 456](https://github.com/rayx/clipster/blob/master/clipster#L456) prevents indefinite loop that primary selection and clipboard keep synchronizing with each...
**(Required) Version Number:** Master branch (pulled from main repo about 1 month ago) ## Description I'm using inside month header with `JTACMonthView`. For some reason (see background below) I'd like...
**(Required) Version Number:** Master branch (pulled from main repo about 1 month ago) ## Description When `animateScroll` param is false, calling `JTACMonthView.scrollToDate()` prevents date cell objects moved out of the...
When using `PushRow` with custom type, if two instances of the custom type have same string representation, it would crash the App due to `"Duplicate tag"` error (see https://github.com/xmartlabs/Eureka/issues/552). As...
This is a not an issue but a comment. As a user I find it confusing to require "&" in `+=`, but not in `=`. See the code below (I...
This was because the test checked dmesg output on exit and found a message like this: [ 459.424792] i6300esb: Unexpected close, not stopping watchdog! The message was not an error....