Deleted user

Results 131129 comments of Deleted user

Hey all good! I'll return this controller and try a different controller to see if it's just a issue with this controller.

So I have replaced the controller and it doesnt seem to be working anyway with a new elite series 2.

This issue has been marked as "Waiting on Author" and has not had any activity for **7 day**. It has been closed for housekeeping purposes.

@zhamadagithub, thank you for opening this issue. We will triage it within the next few business days.

@iimpulse This is also an issue for me. Is there a specific reason the version is pinned?

Thanks for your quick response. I'll check back later for your updates.

I've looked at database/src/main/java/com/kunzisoft/keepass/database/search/SearchHelper.kt and this check is really bad: stringToCheck.endsWith("/$word", !searchParameters.caseSensitive) If I have the following URL in my KeePass database: https://www.example.com/login.sh It will match on https://login.sh/. This isn't...

I don't know how to write code in Kotlin, but maybe I can provide some pseudocode: ----- // stringtomatch contains the URL from each entry the database // word is...

As for unit tests I would recommend adding the following checks: assertFalse(expected.inTheSameDomainAs("https://example.com/domain.org", sameSubDomain = true)) assertFalse(expected.inTheSameDomainAs("https://example.com/www.domain.org", sameSubDomain = false))

```js menu (title='Convert' type='file' mode='multiple') { item(title='Folder A' cmd=io.move(sel.path,path.join('Your Directory',sel.name)) invoke=1) item(title='Folder A' cmd=io.move(sel.path,path.join('Your Directory',sel.name)) invoke=1) item(title='Folder A' cmd=io.move(sel.path,path.join('Your Directory',sel.name)) invoke=1) } ``` This will move all the selected files...