Nils Tijtgat

Results 12 issues of Nils Tijtgat

**Describe the bug** I'm seeing a Typescript issue because of `@angular/core` being explicitly listed as a dependency of `codelyzer`. **Context and configuration** `codelyzer` lists `@angular/core: 9.0.0` as an explicit dependency...

Hi! I'm working on an Angular project with `strictTemplates` enabled, and am running into a problem with `ng2-ckeditor`, where the output of the `(change)` output binding is typed as `CKEDITOR.eventInfo`...

This PR fixes https://github.com/t-mullen/video-stream-merger/issues/78 by allowing a consumer of this library to pass objects with only a subset of properties of `ConstructorOptions`.

The `video-stream-merger` constructor takes `options?: ConstructorOptions | undefined` as argument. In its current typing, this requires a consumer of this library to specify every single attribute from `ConstructorOptions`, even when...

This PR introduces a new feature into QLC+: the Fixture Tester. With this feature (that you can toggle) with a button in the Fixture Manager selected fixtures will output white...

Hi, This PR introduces a new MIDI Plugin setting. As it stands right now, when QLC+ receives a `Note Off` command, it gets [auto-mapped to value 0](https://github.com/Timebutt/qlcplus/blob/master/plugins/midi/src/common/midiprotocol.cpp#L51). Because of this,...

I noticed degrade performance when refactoring my application to use the new Angular standalone components and routing when using `ngx-quicklink` so decided to investigate. It turns out that if you...

### Describe the bug I have implemented a few mutations in an Angular application I am working on, but noticed during testing that using Angular's own HttpTestingController does not allow...

documentation
package: angular-query

I ran into an obscure bug when using `@angular/fire` in my application and traced it down to an (in my opinion) incorrect implementation of `filterEvents` in `rxfire` (implementation [here]( https://github.com/FirebaseExtended/rxfire/blob/main/firestore/collection/index.ts#L44))....