-
### Problem
- Add support for the Search-A-Licious API
- https://search.openfoodfacts.org/docs
- Note that we already have JS widgets in https://github.com/openfoodfacts/search-a-licious
### Part of
…
-
Added in https://github-com/xtermjs/xterm.js/pull/2530
This is part of https://github-com/Microsoft/vscode/issues/21125, to add a setting to opt into link detection based on VS Code's shared system…
-
It would be nice if the ability to read a `degit.json` file were available from the JS API too. I took a quick stab at it here with a test in there as well: https://github.com/Rich-Harris/degit/compar…
-
Right now error messages is src/lib/api.js are not localized; perhaps we could convert api to a constructor and pass in strings or something like that. Right now I've added error messages to an object…
-
(from Syncbase usability fixit)
@AsturaPhoenix pointed out that unlike the rest of the Vanadium JS libraries, the Syncbase JS library does not include a Promise-based API. This issue is low-priority …
-
Rather than defining your latlng as
``` javascript
latLong = {
lat: parseFloat(mapElement.getAttribute('data-latitude')),
lng: parseFloat(mapElement.getAttribute('data-longitude'))
};
```
…
-
I have the following code in the browser:
```js
async function compareFaces(face1, face2) {
const detection1 = await faceapi.detectSingleFace(face1).withFaceLandmarks().withFaceDescriptor()
…
-
**Bug report or Feature request?**
I'd consider it a BUG
**Version (complete output of `terser -V` or specific git commit)**
npx terser -V
terser 5.36.0
tested on MacOS
**Complete CLI …
-
Hi, I have a Typescript StencilJS and Storybook project. They use Jest under the hood for testing. I have added the report portal agent to the Jest config as a reporter. This is just a POC at the mome…
-
Seneca actions are specific thing (the function called when a pattern matches).
This file contains a smalls set of api methods - seems to be an incomplete refactoring.