-
Following code will throw an error:
```javascript
let str = "{\"x\":-0.8999999999999999}";
console.log(JSONbig.parse(str));
```
```
/project/node_modules/json-bigint/lib/parse.js:215
…
-
The HTML String I am trying to convert is:
```html
Page
This is technically a page builder.
If you're super lazy, you can build a page out of one markd…
-
### Context
In release 2.7.0 , we did major work on migrating some old JS code to either a new native JS code or converting it to Ruby, harmonizing and modernizing our code base.
Which makes us …
-
I kept encountering an issue with the CLI. An error occurred: 'ERR_REQUIRE_ESM'.
I managed to create a workaround by avoiding the CLI and using the library instead. I set up a node project in a re…
-
I mentioned a while back that our Lighthouse score was low, and even running on local, the main site feels slow and laggy (maybe its just me?).
Anyways, we should start going in and seeing what we …
-
Hi @thlorenz I am wondering about your use of offset line.
I've taken your code and tried to add a third file to the map:
``` javascript
var convert = require('convert-source-map');
var combine = re…
-
### Checklist
- [X] The issue can be reproduced in the [nextjs-auth0 sample app](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01) (or N/A).
- [X] I have looked into the [Rea…
-
Forum Tread: https://community.plotly.com/t/how-to-get-plotly-to-use-the-set-locale/43499
TLDR: You can't get Plotly graphs to show in any other language than English (e.g. axis labels for a date a…
-
### System Info
latest transformers.js
### Environment/Platform
- [X] Website/web-app
- [ ] Browser extension
- [ ] Server-side (e.g., Node.js, Deno, Bun)
- [ ] Desktop app (e.g., Electron)
- [ ] …
-
### Describe the bug
Here's the code that I'm trying to convert to SSG:
```
import { Loader } from "@googlemaps/js-api-loader";
```
When I'm importing from a CommonJS module, e.g. @googlemaps/js-…