Danilo Bürger

Results 25 issues of Danilo Bürger

Is there any solution in this library on how to handle if a host selected by the load balancer is down? Or would one build that on top? Or would...

When upgrading to react-native 0.56 and running tests with jest it seems that `child.type.displayName` (https://github.com/mientjan/react-native-markdown-renderer/blob/master/src/lib/util/applyStyle.js#L16) is always undefined and thus producing failing tests. A lot was changed in the `Text`...

When using the FailoverClient (Sentinel) with PubSub, calling Close will deadlock. ## Expected Behavior Close will close the PubSub and return. ## Current Behavior Close does not return. ## Steps...

The framework test was changed in gatsby 5.6 via https://github.com/gatsbyjs/gatsby/pull/37508 Therefor framework.test is no longer of type RegExp and fixFrameworkCache would return early. This resulted in the non-creation of framework-[contenthash].js....

Coming with postgres 14: https://www.postgresql.org/docs/14/rangetypes.html Supported: - [x] int4range - [x] int8range - [x] numrange - [ ] tsrange - [ ] tstzrange - [ ] daterange

help wanted