Mike Erickson
Mike Erickson
@seanpoulter Hi, If I have time and read the code, I'm happy to try it. I need some time.
@seanpoulter I tested the code, the escape code seems to be no problem, the problem is because of the cmd.exe terminal problem of the windows system, I use powershell to...
Terminal parameter escaping doesn't seem to be an extension. I'll go over vscode and ask questions.
The good news is that we seem to be able to control the types of terminals we open. https://code.visualstudio.com/docs/extensionAPI/vscode-api#TerminalOptions >createTerminal(options: TerminalOptions): Terminal >Creates a Terminal. The cwd of the terminal...
provide a simple idea ```javascript if (globalThis.__module__exports__) { module.exports = globalThis.__module__exports__ } else { //.... globalThis.__module__exports__ = module.exports; } ``` ```javascript readFile("node_modules\\tree-sitter\\index.js", "utf-8", (err, str) => { if (err) {...
> @FishOrBear What are you running this on? Your numbers appear to be very, very high. > > I do not see a regression. What I see on this test...
按一下Ctrl + 放大一下窗口倒是复现了 
https://neil.fraser.name/writing/diff/ Because I saw some optimization methods written in it and wanted to see if there was anything I could learn from it.
I solved the problem by calling 'retessellate' first
The 3D solids were generated on a WebCAD that I developed.