Results 57 comments of Léo Lam

It seems that the domain has expired. However, the documentation is still available in the README and the demo site source is still there as well. 2015-08-21 10:23 UTC+02:00, Schmitt...

Can confirm that the fix by @Orppa works (with some minor changes to make it work with recent versions). ``` /*if(result.success != undefined) broadcast(index);*/ ``` This is the code that...

Please fix the clang-tidy warnings: https://ci.botw.link/#/builders/3/builds/22 (as usual, you can ignore the "constructor does not initialize these fields" warnings) and the clang-format failure

The C++ standard says in no uncertain terms that shifting with a right operand that is >= the bit width is UB. See [C++20 [expr.shift]/1](https://timsong-cpp.github.io/cppwp/n4868/expr.shift#1): > The shift operators >...

> I'm not convinced your first change actually does anything? It already returns a nonconst pointer and I see no place that could possibly produce a copy. Yep, the explanation...

Again, that doesn't make any sense. Whether the member function is const qualified is what determines whether the const overload of begin/end gets called (and whether you get const_iterator or...

**:+1: This would really make Financius the best app!** It has everything it takes: Holo style, no ads, loads of features, open-source app, categories, etc - it's only missing this...

Hmm, that could be a workaround. Keep calling libusb_get_device_list until it works. Alternatively… does libusb's usbdk backend support hotplugging? If it does, we won't have to poll and check for...

We now have a workaround for usbdk_get_device_list, but the other issue is still a very major one we can't seem to fix or avoid: libusb is crashing Dolphin when submitting...