-
**Describe the bug**
The extension is no longer recognizing that SiriusXM's web player is playing anything when the track name begins with special characters.
**How to reproduce**
Steps to reprod…
-
Version: Deno 2.0.0-rc.3
**Describe the bug**
Error when run module @gradio/client with deno 2
**Reproduce**
```javascript
import {
Client,
} from "https://cdn.jsdelivr.net/npm/@gradio/…
-
**Describe the bug**
There is a `globalThis` call in html5-qrcode.min.js. Using `globalThis` dramatically raises the minimum required browser versions. Doing `globalThis || global || self || window…
-
https://github.com/donavon/use-dark-mode/blob/29590271bb3a74f08975181c5ed68bd5a210ef83/src/initialize.js#L15
The global variable will only exist in node during ssr. `globalThis` === `window` in bro…
-
Trying to use with wrangler v2
```js
const { Telegraf } = require('telegraf');
const { Application, Router } = require('@cfworker/web');
const createTelegrafMiddleware = require('cfworker-middle…
-
This just a possible approach, but let's spell it out:
As background: (See [common-runner/src/cell.ts](https://github.com/commontoolsinc/labs/blob/main/typescript/packages/common-runner/src/cell.ts…
-
Hi. I have noticed that when we do ``window.setup = setup()`` this error is thrown: ``Property 'setup' does not exist on type 'Window & typeof globalThis'. Did you mean 'set'?``
I think it is bec…
-
**Problem**
- I'm using Sanity Studio V3 and they define a `process.env.MODE` variable using Vite's define config.
- This causes the `process` polyfill module to not be applied, and instead `process…
-
The `Buffer.from` method is used in utils to decode the token. `Buffer` isn't available outside of node environments (e.g. within the browser) and is causing runtime errors (ReferenceError: Buffer is …
-
### Feature Request Checklist
- [X] I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/master/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https:/…