Randy Sugianto (Yuku)

Results 18 comments of Randy Sugianto (Yuku)

@Gechamare Could you explain the use case or reasons why this could be useful?

I agree that having a local backup will be useful. Especially since many users spend a lot of time and effort to write notes. An export-only backup is easier, we...

Somehow, the last pages feel very unpolished. I wish we can make a pull request to the pages itself.

I agree this is an important feature. Does anyone have the bandwith to implement this feature?

I agree. The test cases does not cover the case like the following: ```python end = ListNode(5) cycle = ListNode(3, ListNode(4, end)) end.next = cycle should_fail = ListNode(1, ListNode(2, cycle))...

Hi NielSync, would you make the PR?

I removed the revindex functionality: https://github.com/yukuku/androidbible/commit/08aa25cd9998b83709660f3bde313e90f31dd900 Letters with accents are not modified/normalized before searching. Therefore, "creò" only matches "creò" and not "creo".