Philipp Feigl

Results 24 comments of Philipp Feigl

This can be easily implemented via a TranslateCompiler (see ngx-translate documentation on how to register it). We are using this simple implementation: ```typescript export class TranslationCompiler extends TranslateCompiler { public...

For the workaround, this is btw. what I'm using right now, which seems to do the job reasonably well ... ```csharp private void RemoveTabItemFocus() { var window = Window.GetWindow(this); var...

I meanwhile ran into multiple other issues connected to the re-focus. Most of them are mostly relevant, when the Dialog is not used with Input elements but used as a...

We are facing the same problem with an IdentityServer which does not support CORS for `/conntect/token` requests. Most swagger implementations (we are using `NSwag` and `Swashbuckle`) do however support injecting...

Having the same problem. Does not work on Angular 11. Demos (stackblitz) do work, but those are on Angular 7. Also tried the native zxing-js library without the angular wrapper...

Was just about fixing the problem but it actually worked in the sample application. I think the reason for this is, that in the current master, ivy is disabled. This...

![image](https://user-images.githubusercontent.com/237891/109232626-dffd0e00-77c8-11eb-924d-ab0ef8bb4c01.png) This gave me the impression, that the disable of ivy is actually missing in `3.1.3`

On an additional note: I think the dependency on `Microsoft.Extensions.Configuration.Json` is quite an anti-pattern. A library should ideally not read configuration on it's own and should either get the relevant...

We ran into the same problem today and we were able to identify the root problem to some extent. The problem only comes up when there are `Project Dependencies` setup...

Extraction seems to work. compile-pbi also passed and the created pbix could also be opened. However after opening it and applying the changes (to reload the data) an exception came...