Yemdust

Results 9 issues of Yemdust

upload error with code 500

the htmlspecialchars will not translate any word in this list ` "&", """, "'", "<", ">" ` but HtmlSpecialCharsEncode does not implements the logic, so if the input contains any...

Issue Type: Bug when open chromium project in remote-wsl after a while , node program in .vscode-server eat memory up to more than 2G Extension version: 0.44.2 VS Code version:...

bug
wsl
performance

When enter page http://localhost:8080/clients/recorder/ , it shows nothing. I checked the browser console, it shows some errors there. I do run these commands with no errors: npm install npm run...

after folder parsing and listing with the type of ITEM_STRING, which icon should the item using? or may we should have a new type of ITEM_FOLDER? ![image](https://github.com/Retera/WarsmashModEngine/assets/2771647/06644d6e-018d-44ec-9994-5878230948cb)

In this pull request, FormData Web API and it's qjs binding is implmented. For prototype, see below: ```typescript type FormDataPart={} export interface FormData { new():FormData; append(name: string, value: BlobPart, fileName?:...