JP Hellemons

Results 5 issues of JP Hellemons

I am looking to extract only the city for a given lat/lng As seen in this XML: https://stackoverflow.com/a/3151512/169714 it would have an enumerable of `address_component` and a type `locality` which...

``` using (Stream dataStream = webRequest.GetRequestStream()) ``` the next line crashed with parameters method = getwork, paramstring = null request = {"id": 0, "method": "getwork", "params": []} same error as...

Hi I have something similar to http://stackoverflow.com/questions/12172571/redirecting-with-k-mvc ``` @ko.Html.Button("Commit Order", "CommitOrder", "Cart", null, new { @class = "btn btn-default" }) ``` The debugger gets in the commitorder method in the...

I also have a button on a settings page in my uwp app which launches the store in order to rate the app. When a user starts this manual process,...

I have removed the audio download stuff which depended on the flash format of the youtube video's. This also contains PR 245 with the updated decipherer. Sorry for the *.csproj...