Chasen Liu

Results 11 issues of Chasen Liu

Seems not ready to use dynamic import to import esm module 'node-fetch' update node-fetch to v3

# Plans📖 ## Working 🏃‍♀️ - [ ] `dosbox`: provide [virtual workspace](https://code.visualstudio.com/api/extension-guides/virtual-workspaces) - [ ] add more commands like `assemble`, `link`, `list` - [ ] a simple debug feature powered...

good first issue

In assembly language, there are some directives related to multiple file assembly like : [`include`](https://docs.microsoft.com/cpp/assembler/masm/include-masm) [`includelib`](https://docs.microsoft.com/cpp/assembler/masm/include-masm) For example, `include test.asm` We need to find file named `test.asm` in the current...

enhancement

`Dosbox`对特殊字符的支持效果比较差,本插件通过一些手段试图规避这个问题,但是有些地方仍然并不如意。 1. Dosbox挂载的时候,无法挂载带有中文的路径地址,比如命令`mount d d:\文件夹`无法工作 2. Dosbox读写文件的时候,文件路径必须没有中文,比如命令`type 你好.txt`就无法读取文件 我通过cmd将文件复制到插件安装 目录再使用的方式来规避【2】,但是**如果插件的安装路径中有中文就无法顺利mount挂载**,由于常常有使用特殊字符作为用户名的情况,这往往是致命的 目前我的大部分文件是和插件放在一起的, - 这个位置通常为[%USERPROFILE%\.vscode\extensions](https://code.visualstudio.com/docs/editor/extension-gallery#_where-are-extensions-installed)(比如:`C:\Users\用户名\.vscode\extensions`,当用户名有中文的时候这个路径就无法被dosbox访问), - 假如使用vscode提供的globalstorage(如`C:/Users/用户名/AppData/Roaming/Code/User/globalStorage/kaixa.masm-code/`)也有这样的问题。 有没有什么好的方法解决这个问题 ## 用户层面解决 - 假如vscode安装路径没有中文的话,可以在vscode安装位置文件夹下新建一个`data`文件夹,vscode会把插件等内容存放在这里 ## 代码层面解决 📖用gbk编码保存配置文件,或者使用dosbox参数传递命令。0.3.1中使用了后者,但是仍然有问题

bug
help wanted

The extension mainly designed for x86 assembly (TASM/MASM) How can I collect and classify the keyword information according to [wikipedia](https://en.wikipedia.org/wiki/Assembly_language), there are: - Opcode mnemonics: (操作码助记符) Generally, a mnemonic is...

When I try the [eVTOL](https://github.com/suavecode/Tutorials/blob/master/tut_eVTOL.py) example, I find file [NMC_Raw_Data.res](https://github.com/suavecode/SUAVE/blob/develop/trunk/SUAVE/Components/Energy/Storages/Batteries/Constant_Mass/NMC_Raw_Data.res) is not included in the installed package and this causes the example crash. Maybe a fix is to add all...

您好,感谢提供这样一个很有用处的API 我在使用示例代码的时候,发现我无法导入SSO,有解决方法吗 非常感谢 ```sh (base) ➜ test /opt/homebrew/anaconda3/bin/python /Users/apple/repo/test/njupt-l.py Traceback (most recent call last): File "/Users/apple/repo/test/njupt-l.py", line 3, in from njupt import SSO ImportError: cannot import name 'SSO' from 'njupt'...

![S10411-12232830(2).png](https://user-images.githubusercontent.com/64292434/114809115-28ee3d80-9ddc-11eb-8d61-9a609a3fede1.png)

Hi, I am trying to use this action to convert my mlx in [my repo](https://github.com/xsro/university-learning-code/tree/develop) to html for github pages, I meet [error](https://github.com/xsro/university-learning-code/runs/2802523048?check_suite_focus=true) ```plainText {Error using matlab.internal.cef.webwindow (line 379) MATLABWindow...