Michał Mrozek

Results 8 issues of Michał Mrozek

### Describe the bug In the latest version of `@fontsource/material-icons` (5.0.11) defaults for `$unicode` changed leading to problems with support of some code points. eg. `e876` or `e14c`. **e876 in...

bug

Marks class-transformer as peer dependency next to dependency. This ensures consumer installed version is prioritized and used to avoid runtime issues. Resolves: #341, #365

**Current behavior** The following code throws error ("Forbids calling `subscribe` without an accompanying `takeUntil`") in the current version: ```ts @Component() class Test { #destroyer = new Subject(); public ngOnInit(): void...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...

In all versions after 0.5.0 if somewhere in the code the `RegExp.test` is used on mocked object property then tests fails. This can be simply reproduced using bellow test snipped,...

stale

It seems that at least some devices have wrong resolution defined in the resource files we got from one of our users. Please check if the values for `Clean machine...

bug

### Environment Latest, Node 22.21.0 ### Reproduction Simply check provider during jenkins pipeline execution. ```js import { provider } from 'std-env'; console.log(provider); ``` ### Describe the bug Currently the providers...

bug