Michael
Michael
@r01k Thanks for the response. I use http (for now) and I tried it via `Fully Remote Admin` website on port 2323 and there the load url works fine.  fix the problem on mac for me if it is required to compile the c code for your python distro. I have python 3.6.8 install...
@Jarred-Sumner I replaced the `\\` with `/` (in `adapter.ts`, `debug.ts` and `signal.ts`) and URL parse error is gone e.g. instead of `ws+unix://C:\\Users\\myusername` it is now `ws+unix://C:/Users/myusername`. The only problem which...
Hey @Mino5531 , > /Users/\/AppData/Roaming/\/\/ Is this still the case? I use version 8.0.0 and I'm wondering why it put the file into `/Users//AppData/Roaming` directly. My `Runner.rc` file contains `CompanyName`...
The OS version is the only thing which is apparently. I'm on 22H2 Windows 10, `windows-latest` GitHub Actions is `Windows Server 2022` AFAIK. I think this is also the reason...
I have the same problem with https://github.com/thebrowsercompany/swift-build It works when I remove all redirect files `[email protected]` which contains a redirect like `[email protected]`, in the current case `[email protected]` and `[email protected]`. It...
> I just replaced Windows 10 on my only device Not my decision to use Windows 10 :smile: > Do you have Developer Mode enabled? Yes 
> Would you be able to test with the symlinks replaced with copies? If that works we can temporarily replace them. This is already the case for me. My git...
Open the web player in your browser. VSCode remote control it via this extension. For me it fixes the problem.