Felix Hennig

Results 14 issues of Felix Hennig

Graphene v3 is still in beta, but pretty stable now (https://github.com/graphql-python/graphene/wiki/v3-release-notes#graphene-schema-no-longer-subclasses-graphqlschema-type), it would be great if graphene-mongo could be made compatible. Only the `graphene` package has to be updated. I...

Graphene's update to v3 is stabilizing. For flask, it is already possible to operate with pre-release packages (`graphene` v.3.0b5, `graphql-server[flask]` v3.0.0b1), for `graphql-django` the upgrade to v3 is in progress:...

Hi, I'm facing [an issue with the owncloud client](https://github.com/owncloud/client/issues/3726) and I think the issue lies with qtkeychain. I would like to build the test-client to verify that qtkeychain is working...

I have an idea for using fixture in the `case` macro: struct TestDependency; // complex object #[fixture] fn dependency_built_in_one_way() -> TestDependency { ... // long setup } #[fixture] fn dependency_built_in_another_way()...

In the BTT.h file there is no `btt_tempo_callback_t`, but it should be there I believe.

### Affected version nightly (and possibly older versions) ### Current and expected behavior In the test an initial connection through a port forward is used to connect to 9092, but...

type/bug

## Context The ZK operator uses the ordinal index of pods in the RoleGroup statefulsets to assign a `myid` to each replica. This approach leads to duplicate IDs when using...

type/bug

As an API user I want to receive the current data version, even if my specific query returns an empty result set. In fact, the Swagger schema doesn't show the...

bug

We are tracking this in #1423 For now, we need to disable this test, because it's too noisy. we can re-enable it once we have fixed it.

resolves # ## PR Checklist - [ ] All necessary documentation has been adapted. - [ ] The implemented feature is covered by an appropriate test.