Sapti Sunil

Results 6 issues of Sapti Sunil

I am not able to use these const nlp = require('compromise') nlp.extend(require('compromise-numbers')) in the react app. it shows nlp.extend is not a function. Similarly for emails() also it shows the...

Discussion

Here is the code for leaflet maps that i have used. ``` ``` I wanted to clear the bounding box drawn using a button outside the MapContainer? How can i...

Exception Traceback (most recent call last) in 1 import cdsapi 2 ----> 3 c = cdsapi.Client() 4 5 c.retrieve( ~\anaconda3\lib\site-packages\cdsapi\api.py in __init__(self, url, key, quiet, debug, verify, timeout, progress, full_stack,...

![image](https://user-images.githubusercontent.com/69889574/118962928-89484000-b983-11eb-92ca-762df82fb5de.png) Hello Sir, While i am trying to run it on the localhost then it tries to show this error. How can i solve this? It would be a great...

Heyy ! How can i solve this error ?? ![image](https://user-images.githubusercontent.com/69889574/121136652-82f70680-c853-11eb-9ad3-6f7f2b974fdd.png)

Uncaught Error: missing audio initialization ` const recorder = new vmsg.Recorder({ wasmURL: "https://unpkg.com/[email protected]/vmsg.wasm" }); ` onClicking start button ``` await recorder.initAudio() await recorder.initWorker() recorder.startRecording() ``` on clickong stop button `...