ScriptType

Results 4 issues of ScriptType

**Describe the bug** If you use Moonlight in Full-screen on a macbook m1 16" with an 16:10 Resolution (1920x1200 or 3456x2160 for example) the Image/Stream doesn't start from the bottom...

**Is your feature request related to a problem? Please describe.** The Svelte Storybook uses Webpack 4 this results in an error when using Node 17 or higher ( 'ERR_OSSL_EVP_UNSUPPORTED'). **Describe...

feature request

### Command serve ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...

area: docs
angular/build:dev-server

i have following type which im returning. type InstanceArrayResponse struct { Body []*InstanceBody } if the Body is now an empty array i get null as a response when testing...

question