佐夫

Results 16 comments of 佐夫

hey I managed to repro it! Here is the log file! [yuzu_log.txt](https://github.com/yuzu-emu/yuzu/files/5600507/yuzu_log.txt) I haven't fully tested yet, but I think the repro steps are: 1. go to the ATM. 2....

I wasn't able to redeem anything when it happened. If you are sure that's the cause, I would say leave a comment here. I feel a descriptive issue (as opposed...

Looking at this, not only day(), but also month() and year(). It seems they do not have a formatter. Adding a custom formatter does fix it, but should we support...

in chrono.h, it defined the formatters for weekday, duration, time_point, etc., putting the defines for day, month, and year there works. I'll do some clean ups.

> The C++ standard mentions these formatters (https://eel.is/c++draft/time): > > ```c++ > template struct formatter; > template struct formatter; > template struct formatter; > ``` you're right, std should have...

What's the expected behavior? It should just print the UTC time with (+0000) or UTC appended? Or it should print the local time with (+0100)?

the issue seems to lie in ```cpp const auto& facet = std::use_facet(loc); auto end = facet.put(os, os, Char(' '), &time, format, modifier); ``` in **do_write** in _chrono.h_, after calling facet.put,...

> For me, this only happen when NOT using OpenGL. When using OpenGL it works fine. it still happens with OpenGL for me unfortunately.

I can confirm I have the same issue as @kura. Not only does it favorite random movies on my behalf, it also displays unfavorited movies, and there's no way to...