Benedikt Franke

Results 451 comments of Benedikt Franke

Good point, there are a few ways to ensure no such mismatch happens. The common pattern would be that this mechanism should ensure that key updates are atomic. Adding a...

I think that what needs to be figured out is how to make this the most convenient and clear for users. Watching for TLS updates could be a configuration option,...

This is a feature that i would be interested in, too. Filtering test execution based on the parent class of test classes is a natural way of grouping tests together....

Good point @andy-educake. In short, the selection of which tests to execute naturally coincides with a commonality in their setup, for which inheritance of test classes is the most commmonly...

Not necessarily, Sentry and Apollo could be used with React Native. In those contexts, i think this package should still work without that dependency.

What specifically is not working without `@sentry/browser`? Can you provide an error message? Alternatively, you may look at the source code and see where the dependency on `@sentry/browser` is used,...

The pre-built docker image is not suitable for that kind of work, but you can take the https://github.com/there4/markdown-resume/blob/master/Dockerfile as a basis for building a dev image. You will probably need...

I added a failing test case for this with https://github.com/TomasVotruba/bladestan/pull/82.

The same seems to be true for cifs mounts created through a custom volume driver: https://github.com/juliohm1978/kubernetes-cifs-volumedriver/issues/8 Edit: Looks like there is very little magic that Kubernetes does when mounting the...