-
Version 10.0.0 of [fmt](https://fmt.dev/latest/index.html) introduced support for padding seconds, minutes and hours (so e.g. producing output like ` 1` rather than `01`). I have tested that this work…
-
Excuse me for being a computer novice, I seem unable to handle this issue.
![2022-10-19_10-40](https://user-images.githubusercontent.com/71259902/196584997-96b19e79-4a3c-414d-ac67-e6f2ad58a593.png)
-
![image](https://user-images.githubusercontent.com/3108136/133966641-8e66c90d-8e34-4590-829d-f40bb888631d.png)
など 3 件の警告が表示されることがある。
-
https://godbolt.org/z/bf5MeK3TW
It's not entirely clear since this issue does not show up if using `fmtlib` `master` branch, but only on the latest 11.0.2 release. However, since 11.0.2 builds fine…
-
As you can see here https://en.cppreference.com/w/cpp/compiler_support sectial [P0645R10](https://wg21.link/P0645R10)
`std::format` is not yet supported on gcc so I would recommend not using this fun…
SamCZ updated
2 years ago
-
With Specter becoming more popular, is there any way of showing total healing with barrier?
I don't think barrier is shown from my first look, but it shown in the combat log "You grant barier for …
-
We need to update our android build setup and make sure it works with recent Android build tools and IDEs. Some recent issues suggest that this is no longer the case and people can't build our samples…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
Hi,
#50 seems breaking building mamba (and probably other spdlog downstream packages).
…
cav71 updated
2 years ago
-
Trying to build a project with spdlog using cmake and gnu make results in the following assertion error:
```
error: static assertion failed: Formatting of non-void pointers is disallowed.
1635 | …
-
The current implementation of UE4SS uses `File::StringType = std::wstring` and `wchar_t` as the primary character types, assuming compatibility with Unreal's main character type `TCHAR`, and uses UTF-…