Derk Schooltink

Results 13 issues of Derk Schooltink

I was wondering if it's at all possible to hide the toolbar of the fragment activity in code. I could write my own implementation of the xml layout of the...

Given the following code: ` call.respond(HttpStatusCode.InternalServerError, "{}") ` ` call.respondText("{}", ContentType.Application.Json, HttpStatusCode.InternalServerError) ` I am intercepting the response in the 'after' of the 'sendPipeline': ``` pipeline.sendPipeline.intercept(ApplicationSendPipeline.After) { println("Respond: " +...

I'm getting very frequent error messages such as: `[ERROR] write udp 127.0.0.1:45844->127.0.0.1:2000: write: message too long` I'm running a setup in ECS, where my backend sends Xray traces to a...

It could be the case while selecting a lot of entries from a database, that the set will become too large to be able to be displayed. It might be...

RDS IAM is very useful, but the current implementation only supports connecting to RDS instances in the same AWS account where Kviklet runs. In order to support cross-account RDS connections,...

Getting a certain amount of reviews is great when requests only have to be reviewed by a single user-group. But in organisations where multiple user-groups have to approve a request,...

With large amounts of connections managed in Kviklet, it becomes hard to pick the right connection when creating an execution request. In order to simplify picking the right connection, I...

Usually, access to a database is not without a reason. A reason that might be an issue or feature request in an external system, such as a Github issue, Jira,...

One of the powerful features of Flipt is separation by environment and/or namespace. Evaluation a flag across those dimensions is trivial using Flipt SDKs but is not really possible if...

enhancement