Alexander Huszagh

Results 47 issues of Alexander Huszagh

# Steps to Reproduce This reproduces under both Gnome and KDE Plasma running Wayland, however, the results are slightly different in both cases. Both the virtual, An example to reproduce...

bug
help wanted
magics

I was attempting to override the C++ compiler for `thumbv8m.base-none-eabi`, however, it looks like cc-rs searches for `CXX_thumbv8m.base_none_eabi`, which is not a valid identifier (at least for a UNIX shell)....

Since our remote builds us data volumes, which are shared between multiple images, we should always mount the target directory at the full path in the data volume. Otherwise, we...

bug
regression

Please close if feature requests are not supported here. I would be happy to submit a pull request for the above feature. Currently, converting variants of structs with heterogeneous types...

enhancement

While porting boost::mpl code to Brigand, I noticed that although `and_` and `or_` exist, they only support 2 arguments. It's fairly easy to versions taking a variadic parameter pack, using...

Fixed various issues building the project for Python3.6, simply by preserving symlinks to libraries and copying all `.so*` versions of the libraries to `/var/task/lib`.

I tried building NumPy for Python3.6 on the latest amazonlinux Docker image, but `python setup.py config` always showed the libraries were not being found. The solution was painfully simple: preserve...

# Issue I've got a test that uses the following structure: ```rust quickcheck! { fn f32_quickcheck(f: f32) -> bool { if f.is_special() { true } else { let string =...

Recently, we've updated our images in the main repository to make it easier to use environment variables to access the toolchain, such as exporting `CROSS_TOOLCHAIN_PREFIX` and always specifying the `ar`:...

enhancement

Xtensa targets are not officially supported, however, the Xtensa architecture is increasingly important. Related to https://github.com/cross-rs/cross/pull/352

enhancement