Trevor Karjanis

Results 4 issues of Trevor Karjanis

### Describe the bug The [documentation states](https://github.com/ReactiveX/rxjs/blob/47fa8d555754b18887baf15e22eb3dd91bf8bfea/docs_app/content/guide/subject.md?plain=1#L368) that `new Subject()` is an alias for `new Subject()`. However, with TypeScript ~4.3.5 `new Subject()` is an alias for `new Subject()`, and `subject.next`...

IDEs like VSCode lint the project with TSLint and the root application with ESLint after migrating only a project library. I have created a [repository that reproduces the issue](https://github.com/TrevorKarjanis/angular-eslint-issue-617). 1....

package: builder
triage

Document.currentScript is null when executed in a module or with eval. This results in an exception on line 14 in prefixfree.js. I understand that the limitations state, "Prefixing code in...

When updating shapes and annotations with Plotly.react, both are drawn outside the plot when the y-axis is automatically ranged. [StackBlitz Example](https://stackblitz.com/edit/js-3tbj79) This seems to be because the y range is...

bug
P3