hollmmax
hollmmax
> I think the biggest roadblock is getting a browser to be able to write blocks of data into an arbitrary location in a file. I have no idea how...
r4idsn.cn is likely using the same PCB on all its products, as people are having succes with non RTS cards as well. Verified on: R4i 3DS (non-RTS) R4i Gold 3DS...
Ran into the same problem yesterday. Whipped up a quick PR too, but turns out there's #163 already...
> Why this error occurs? The compilation should be retro-compatible with older gcc versions, right? `thread_base.h` uses declarations from `` without explicitly including it. This does work on some C++...
Doesn't sound like something I'd want, because I can't tell what should happen without knowing the history. How about having an alternate mode, where tabs are sorted by recency of...
[Archlinux packages](https://www.archlinux.org/packages) are also on the list... Do we have a list of broken pages, there seems to be a lot of them.
I think I understand the motivation behind this change, but I'd like to raise a concern I have with it. With fall-through disallowed, `switch-case` is a linear control flow construct....
> Your example is not a slice, it is trying to switch on a pointer-to-array. You're correct. I'm used to slices being valid only as pointer-to, therefor I use the...
Matching on `float` using `==` doesn't really make sense, but it would be useful with ranges. Although I would like to be able to match slices, I understand it would...