Ray Foss

Results 117 issues of Ray Foss

Volume seems to go up to 11, causing distortion... well more like 10000%. The issue is that you never know if the volume is at 100%, specially when you listen...

bug

### Self-service - [X] I'd be willing to implement a fix ### Describe the bug UV causing EBADF errors on Android. Possibly [Azure AppService](https://github.com/yarnpkg/yarn/issues/7440) as well. Seems to be an...

bug
upholded

#15 255 === 0xFF

``` console.log(new Color({color: [8, 52, 279], type: 'lchuv'}).rgb) // rgb(40, 0, 74) console.log(new Color({color: [8, 52, 279], type: 'lchuv'}).hex) // #28004A ``` # Actual output: ``` [-681, 119, -3575] "#-2a977-df7"...

Currently HEX will frequently go out of the 0xFF bounds and create unparseable strings Sandbox: https://runkit.com/hesygolu/60ee85d2ae1a4b001af6c265 ``` // Node.js users will need to import the module const Color = require("ac-colors");...

- [x] I am an active contributor to CCExtractor. **Necessary information** - What platform did you use? - [x] Linux 3 minute master file: https://storage.googleapis.com/learn-video/Testing/Teeny%20Test.zip Raw subs track: [raw eic...

difficulty: medium

This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/677) --- SSL env variable was being passed as a string, which was invalid and always treated as false, even when set to "true". sslCA was also...

This is also a problem on CodeSandbox, Runkit and Glitch... where unless specially configured, an attention consuming red Error is thrown. We can only use Javascript in codesandbox... apt does...

`serve -l tcp://foo-bar.localhost:9000` Results in: ``` β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ β”‚ Serving! β”‚ β”‚ - Local: http://127.0.0.1:9000 β”‚ - On Your Network: http://192.168.109.86:9000 β”‚ β”‚ Copied local address to clipboard! β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜...

Crashes on files with page title tag missing. Google Docs exports HTML without Title Tags Browser: Chrome 93 ``` background.js:106 Successfully injected _generated_background_page.html:1 Unchecked runtime.lastError: Invalid filename ```