Adam Plocher
Adam Plocher
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:  vs oh-my-zsh-powerline-theme:  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...