Oliver Hoff

Results 20 issues of Oliver Hoff

... that would automatically register the class as a service tagged as form type extension. Very like the `@FormType` does for form types already.

from https://www.kernel.org/pub/software/scm/git/docs/gitignore.html violated rules: 1. **Trailing spaces are ignored unless they are quoted with backslash ("\").** _lines get blindly trimmed at https://github.com/composer/composer/blob/master/src/Composer/Package/Archiver/BaseExcludeFilter.php#L83_ 2. An optional prefix "!" which negates the...

Bug

**Is your feature request related to a problem? Please describe.** When using the Subscription annotation with a custom subscribe, you cant access your class dependencies and cant use the parameter...

Enhancement :new:
Community :family_man_girl:
Discussion :speech_balloon:

When using the middlewares the package wants react & co as peer depencenies, which isnt needed for the middlewares. Could be solved by moving the middlewares into their own packages....

Proposed Changes: - add a usage (integer, not null) and maxUsage (integer, null) fields to TokenInterface - each call to verify of TokenVerifier should increment the usage field - each...

enhancement

Added 2 failing test cases for ReplaySubject: - the first is similar to an already existing test, but shows some more unexpected result - for the second I dont even...

**Description:** Accept `ObservableInput` as return values from notifier factories and document `ShareConfig` default values.

**Description:** I introduced a helper function in https://github.com/ReactiveX/rxjs/pull/6169/files#diff-9e451a38948f76e3294d51d3a213e0e9d0170c3d327a871e1435a457a8268125R28 to more easily test the global config handlers. With this PR I want to extract it into a general helper function in...

7.x
8.x

## Bug Report **Current Behavior** The replacements suggested for the deprecated multicasting operators in the migration guide https://rxjs.dev/deprecations/multicasting and on the individual operator pages do not behave exactly like the...

Imho it would be useful, if there are best practice documentation available. When using this bundle with the API platform, some more specific examples are provided in the API platform...