Jamie R. Rytlewski

Results 8 issues of Jamie R. Rytlewski

Made some changes to make lightbox be a bit more consistent. If there was 1 image, the escape key did not work. I also changed the unbind to not unbind...

I know someone else did this, but I didn't realize until after. This is my 1st time with git, so I'm hoping to understand how this all works.

I'm looking at http://developer.runkeeper.com/healthgraph/registration-authorization and this is the API that is giving me fits with Authenticating right now. I see in step 3 they POST to get the token. Foursquare,...

Great demo for people that are having issues with Bootstrap and Angular. My coworker said it could not be done. I can write up a PR for this, but wouldn't...

https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/7.0/solution-level-output-no-longer-valid This helps get rid of the warning soon to be error in .net 7

If I try and run the code: ``` map.setCenter({ lat: 51.55, lon: 0.1 }).setZoom(10); ``` It no longer works in the newest beta. This works: ``` map.setCenterZoom(new MM.Location(51.55, 0.1), 10);...

I've been looking at ways to fix this, but I'm not sure if there are multiple ways to call it, but if you do something like: var github = new...

Have you tried this with iOS? Doesn't seem to be working with the redirect and the httpserver getting information. I can push it from a curl command and step through...