Morb

Results 16 issues of Morb

For some reason `setTimeout` call twice one by one. Here reproduction code: ```typescript import { Window } from 'happy-dom'; (async () => { const window = new Window(); const document...

bug
high priority

ScaleLoader ignore `size` prop ```html ```

## About the PR In title. **Screenshots** **Changelog**

Status: Needs Review

Hey, just install package and got types error: ``` node_modules/telegraf-session-local/lib/session.d.ts:34:3 - error TS2309: An export assignment cannot be used in a module with other exported elements. 34 export = LocalSession...

Type: Question
Help wanted
Severity: Major

## About the PR New suits in AutoDrobe. **Screenshots** ![image](https://user-images.githubusercontent.com/14136326/191747284-0e82e849-9e0e-4cdc-b449-fb6b219a65f3.png) ![image](https://user-images.githubusercontent.com/14136326/191747484-fbcebf23-524a-48ac-8e96-406c39edb3af.png) **Changelog** :cl: - add: Added two new jester suits in AutoDrobe

No C#
Changes: Sprites
Status: Needs Review

## About the PR Fax system uses `DeviceNetwork` to search other faxes in network by ping/pong messages and then cache them. Uses simple `GenericVisualizer`. Have simple UI that allow select...

Changes: UI
Changes: Sprites
Status: Needs Review

## About the PR **Screenshots** **Changelog**

Status: Needs Review

## About the PR **Screenshots** **Changelog**

Status: Needs Review

Will be nice to add support for global providers, [like that](https://docs.nestjs.com/security/authentication#enable-authentication-globally) (`APP_INTERCEPTOR`, `APP_GUARD`, `APP_GUARD`, `APP_PIPE`). Now there now way to register some global providers for whole application and need to...

hacktoberfest

`finalStream` now disposes even if `DeserializeDirect` throw exception, this prevent `StreamFinalized` recyclable memory stream error.