-
Provide JSI function for transcribe audio buffer, so we can use library like [react-native-audio-pcm-stream](https://github.com/mybigday/react-native-audio-pcm-stream) or from another source, and we c…
-
The installer_ui.js file receives an SSE stream from the installer backend (install_engine.php). Save all the logs in a variable. Convert this to a file when the SSE stream is closed, and allow the us…
-
When data contains a `BigInt` variable, trying to apply `normalize` on this variable throws an error: `TypeError: Cannot convert a BigInt value to a number`.
I've created a small notebook to reprod…
juba updated
2 months ago
-
This issue is about a problem in 101.o.o - and while it might also be a nice task for a future GSoC student, it's probably a good idea if one of the repo admins/devs fixes it before the next GSoC seas…
-
## Descriptions
Sourcemaps are misconfigured, resulting in warnings when using create-react-app:
```
Failed to parse source map from '/Users/example/terraso-web-client/node_modules/munsell/src/MRD.…
-
Hi! Thanks for a great lib! Is it possible to use .q method with callback instead of promise?
And can we use createPool and then call .q method?
-
I am getting the below error when executing the basic example provided in the docs in my NodeJs project:
```
/Users/harsh/Desktop/http-snippet-demo/node_modules/ajv/dist/compile/index.js:120
…
-
**Current Behavior**
When the home page window size is minimized the navigation bar is getting overlapped with the logo
******************************************************************************…
-
Environment:
Node: 10
Os: ubuntu:18.04 (docker)
```
const path = './tmp';
const saveTempFile = (file, buffer) => { ... }
const readTempFile = file => { ... }
const deleteTempFile = …
-
Tried to implement a simple background removal in vuejs:
```vue
Upload Image
import removeBackground from '@imgly/background-removal';
export default {
name: "…