Results 13 issues of Dave

I've noticed that on mobile safari and chrome on ios6 and android, the detection code that finds the navbar element and should prevent the default navbar from rendering if one...

bug

I've cloned the btscale code installed the npm and bower packages, and run make. I started a simple HTTP server with: ``` python -m "SimpleHTTPServer" ``` and loaded btscale.html in...

I'm trying to run this on Mac OS X 10.10.4 but when I type ``` hoodie start ``` I get: ``` 15:27 $ hoodie start .d$b. .d$b. .d$$$$$$b. .d$$$$$$b. .d$$$$$$b....

I'm running draft on macos 10.14.6: &version.Version{SemVer:"v0.16.0", GitCommit:"5433afea1421810ae9d828631d8651de913b347a", GitTreeState:"dirty"} I've done: draft init draft create draft up I get: building docker image: FAIL Step 15/50 : RUN adduser --shell /bin/bash...

question/support

I'm using cobalt 0.19.0 built from cargo. I have a cobalt site generated successfully with the default configuration of _cobalt.yml where src lives in the main project directory and destination...

I needed plain text from the Makefile. Hence, I simply added a txt target and got what I needed. Hope this helps someone else too.

### Expected Behavior Plain text output generated from existing input along with the other formats like rtf, pdf, and html ### Actual Behavior No plain text output available ### Steps...

Hi, I'm using flask superadmin and I like what I see. However, I need admin views to be protected. I'm using flask-security with mongoengine. Is there a way that I...

I am using django-nose 1.4.3 installed into a python 3.5 virtualenv using django 1.9.2 running on Mac OS X 10.11. I have the following tests running via django-nose: ``` class...