-
The very first line of crypto stuff in the client code here makes this call to the "loadEnv" function of switchboard's AnchorUtils object:
```typscript
const { keypair, connection, program } …
-
- **Package Name**: @azure/communication-calling
- **Package Version**: 1.29.1, 1.28.4, 1.26.2
**Describe the bug**
After starting or joining room call and calling .selectMicrophone error triggers a…
-
I am getting this error when merging typescript files using the Webpack BundleDeclarationsWebpackPlugin.
```
TypeError: BundleDeclarationsWebpackPlugin is not a constructor
```
What's wrong with…
-
Hello, thank you for your plugin. I'm trying to test it, and on a plain starter vuepress site, my diagrams will render but there are no labels/text.
Proc: arm64
Node: v20.12.2
package.json
``…
-
-
The current bundle size is very large because the full React code is included for each page.
webpack options should be optimized to reduce the bundle size, including chunking and tree-shaking.
-
### Current behaviour
```
import { registerTranslation, enGB } from 'react-native-paper-dates';
registerTranslation('en-GB', enGB);
```
Uncaught ReferenceError: require is not defined
at eva…
-
This error occurred recently in test-server:
```
Frontend error:
Uncaught (in promise): Error
Error
at https://www.oppiatestserver.org/build/webpack_bundles/topic_editor.cdeb1f2596f285…
-
Is there a way to bundle this plugin with d3 using Webpack?
I found a way to import some of the functions through:
```js
import * as d3base from 'd3';
import { getSize, resolution, selectCanva…
-
I am trying to reverse proxy this container through Traefik, however I get this error when loading via HTTPS:
```
Failed to construct 'WebSocket': An insecure WebSocket connection may not be initi…