-
I am using Photoswipe without lightbox module (https://photoswipe.com/data-sources/#without-lightbox-module). The example provided here is based on lightbox
```
const captionPlugin = new PhotoSwi…
-
### What is the problem this feature will solve?
Nodejs version 20.15.0,
I have a .mjs file, use `node --experimental-sea-config sea-config.json` pack as a blob,
and then `npx postject hello NODE_S…
-
I am using docker container and Amazon's Alexa. Every time I turn on one light connected through home-assistant-matter-hub to Alexa, the old brigthness setting is changed to 100%.
-
### Reproduction steps
Step 1: Run `gatsby build`
Step 2: Observe the failure during the HTML build phase.
Step 3: Debug the issue by reviewing the logs and error messages related to DOMParser() us…
-
This should be a must have. I'm currently having issues when trying to import topbar from a es module and just noticed that the distribution package contains a commonjs only package.
-
**Describe the bug**
When I start the emulators with emulators start command, all, but ui starts. This is the error log:
```
node:internal/modules/cjs/loader:1163
throw err;
^
Er…
-
node: 18.18.2
sst: 3.1.10
Hello
In my lambda function crypto is well defined and I can use it without problem
only when I call `bus.publish()` I get the following error.
```
err: {
"t…
-
### What is the problem this feature will solve?
The current ESM-CJS interop has two problems when it comes to files authored as ESM and then compiled to CJS
#### Problem 1
Due to how ESM wor…
-
The current advice for limited ESM support is to use `--experimental-loader=...`. Ultimately we should move towards recommending `module.register(...)` usage instead, because it is on the path to bein…
-
Hey,
Noob question here: From the docs, we should:
```javascript
var Buffer = require('buffer/').Buffer // note: the trailing slash is important!
```
Question: How does one use the import/expo…