Henrik Gaßmann

Results 102 comments of Henrik Gaßmann

If you could switch from `execSync` to `execFileSync` without a shell the Windows specific limit would be raised to 32k.

You will either need to patch the webpack config with a custom `devtoolModuleFilenameTemplate` like shown in the answers above (I went this route) or configure the `sourceMapPathOverrides` in VSCode launch.json.

My use case for this functionality is a small devtool created for a singular task. It also offers a `config` subcommand (think of it like `git config`). The main task...

@saschanaz as far as I understand it, `npm.ps1` does nothing wrong except _being_ a powershell script. PWSH preparses the commandline arguments for powershell scripts and discards the `--` before it...

Hi I'm also affected by this. The use case is installing dependencies with vcpkg in [manifest mode] with [versioning] which is where `builtin-baseline` comes in. It is basically locking down...

@samruddhikhandale do you have further questions regarding my last explanation?

> You are completely right that for `io_handle::read()`, one can no longer detect EOF because we now tolerate partial buffer fills more than before R2. This is because an `io_handle`...

> Surely that error only occurs if the read offset is wholly beyond the current maximum extent? It also occurs for reads with offset = maximum extent, e.g. when I...

Well, I'm not particularly happy about specifying it as implementation defined, but I can deal with it. In this case I would really appreciate the ability to suppress the EOF...