-
```
No Sleep on Macbook Air Latest, Late 2013 Build, Running Latest OSX 10.9.2,
Latest NoSleep downloaded March 2014.
No Sleep does not prevent the Wifi from turning off. Connected to iphone 4s
wi…
-
```
No Sleep on Macbook Air Latest, Late 2013 Build, Running Latest OSX 10.9.2,
Latest NoSleep downloaded March 2014.
No Sleep does not prevent the Wifi from turning off. Connected to iphone 4s
wi…
-
```
No Sleep on Macbook Air Latest, Late 2013 Build, Running Latest OSX 10.9.2,
Latest NoSleep downloaded March 2014.
No Sleep does not prevent the Wifi from turning off. Connected to iphone 4s
wi…
-
```
No Sleep on Macbook Air Latest, Late 2013 Build, Running Latest OSX 10.9.2,
Latest NoSleep downloaded March 2014.
No Sleep does not prevent the Wifi from turning off. Connected to iphone 4s
wi…
-
```
No Sleep on Macbook Air Latest, Late 2013 Build, Running Latest OSX 10.9.2,
Latest NoSleep downloaded March 2014.
No Sleep does not prevent the Wifi from turning off. Connected to iphone 4s
wi…
-
inside the main loop:
if I do:
`
digitalRead(A3);
PMU.sleep(PM_POFFS0, SLEEP_4S);
`
it goes to sleep for 4 seconds
if I do:
`
analogRead(A3);
PMU.sleep(PM_POFFS0, SLEEP_4S);
`
no sleep…
-
not executing successfully. Command was:
nextflow run UPHL-BioNGS/Donut_Falls -r 1.8.24207 -profile docker --sample_sheet samples.csv
here's the trace
```
task_id hash native_id name status…
-
We are generating a lot of code with Clang for a loop that contains an if-then statement resulting in predicated instructions, which don't seem to be necessary looking at GCC's codegen. For this kerne…
-
The upcoming `Gc` test in #469 has surfaced a macOS segfault while running `STM Gc stress test parallel`.
This first happened on 5.3.0+trunk:
https://github.com/ocaml-multicore/multicoretests/acti…
-
I would like to know how I can handle chunk of text while still maintaining punctuations. I tried and am getting errors while doing this. This has caused increased latency from ~1s to close to ~4s whi…