Mosè Giordano

Results 674 comments of Mosè Giordano

Note that https://github.com/JuliaLang/julia/pull/44347 changed the flag to `-mcpu=apple-m1`. Related question: what would be a good `-mcpu` value at the moment for this CPU? It isn't quite easy to just guess...

Thanks to [this your answer](http://tex.stackexchange.com/a/296652/31416) on TEX.se I got to know there exists by default a `double` Ti_k_Z key that I wasn't aware of (and that, by the way, doesn't...

With the changes in #7 I can build, yes

> please note that ViZDoom won't compile for C++03 targets C++03 refers to [GCC C++03 `std::string` ABI](https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html), which does ***not*** have anything to do with the standard of the source...

> is this the place where pipe finally shines? I don't think so, since the point of the feature requested is to broadcast tuples/arrays in tuple functions: ```julia julia> (2,...

The squash went pretty bad?

This [Win64 job](https://build.julialang.org/#/builders/63/builds/7185/steps/5/logs/stdio) failed with ``` nested task error: RequestError: Failed to connect to httpbingo.julialang.org port 443 after 21058 ms: Timed out while requesting https://httpbingo.julialang.org/delay/2?id=40 ``` which looks similar enough?

That's an error in mbedtls, not Julia itself. Here is a patch to fix the error: https://github.com/ARMmbed/mbedtls/pull/3848

Debian Sid should have glibc 2.33: https://packages.debian.org/source/sid/glibc, same as Arch Linux: ```console % /usr/lib/libc.so.6 GNU C Library (GNU libc) release release version 2.33. Copyright (C) 2021 Free Software Foundation, Inc....