Nathan Phillip Brink

Results 92 comments of Nathan Phillip Brink

As there appears to be no interest in the pull requests, I'd like to note that others might be interested in using [`cross-spawn`](https://www.npmjs.com/package/cross-spawn) instead. It, like [`child_process.spawn()`](https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options), accepts parameters and...

@xxorax May you at least update the README to indicate that this project is intended **only for systems with POSIX shells and does not support Windows** for now?

@mkg20001 @xmedeko Please use [cross-spawn](https://www.npmjs.com/package/cross-spawn) instead of escaping parameters and interpolating shellouts yourselves. That style of executing programs is only asking for trouble/security issues/weird-hard-to-debug-brokenness.

If I may suggest this, it is often better to try to use something like [`cross-spawn`](https://www.npmjs.com/package/cross-spawn) which accepts an array of arguments and knows how to target the current platform...

> So the issue is not related to Windows, but to Docker rather? Haha, no. I used the GitHub Codespaces feature to boot up a Linux container in order to...

I found a workaround using `ICustomSerializer`: ```csharp using System.Xml.Linq; using YAXLib; using YAXLib.Attributes; using YAXLib.Customization; var serializer = new YAXSerializer(); var fileName = new Serializable { Id = "asdf", ComplexValue...

The bug template requested unit tests. Are you able to add the changes to make the test pass?

I can look into fixing it. I was going to first work on making failing unit tests for #257.

> Can you enable debugging and share what happens on the dismissal? I have attached the log at [console-export-2025-3-23_17-16-40.txt](https://github.com/user-attachments/files/19411406/console-export-2025-3-23_17-16-40.txt). I created a specific account and profile to test this feature...