David

Results 32 issues of David

Drumkits that are downloaded via Hydrogen are stored in `~/Library/Application Support/Hydrogen/drumkits` by default

Hi, It would be nice if resilince4j would export a metric that would show the time that has been spend waiting because a ratelimiter reached its limit. At least to...

enhancement

Due to (another) seq requirement we are not allowed to run with GID 0 in k8s. Is there any way to do that? I get the following error: ``` docker...

We have a company-wide sec. requirement to run containers in k8s with a read only fs (We run it there for dev purposes only). We have been able to implement...

This commit adds a lexer for LDIF. There could be more hilighting on keywords like `changetype`/`add`/`replace` etc, but I decided to keep it simple as a start.

CI servers typically do a shallow clone by default without the complete history. Especially Gitlab CI clones by default the last 20 commits which makes this plugin work as expected...

hacktoberfest
good-first-issue

We recently upgraded from Propel 1.6.5. We noticed that some of our querys where running very long, because of an unnecessary `CROSS JOIN`. I tracked the problem down to some...

When diffing a file that uses multiple databases (`USE DB`) the output diff does not contain any USE statements. Because of that the diff can not be applied. Would be...

Hi, we get the following error on an connection that has been freshly connected before: ``` Caused by: LDAPException(resultCode=81 (server down), errorMessage='The connection is not established.', ldapSDKVersion=5.0.0-verboselogging-SNAPSHOT, revision=286d9a21386aee242dfaa6cc1052a606f11dedc8) at com.unboundid.ldap.sdk.LDAPConnection.registerResponseAcceptor(LDAPConnection.java:4725)...

As far as I understood the plugin will use semantic versioned snapshots versions by default (e.g. for build), but a maven style snapshot can by published by running the `snapshot`...