TNThung

Results 5 comments of TNThung

Yes, it's opening the file with the default application. But even then, the application should still be opened with respect to CWD, isn't it? Otherwise, the environment may not be...

On my machine, `nu.exe` is set as the default app for `*.nu`. So `start tmp2.nu` is basically first opening a new terminal, then running the `nu tmp2.nu` in that terminal....

I have the same issue. It seems `count` is fixed to 35, instead of what I passed in. `cursor` on the other hand does present in `params`, however it appears...

Sorry for the late reply. I've tried this method after I opened the issue, but more than one HWND was reported (4 in my case, The parent HWND is the...

I've managed to do this in a somewhat quirky way. 1. Build the webview by passing the bevy's `HWND` 2. Use `EnumChildWindows` to iterate through the hierarchy. 3. Use `GetWindowLongPtrW(hwnd,...