Giter Site home page Giter Site logo

Comments (7)

chadrickm avatar chadrickm commented on September 28, 2024

I would also like to take part in this social coding experience but I use HG with TortoiseHG rather than git. I find TortoiseHG seems to fit my windows comfort zone more than anything I've found for git. @haacked since you are at github now what would you suggest I do (other than start using git ;)

from routemagic.

haacked avatar haacked commented on September 28, 2024

@chadrickm uh, start using git! :) You could try and see if the hg-git tool does the trick for you. It's a mercurial plugin that allows you to interact with a git repo using hg.

from routemagic.

IronGeek avatar IronGeek commented on September 28, 2024

Hi,
I've ended up editing the line in DebugHttpHandler.cs and use this workaround for my project... it works, but I don't know if it's the correct way though...

if (!IsRoutedRequest(request) || 
    !(request.AcceptTypes != null && request.AcceptTypes.Contains("text/html", StringComparer.OrdinalIgnoreCase)))
{
    return;
}

@chadrickm: I'm new to git and github too... anyway i think you'll find the answer to your unrelated question here: http://github.github.com/github-flavored-markdown/ :)

from routemagic.

haacked avatar haacked commented on September 28, 2024

@IronGeek well acceptTypes could be / in which case you have no idea what it's for.

from routemagic.

haacked avatar haacked commented on September 28, 2024

I think changing it to check the response content type is correct.

from routemagic.

haacked avatar haacked commented on September 28, 2024

Fixed in 893eaa6
Please try it out.

from routemagic.

cluggas avatar cluggas commented on September 28, 2024

@haacked I disappeared for a long weekend. Thanks very much for logging it and fixing it so quickly :-)

from routemagic.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.