-
### Issue Type
Build/Install
### Source
source
### Secretflow Version
secretflow v0.7.18b0
### OS Platform and Distribution
Anolis OS 8.6
### Python version
3.8.16
### Bazel version
5.1.1
…
-
I ask this question to clarify the cause of the spdlog library issue (gabime/spdlog#2735).
After updating the fmt version from 9.1.0 to 10.0.0 in spdlog library, the following code now causes "inva…
-
### What, if any, are the additional dependencies on the package? (i.e. does it pull in Python, Perl, etc)
wasmedge (wasm-library)
### What is the size of the package and its dependencies?
Acco…
-
@JennyKBrennan has been doing Mac key map stuff whenever we that for quite a while, and wants to get a local environment going on Windows too (a more powerful machine) so she can also start helping wi…
-
**Is your feature request related to a problem? Please describe.**
there are also many string format changing from one string type to another.
This is one of the them,
https://github.com/xiaoyifang…
-
## Expected Behavior
I expected the installation to succeed.
## Actual Behavior
Installation fails. ☹️
## Reproduction Steps
1. Be on macOS 12.1 Monterey (M1 Silicon) *Note: I have n…
-
Snippet of build error
```
[ 10%] Building CXX object library/src/CMakeFiles/rocsolver.dir/specialized/roclapack_trtri_specialized_kernels_d.cpp.o
[ 11%] Building CXX object library/src/CMakeFiles/…
-
Hi,
we have been using fmtlib for many years, both as a replacement for sprintf, and more recently to (slowly) migrate to format.
For several types we have defined ostream operator
-
This line : https://github.com/fmtlib/fmt/blob/master/include/fmt/format.h#L2203
triggers an error because we are computing:
`uint = 0 - uint`
-
Unfortunately the following code does not compile:
```
#include
#include
#include
#include
int main() {
Eigen::MatrixXd matrix(2, 2);
matrix