Jannik Mewes

Results 12 issues of Jannik Mewes

#### Issue description Angular production bundles use the encoded ɵ char (\u0275) for Ivy-generated methods. In some cases, acorn parser will falsy detect use of a reserved keyword and throw...

Status: Ready for PR
flag: Community help wanted

# Bug Report **Vime version:** 5.0.31 **Current behavior:** Initialization using Angualr 12 will fail with error: Error: Failed to execute 'define' on 'CustomElementRegistry': parameter 2 is not of type 'Function'....

bug

Hi, just wanted to let you know about this, think Angular works well without using the adapter. That's because it can be set up to work with native web components...

enhancement

Sorry to throw so many bug reports at you. Seems like something has gone wrong in the close past and messed up lots of examples and integrations. # Bug Report...

bug

### Description **Minimal code-snippet showcasing the problem** ```ts @Exclude() class BaseModel {} class ChildModel extends BaseModel { @Expose() value1:string; unexposed:string; } ``` ### Expected behavior ChildModel should be transformed using...

type: fix
status: needs triage

As soon as a test file contains a param decorator like e.g. ```ts class SimpleTestController { handlerMethod(@Body() xxx) { return; } } ``` jest-runner will fail. There already was a...

bug

## Feature Description ### The Problem TypeOrm 0.2 didn't have a well-built API for working with custom repositories. Now with 0.3 there's the new way of calling someRepo.extend({custom method overrides})....

new feature
requires triage

The documentation on cascading options and what they exactly do is incomplete and spread over several doc pages. As discussed in https://github.com/typeorm/typeorm/issues/6139 , I am trying to gather solid information...

documentation
requires triage

### Affected Package @ngxs/store ### Is this a regression? Yes, used to work in 3.7.4 (likely introduced in 3.7.6) 97% sure its caused by this change: https://github.com/ngxs/store/pull/1927/files ### Description Errors...

domain: core
state: has PR

**Describe the bug** Hi Seldszar, a few days ago a new Chrome version has been rolled out and since then I'm experiencing following issues: - Gumbo does not refresh or...

bug