Yemdust
Yemdust
sync from weolar
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:...
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? 
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?:...