nczsl

Results 11 comments of nczsl

pub fn look_at(eye: Vector3, center: Vector3, up: Vector3) -> Matrix4 { let f = (center - eye).normalize(); let s = f.cross(up).normalize(); let u = s.cross(f).normalize(); let mut result = Matrix4::new();...

$whitelist = @( "?", "^", "$", "args", "ConfirmPreference", "DebugPreference", "EnabledExperimentalFeatures", "Error", "ErrorActionPreference", "ErrorView", "ExecutionContext", "false", "FormatEnumerationLimit", "HOME", "Host", "InformationPreference", "input", "IsCoreCLR", "IsLinux", "IsMacOS", "IsWindows", "MaximumHistoryCount", "MyInvocation", "NestedPromptLevel", "null", "OutputEncoding", "PID",...

if not use '#!pwsh dotnet build xxx.dll'command in 'net interactive notebooks' but use dotnet build xxx.dll in vscode pwsh terminal,the problem is still appear, when at least second time after...

I try to reproduce the error process as follows: 1,create or open some *.ipynb file in vscode use '.net interactive notbooks' plugin 2, #r "local_xxx.dll" // this dll is local...

At present, when the v1.4.0 version is in use, I feel that the performance is still relatively slow, and there will be obvious waiting when it is executed

You want to see a significant improvement in performance, or look for an authoritative alternative scripting engine

![Image](https://github.com/user-attachments/assets/ad5743b4-a2dc-4eec-859b-9fce7887559b) > I'm not quite able to follow the repro steps or understand the issue. Would you mind sharing an image / GIF of both the expected behavior and actual...

that is a omnisharp log on output port: } [warn]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 145, "Command": "/v2/getcodeactions", "Arguments": { "FileName": "e:\\netenv\\apps\\ways2025\\Controllers\\expevo\\HomeController.cs", "Line": 30, "Column": 26 }...