Saikari

Results 87 comments of Saikari

I understand that it might be defined wrong way and it should be fixed. You can try using this for now: ```python >>> help(libmem.write_memory_ex) Help on function write_memory_ex in module...

This is pretty much MSYS2/MinGW solution rather Windows solution? https://github.com/conan-io/conan-center-index/blob/master/recipes/gmp/all/conanfile.py#L83-L84

> Some packages such as ffmpeg need a msys2 environment and tooling (generating makefile using msvc). > > See https://github.com/xmake-io/xmake-repo/blob/dev/packages/f/ffmpeg/xmake.lua#L113-L124 and https://github.com/xmake-io/xmake-repo/blob/dev/packages/f/ffmpeg/xmake.lua#L213-L279 > > this is the main reason we...

> Is this a warning? Is this a fatal error? Is this a bug? Is this a FEATURE? Warn + bug Strip should execute only in case release/releaseminsize builds, but...

Thank you. It looks like I have to wait for build check locally on PC by maintainers at this case?

@AbrilRBS any news upon this package? If we need to follow vcpkg name *orange-math* LMK.

It looks like C++ std is not higher than 20 during CI checks. But library requires cpp min std 23.

@AbrilRBS hello, thank you for your response. I think `check_max_cppstd(self, 14)` for `keystone` package would not let me test this locally, as this package requires 17th cppstd at minimum. I...