Grayson
Grayson
Unable to install neovim 0.1.0 on OSX Yosemite `10.10.5` with `xcode-select version 2339` by running `brew install neovim`. Looks like it's choking on luajit: ``` Undefined symbols for architecture x86_64:...
With `Ano` in library and the following configuration no application resources are firing. The init methods on `Ano_Application_Resource_Twig` and `Ano_Application_Resource_View` are not being called. ``` autoloaderNamespaces[] = "Ano_" pluginPaths.Ano_Application_Resource =...
Supervisor is terrible. ``` RUN apt-get -y install golang RUN mkdir /go RUN export GOPATH=/go && export PATH=/go/bin:$PATH RUN go get github.com/gwoo/goforever ADD mesos-slave.tml /mesos-slave.tml ```
Looks like they finally got it merged: https://github.com/mesosphere/marathon/pull/475
Perhaps `coreos/apache` will work. Find something small with a helloworld.
Right now none of the containers have versions locked - this means that potentially this combination of containers could drift and become broken. Let's lock those down so we can...
Any clue? ``` curl -X POST -H "Accept: application/json" -H "Content-Type: application/json" \ localdocker:18080/v2/apps -d ' { "id": "inky", "container": { "docker": { "image": "mesosphere/inky" }, "type": "DOCKER", "volumes": []...
Sally's default server mode is optimized for Google App Engine Flexible - we should report errors in the format required for these errors to be surfaced in GCP tooling. https://cloud.google.com/error-reporting/docs/setup/app-engine-flexible-environment
Packages that have subpackages, like `net/` in `net/metrics` currently 404. Instead, we should render the same index that is shown at `/`, but scoped to that package. For example, given...