David Doorn

Results 8 issues of David Doorn

This would allow for more specific user management without needing an explicit username or password, something like: ```js // auth with admin let options = { ldapOpts: { url: 'ldap://example.com',...

enhancement

Currently, when a form field has rules, those rules remain active when the field is removed. Can this be fixed and/or is there a workaround? Example: PersonForm.php ```php public function...

Suppose one were to export a GPG keyring for user A, B, C and D, would it be possible to use it with Blackbox rather than running `blackbox_addadmin` for every...

enhancement

Okay, so I have been unable to pass data to a detail page by using the `props` property in the `navigate` method. When looking into the documentation on Nativescript's NavigationEntry,...

When one picks the HSTS and CORS plugins (IDEA plugin or online generator, doesn't matter), `plugins/HTTP.kt` will not compile. This is due to two issues: ## Missing imports `io.ktor.server.plugins.hsts.*` and...

This PR allows a user to add a custom build script (as long as it's defined in `package.json`). Why is this useful? Well, what if you want to deploy to...

There is a bug where the search feature doesn't get focus when the window that was previously in focus is not the File Explorer [1]. Instead, when I start typing,...

For many-to-many relations, the creation of bridging tables is often necessary. In some cases, these relations may require some extra data. To use the wiki example: ``` kotlin // create...

enhancement