Florian Mutter

Results 25 issues of Florian Mutter

If I have a schema with a decimal like this (example from the code): ``` { "name": "Dog", "namespace": "org.akhq", "type": "record", "fields" : [ {"name": "id", "type": "int"}, {"name":...

bug
good first issue
backend

**Do you want to request a *feature* or report a *bug*?** Report a Bug **What is the current behaviour?** `sw.js` is loaded from a CDN if a CDN is set...

bug
need more info
stale

We have set `pullRequests.frequency = "0 0 1 * ?"` in our `.scala-steward.conf`. Our expectation is that scala steward only creates new pull requests on the 1. of each month....

### Short description Allow known_hosts file to be loaded from resources or memory. ### Details Alpakka only allows loading the known_hosts file from file system. This prevents applications to package...

p:ftp

This allows this github action to be used like this: `renovatebot/github-action@v32` to always use the latest v32.x.x version

## Package + Version - [x] `@sentry/browser` - [ ] `@sentry/node` - [ ] `raven-js` - [ ] `raven-node` _(raven for node)_ - [ ] other: ### Version: ``` 4.6.6...

Misc: Help Wanted
Type: Feature
Status: Backlog
Hacktoberfest 🎃

According to https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#when-should-you-use-liveness-or-readiness-probes it is not necessary to send 503 on shutdown. > Note that if you just want to be able to drain requests when the Pod is deleted,...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...

bug
forward/linked
service/sqladmin

It would be nice if the checkov github action would add annotations to the files. This only requires a specific output format that is described here: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-a-warning-message Example how this...

After updating [jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) to v2.16.0 we get the following error: ``` java.lang.NoSuchMethodError: 'void com.fasterxml.jackson.module.kotlin.KotlinModule.(int, boolean, boolean, boolean, com.fasterxml.jackson.module.kotlin.SingletonSupport, boolean, int, kotlin.jvm.internal.DefaultConstructorMarker)' at org.ktorm.jackson.JsonSqlTypeKt.(JsonSqlType.kt:34) ``` Seems like jackson-module-kotlin v2.16.0 is not...