Results 57 issues of Carlos Alberto Ruiz Naranjo

I'm developing a VSCode extension with Pyodide. I have this error using Yarn: ``` TypeError: Invalid host defined options at initNodeModules (vscode-file://vscode-app/home/carlos/.vscode/extensions/teros-technology.teroshdl-5.0.12/node_modules/teroshdl2/node_modules/pyodide/pyodide.js:9:802) at loadPyodide (vscode-file://vscode-app/home/carlos/.vscode/extensions/teros-technology.teroshdl-5.0.12/node_modules/teroshdl2/node_modules/pyodide/pyodide.js:9:9398) at Pyodide.load (vscode-file://vscode-app/home/carlos/.vscode/extensions/teros-technology.teroshdl-5.0.12/node_modules/teroshdl2/out/process/pyodide.js:54:34) ``` It...

bug

I have `Segmentation fault (core dumped)` error when I run Jest with pyodide Test: ```typescript describe('Pyodide', () => { jest.setTimeout(1000000); it('should be able to import Python modules and run code',...

bug

# Views - Projects: 1.1, 1.2, 1.3, 1.4 - Sources: 1.4, 2.1, 2.2, 2.3, 2.4, 2.5 - Dependencies tree: 1.4, 2.1, 2.2, 2.3, 2.4, 2.5, 8.1 - Watchers: 1.4, 4.1,...

enhancement

https://github.com/TerosTechnology/vscode-terosHDL/blob/dev/packages/colibri/src/project_manager/multi_project_manager.ts#L188C12-L188C36

It could be nice to have unit tests for all the project loaders: https://github.com/TerosTechnology/vscode-terosHDL/tree/dev/packages/colibri/src/project_manager/prj_loaders

``` [teros-technology.teroshdl]ENOENT: no such file or directory, lstat 'C:\Users\kdt91.teroshdl_Knnm7_' workbench.desktop.main.js:sourcemap:1986 Error: ENOENT: no such file or directory, lstat 'C:\Users\kdt91.teroshdl_Knnm7_' at lstatSync (node:fs:1595:3) at t.lstatSync (node:electron/js2c/asar_bundle:2:3729) at _node_internal (node:internal/fs/utils:959:8) at Object.rmdirSync...

bug

Currently it is not possible to include files in the created libraries in the same manner as is it for the project. “Add all HDL files from the directory and...

enhancement