Mick Lawitzke

Results 154 issues of Mick Lawitzke

### A descriptive title An (aot) Angular application currently needs to build each language seperate: ``` dist/index.html // Detect language and redirect to /en or /de dist/en/index.html // BaseDir app...

Version info: `2.0.0-14` I expect, using `before`, e.g. to login, the received cookies to be preserved into the scenario. Instead, the cookies are not present in the scenario. Usecase: Login...

### Current behavior Using `getBrowserCultureLang()` returns: - Chrome: de-DE (correct) - Firefox: de (wrong) - Safari: de-de (wrong) The problem gets worse when using `transloco-locale`: ```ts translocoLocaleService.setLocale(getBrowserCultureLang()) ``` -> Throws...

### Is your feature request related to a problem? Please describe. This may or may not be a feature request for updating the documentation: When using `.translate()` within pure pipe's...

### Is your feature request related to a problem? Please describe. I would like to get the default locale? In Transloco there is a function for that: ``` translocoService.setActiveLang(getBrowserLang() ||...

enhancement

### Is your feature request related to a problem? Please describe. I have multiple libraries that extract i18n json files. Using `@ngneat/transloco-scoped-libs` it will extract those files into separate folders:...

enhancement

I followed the sdk and sandbox to simply render a single gif: https://codesandbox.io/s/1wq52x1w44?fontsize=14&file=/src/gif.ts But when I import renderGif: ``` import { renderGif } from '@giphy/js-components'; ``` It throws an error:...

The parameter is called "seperator" not character. Also it should be undefined as default. Ref: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Array/join

According to the [Mongoose docs](https://mongoosejs.com/docs/typescript.html#using-extends-document) `Document` from Mongoose should not be extended like it is done in the [docs of NestJS](https://docs.nestjs.com/techniques/mongodb#model-injection). May one please update the docs to provide another...

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...