Mick Lawitzke

Results 154 issues of Mick Lawitzke

I am trying to simply resize an image: ``` ``` This works fine on dev where `ipx` is used. Deployed to Vercel however it uses the provider `'vercel'` it does...

For some reason it was not possible to just use any width, instead all width's that want to be used needed to be predefined within `image.screens` which is related to...

Currently it doesnt seem possible to include all sub-domains in the config: Image-URL: https://random-id.public.blob.vercel-storage.com/my-image.jpg - Works: `{ domains: ['random-id.public.blob.vercel-storage.com'] }` - Doesnt work: `{ domains: ['public.blob.vercel-storage.com'] }` - Doesnt work:...

When using an enum as `name` it works fine by adding `//@ts-ignore` but the interface didnt allow that. ``` @ValidateNested() @Type(() => MyDto, { discriminator: { property: 'type', subTypes: [...

### Describe the feature Right now the `domain` feature is a bit unhandy: * If I put `my-domain.de` it does not match `www.my-domain.de` * If I put `my-domain.de` it does...

feature request
v8
domain

When having a leave animation the start and end animation Template: `` Component: ``` //... isVisible = false; ngOnInit() { setTimeout(() => { this.isVisble = true; }, 5000); setTimeout(() =>...

Really love this package but I encountered a few limitations when using it. Providing more options to some animations would be amazing: - `bounce` should have a direction property to...

### Clear and concise description of the problem Sometimes values are undefined within an application, unfortunately this will throw a 500 error (at least in Nuxt) so the whole page...

Status: Proposal

### Clear and concise description of the problem The docs are really great! I just dont see how to use all this amazing template functions within the script, e.g. `$t`,...

good first issue
help wanted
Status: PR Welcome
Status: Proposal
Type: Documentation

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is this a regression? Yes ### Current behavior Using `transloco-keys-manager find` I always...