Sam Vanheer

Results 122 comments of Sam Vanheer

I've checked the vcpkg patches to see which ones are still relevant: * cmake-find-package and forward-find-package are no longer needed since nlohmann_json is explicitly added as a dependency * fix-ambiguous-assignment...

On second thought, `forward-find-package` uses `find_dependency` instead of `find_package` which causes it to use the parameters provided for the original `find_package` call. That's probably worth changing.

Once #221 has been merged all vcpkg patches will have been merged. All that's left then is to do a new tag release to allow the vcpkg port to be...

I've been experimenting with making the HEAD commit into a port and it looks like #195 will be a problem. Because the tests and examples are forced on if it's...

I've created a pull request that fixes the issue with no downsides.

It might be worth keeping Boost regex support since `std::regex` has pretty poor performance: https://stackoverflow.com/questions/70583395/why-is-stdregex-notoriously-much-slower-than-other-regular-expression-librarie I'd suggest reworking the CMake setup logic to allow users to provide Boost as an...

Yeah that's what i'm referring to. The native dependencies need to be manually added for it to load.

It's possible that what i experienced was actually caused by the Oy event system delaying the response so this happens: 1. First map is loaded and made current, event is...

I take it this is the same reason why referencing a NuGet package like `NuGet.Versioning` causes `Object reference not set to an instance of an object` errors? Dotnet-script loads this...

The CTF long jump item sets the `jpj` physics keyvalue to `1`, the original longjump item sets `slj` to `1`. No checks exist for `jpj`, only `slj` as in the...