Molly

Results 8 issues of Molly

I love this underlining and hope to use it - but right now I've noticed that if you have long underlined text, LaTeX no longer knows how to wrap it...

``` var url = "qwantz"; var result = anchorme.validate.url(url); console.log(result); // prints true ``` Any string gets incorrectly validated as a valid URL. Shouldn't it need to have at least...

I've tried the following directory arrangements: 1. ICM20948 folder and 20948_Working folder both inside Arduino --> libraries folder. 2. ICM20948 folder and 20948_Working folder both inside Arduino-->libraries -->ICM20948_DMP_Arduino Both have...

Any idea what would be involved in getting this to work for a 3d space, so we could use this for controlling drones?

This is a similar troubleshooting question as [Issue 5](https://github.com/dag10/HoloViveObserver/issues/5). What exactly is the expected network setup required for this? I'm on a university campus, so we are limited in the...

Looks like one of the links in your README is bad: http://openmdao.readthedocs.org/en/1.1.1/getting-started/requirements.html Here's the closest thing I could find: http://openmdao.readthedocs.org/en/1.1.1/getting-started/install.html#installation

I saw issue #4, and swapped pins, but the example code (all of them) is still [stalling out in this loop waiting for BS to go low.](https://github.com/jarek319/EPD215/blob/master/EPD215.cpp#L285) On a scope,...

Arduino IDE version: 1.6.12 Library version: 1.1.2 (also tried 1.1.0) Here are the errors: In file included from /Users/molecule/Documents/Arduino/libraries/PL_microEPD/examples/_01_HelloWorld/_01_HelloWorld.ino:11:0: /Users/molecule/Documents/Arduino/libraries/PL_microEPD/src/PL_microEPD.h:84:43: error: overflow in constant expression byte buffer[EPD_WIDTH * EPD_HEIGHT /...