Ivan Antonijevic

Results 7 comments of Ivan Antonijevic

Hi I have same problem: ``` TypeError: must pass in a file:// URI to convert to a file path at Object.fileUriToPath (/home/ivan/.vscode/extensions/ardenivanov.svelte-intellisense-0.7.1/server/out/utils.js:25:15) at reloadDocument (/home/ivan/.vscode/extensions/ardenivanov.svelte-intellisense-0.7.1/server/out/server.js:69:70) at /home/ivan/.vscode/extensions/ardenivanov.svelte-intellisense-0.7.1/server/out/server.js:60:5 at CallbackList.invoke (/home/ivan/.vscode/extensions/ardenivanov.svelte-intellisense-0.7.1/server/node_modules/vscode-jsonrpc/lib/events.js:62:39)...

Hi, whether it is planned to merge https://github.com/andrey-ushakov/flutter_bluetooth_basic/pull/25 PR?

I have this issue when I build my flutter project to aar and use it from other android project. When I build apk, then it works properly. On some device...

Hi, this is workaround, but you can use ref and call exportExcel(). ``` Download ``` and in script part: ``` async clickOk() { this.jsonData = await getData(); setTimeout(() => {...

Hi, I tried to get the complete web interface but with my assets, session and memory services also. Here's how I made it. ```python import os from pathlib import Path...