Jakub Čábera

Results 100 comments of Jakub Čábera

On windows it is fine and working. But on UNIX it should be better to do it natively with temporary scriptblock only environment variables for proxies.

From principle this is correct. ALl of the deps should be bound to correct parent

In theory, additional layer of detailed information could be provided if user would want to take part. Will see after the initial implementation

Change default shim to always call external powershell without logo, profile, etc. It will prevent modules leak and also possible overload of functions defined by user/other module/script

Seems that Core 7.1.4 changed the behaviour of dll loading? I pushed a small change, which will reduce this error in some cases, but not all of them. PowerShell 5...

80abc7a5733e11fdf4beece34aa41b77a9e8eb45

- Fixed manifest - Backward compatible with automatic config moving from appdata - Copy over method instead of creating errorprone configurations Manifest ```json { "version": "1.76.20.24669", "description": "Fork of mRemote;...

No. Just copy the json in comment into file and push

I face the GPG issue on MacOS 15.5 arm64 in both `mcr.microsoft.com/devcontainers/typescript-node:dev-22-bullseye` and `mcr.microsoft.com/devcontainers/typescript-node:22-bullseye` Terminal output Before: ![Image](https://github.com/user-attachments/assets/aeb4cc9c-4fe4-4499-895b-332189646ef4) After local build below: ![Image](https://github.com/user-attachments/assets/13161f93-b493-4fad-b99b-469f4b2bf3f3) To temporarily fix the GPG issue, you...