-
```
-What steps will reproduce the problem?
call rg_etc1::pack_etc1_block_init();
-What is the expected output? What do you see instead?
it should work, do nothing. Instead it does:
rg_etc1.cpp:19…
-
```
-What steps will reproduce the problem?
call rg_etc1::pack_etc1_block_init();
-What is the expected output? What do you see instead?
it should work, do nothing. Instead it does:
rg_etc1.cpp:19…
-
https://en.wikipedia.org/wiki/Key_size#Asymmetric_algorithm_key_lengths
http://crypto.stackexchange.com/questions/19655/what-is-the-history-of-recommended-rsa-key-sizes
http://stackoverflow.com/…
-
> Two common recommendations you hear are 8 characters containing a mix of upper and lower case letters, digits, and symbols, or 12 characters with the same composition. These evaluate to approximatel…
-
A common task we package maintainers need to carry out when updating bits to new releases (or even packaging new stuff) is to run a licensecheck on the package sources. I often end up at least untarri…
-
Uncrustify 0.72, these options:
```
# Whether to align continued statements at the '('. If false or the '(' is
# followed by a newline, the next line indent is one tab.
#
# Default: true
indent_…
-
```
on my atmega328p:
I have L/H/E as C6, DC, FD (I want brownout under 3.3v)
Lock bits are EF
I don't think that is what the makefile does.
```
Original issue reported on code.google.com by `tz2…
-
```
on my atmega328p:
I have L/H/E as C6, DC, FD (I want brownout under 3.3v)
Lock bits are EF
I don't think that is what the makefile does.
```
Original issue reported on code.google.com by `tz2…
-
```
on my atmega328p:
I have L/H/E as C6, DC, FD (I want brownout under 3.3v)
Lock bits are EF
I don't think that is what the makefile does.
```
Original issue reported on code.google.com by `tz2…
-
**Describe the bug**
It feels like type inference goes "too far" and generates a type inference error when the arg is a parametric struct, because the struct member can't be fully resolved, even thoug…