Jason Barry
Jason Barry
Sorry, it's not clear to me and it hasn't been brought up yet – why not just put all your JS projects into ~/Sites, and drag the Sites directory into...
Noticed as well on https://posthog.com/docs/session-replay/installation. First error that gets logged is `Blocked a frame with origin "https://posthog.com" from accessing a frame with origin "https://app.posthog.com". Protocols, domains, and ports must match.`
@xobotyi the problem is that in Safari, `devicePixelRatio` doesn't change when you zoom in and out. It is instead used to refer to the constant hardware pixel density of the...
Should be solved by webpack's `output.globalObject` [config setting](https://webpack.js.org/configuration/output/#outputglobalobject): > To make UMD build available on both browsers and Node.js, set `output.globalObject` option to `'this'`.
`root` is not honored either
Blocked by https://github.com/netlify/bitballoon/issues/16952
I ended up doing something like that — check out https://github.com/jasonbarry/react-infinite/commit/faf24cdb8bc14912665f72f7c128f11dc1ffd391
Makes sense @adamaltman, thanks for the response! Feel free to close this issue out if you'd like.
``` $ TEST_EXTENSIONS=.spec.ts ts-node --esm ./utils.spec.ts TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for ```
Ah, I should have done at least a cursory search before posting -- I see that [it is indeed supported here](https://github.com/dan-kwiat/openai-edge/blob/main/src/configuration.ts#L23). Would be nice to mention this in the readme...