Reilly Wood
Reilly Wood
This looks like a huge improvement for dotbot on Windows, and I believe it will fix an issue I'm seeing that is closely related to #307. Thank you very much...
@voidDrn I'm building `devserver` from source, this is the file I'm modifying: https://github.com/kettle11/devserver/blob/master/devserver_lib/Cargo.toml After changing that file, run `cargo build` and you should get a build of `devserver` in `target/debug`...
I raised [the `dotnet watch` issue last year](https://github.com/dotnet/sdk/issues/22247), and I get the impression that not much has changed since. The decision to keep this closed-source is disappointing but not surprising;...
> we got an https://github.com/dotnet/runtime/issues/67375 that the Razor Language Server was not loading OpenSSL 3 correctly on Fedora 25. > This preview build has incomplete support for OpenSSL 3, which...
A related issue I've had in this area: [propvarutil.h](https://docs.microsoft.com/en-us/windows/win32/api/propvarutil/) has a bunch of VARIANT helpers but it seems like they're not all present in `windows-rs`. For example, [`InitVariantFromInt32Array()` exists](https://microsoft.github.io/windows-docs-rs/doc/windows/Win32/UI/Shell/PropertiesSystem/fn.InitVariantFromInt32Array.html) but...
Good idea; checking for env vars (`WSLENV`, `WSL_DISTRO_NAME`, `WSL_INTEROP`) is probably better than adding yet another dependency. I'm also not optimistic about my PR to `wsl-rs` being accepted, seems like...
Tried implementing proper WSL support. Unfortunately, it looks like Windows Terminal doesn't support UNC paths:  Will investigate later, but maybe for now we just disable the links when running...
> I was thinking there was a \\wsl$ special UNC path or a wslpath My understanding is that the official way to get a Windows path is `wslpath -w /foo`...
Good find and write up, thanks
Yikes - we're very sorry about the data loss! Thank you for the bug report. I can reproduce this on Windows but not Linux. Guessing it's related to the filesystem...