Adam Plocher

Results 23 comments of Adam Plocher
trafficstars

Getting this too, whenever I load an item from the time machine timeline (app.ts - TypeScript file from angular js v1 project, if it matters)

To get this to build (in Visual Studio) and run I did the following: 1. Make sure you have the "Desktop development with C++" workload installed for Visual Studio (in...

@ReticentRobot the SLN file I referenced is for the Zelda3 project (I updated my post). A better option might be to use kageurufu's fork of this project. He fixed all...

Just rescued Princess Zelda with my Xbox Controller. Seems to work well!

+1 - my initial value is "fu/nc/tion"

As am I - when I try to go to my newly created gallery: This page isn’t working drivegal.com is currently unable to handle this request. HTTP ERROR 500 I...

It seems `execute script` | `location.reload();` works ok for refreshing

But shouldn't they be based on the colors from Powerline? Powerline: ![screenshot_20161103_222029](https://cloud.githubusercontent.com/assets/1132447/19995392/0d22bf90-a214-11e6-867a-70569381dea3.png) vs oh-my-zsh-powerline-theme: ![screenshot_20161103_222058](https://cloud.githubusercontent.com/assets/1132447/19995408/34553980-a214-11e6-975a-d536da79e0f5.png) I prefer the colors in the first screenshot, and I guess I could redefine GREEN...

I modified the code to use the "Exec" stuff instead, and I'm having the same exact problem. ``` c# IDockerClient client = new DockerClientConfiguration(new Uri("https://docker-server:2376"), credentials).CreateClient(); // Create Container var...

@xplicit Is that something you wouldn't mind sharing? I would love to revisit this. My current "work-around" is to not use Docker.DotNet and instead use Process.Start with the "docker" cli...