-
```
Steps to reproduce the issue:
STEP 1. Insert the following code into a blank sketch:
void setup() {
test(42);
test2(42);
}
void loop() {}
void test(int arg) {};
void test2(int arg = 0) {};
…
-
```
Currently comments introduced with "rem" are not highlighted as comments in
VB[Script] files. To fix this, "rem" keyword needs to be removed as this
conflicts with its use as start region marker…
-
```
EXPECT_FALSE(!IsPrime(4)); //4 is not a prime number
EXPECT_FALSE(!IsPrime(6)); //6 is also not a prime number
```
Original issue reported on code.google.com by `nageshsh...@gmail.com` on 1…
-
```
using metasploitable image (2.6.24-16.server)
$ python vol.py -f
~/Downloads/Metasploitable2-Linux/Metasploitable-555c9224.vmem
--profile=LinuxMetasploitx86 linux_check_tty
Name Add…
-
```
a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network c…
-
```
What steps will reproduce the problem?
1. Have a folder with big 3MP JPEGs (e.g. from a DSLR camera)
2. Browse and view through images in folder with Xee.
What is the expected output? What do you…
-
Are there any plans to add some of mixin functionality for use with ES6 components? Either through composition or inheritance?
It seems react is [not going to support mixins](https://facebook.github…
-
We just discovered a bug after upgrading to Rails 4.2.3 in the following scope:
```
scope :can_have_dns_records, -> { where { (dns_zone == true) | ((value == nil) & (domain_id.not_in(Subdomain.where(…
-
```
What is the expected output? What do you see instead?
I expect to see OCZ-SOLID3 but instead, i only see that 1% of the time, the
rest looks like this: (url encoded)
sModelNumber:
%00%00%00%0…
-
```
What steps will reproduce the problem?
1. Create a line graph and add an XYSeries with annotations.
2. Call the clear() method on the previously created XYSeries
3. Add new points to the series
…