Davis Ford

Results 22 issues of Davis Ford

The docs say to go get Ubuntu 12.10 (quantal), which I did, and then I hit this way down in the Google build scripts: `ERROR: Installing the ARM cross toolchain...

Here's the python traceback you'll get if curl is not installed: ``` sh Installing Chrome OS fonts to /usr/local/share/fonts/chromeos. Traceback (most recent call last): File "build/linux/install-chromeos-fonts.py", line 79, in sys.exit(main(sys.argv[1:]))...

Hi, I was trying to write a simple wrapper like you have here with DemoService but using [TopShelf](http://topshelf-project.com/). Unfortunately, I cannot get it working. What I have is very simple:...

Hi, I'm using XCode 10.1 I had hit #274 and so I turned off test coverage in the scheme. Now, I'm hitting this: ``` 💉 *** Compiling /Users/dford/git/myproject/Classes/Controllers/AppUpdateViewController.m *** 💉...

**Is your feature request related to a problem? Please describe.** Current driver in golang is v1.7.4 Newest driver from neo4j is [v1.8.3](https://github.com/neo4j/neo4j-go-driver/releases) As of version 1.8.0 the driver was re-written...

**Describe the bug** I actually think this is an [err in documentation](https://github.com/swaggo/swag#add-extension-info-to-struct-field). If you execute this, the tool does indeed output the extensions like ```go type SomeStruct struct { LocationID...

So, I understand how to deploy with `minikube addons configure registry-creds`, etc. but I want to deploy this automatically on minikube start without having to run the commands. Minikube docs...

I'm getting this error when trying to execute a Jest test: ``` import React, { ReactElement } from 'react'; import TestRenderer, { ReactTestRenderer } from 'react-test-renderer'; SyntaxError: /Users/dford/git/project/test/floorplan/Circle.unit.test.tsx: Cannot transform...

note it looks like a typo below? `coubase` should be `couchbase`? ```sh $ terraform apply data.template_file.user_data_server: Refreshing state... data.aws_iam_policy_document.instance_role: Refreshing state... data.aws_vpc.default: Refreshing state... data.aws_iam_policy_document.auto_discover_cluster: Refreshing state... data.aws_ami.coubase_ubuntu_example: Refreshing state......

bug

[this line](https://github.com/DaftMonk/fullstack-demo/blob/master/server/routes.js#L18) ``` javascript app.route('/:url(api|auth|components|app|bower_components|assets)/*') .get(errors[404]); ``` ...looking for a quick explanation. I understand it is meant to redirect to 404 if the url doesn't match some specific paths, but...