Florian Knop

Results 34 comments of Florian Knop

I've managed to fix the vertical alignment locally, I think it should be well aligned now. ![image](https://user-images.githubusercontent.com/6775689/61051811-45309f80-a3ea-11e9-9eaa-7341623cbefa.png) Right now the metadata is kept on one line when the torrent is...

The behaviour is now the same as before when the torrent is expanded.

It should be working now. The app still has the two options, if you want to keep only one view I can probably remove the old one as well. Or...

Any news on this issue? I have the same issue with Storybook 5 / React / Typescript and tailwind.macro@next: > The macro you imported from "undefined" is being executed outside...

Do you have a workaround for testing purposes? We're using `container.clearInstances()` inside the `beforeEach` as the documentation suggests, however it deletes all "primitive" values as well

Hello, I don't really know how Universal works. But are you sure that putting a pipe in providers https://github.com/kmturley/angular-google-sheets/blob/master/src/app/shared/shared.module.ts#L18 is the correct way to do it ?

It seems weird considering you never import `NgStringPipesModule`, I'll try to look into Universal to see if there is any issues regarding this.

Hello, you can check out https://github.com/urish/ngx-moment for all pipes related to time and durations.

No, it does not support it yet. Maybe you could copy the pipe in the meantime and having a service that setup the units with the correct language would do...

~~I'm not sure it's actually possible with Angular to do this. The `transform` method on the `PipeTransform` interface doesn't accept generic type information. https://angular.io/api/core/PipeTransform~~ ~~However, if you find a way,...