GithubHelp home page GithubHelp logo

Comments (7)

natew avatar natew commented on May 27, 2024

No one gets this? Can't get it to work on my dev or deploy machines (ubuntu and mac).

And actually the ruby version is 1.9.3-p0 I believe, not sure if thats why.

from pygments.rb.

jgaskins avatar jgaskins commented on May 27, 2024

I get this, too, on OS X Lion with Ruby 1.9.3-p125.

I'm porting my blog over to use pygments.rb from Albino. It renders the Ruby example inside it perfectly, but it consistently crashes while attempting to work with the Gherkin example I have.

Here's the code:

class PygmentsHTML < Redcarpet::Render::HTML
   def block_code(code, language)
     Pygments.highlight(code, lexer: language)
   end
end

I verified that the code and language arguments are passed in properly and Pygments is working fine in irb, but it's having trouble from within Rails.

from pygments.rb.

dpogorzelski avatar dpogorzelski commented on May 27, 2024

Same problem here

from pygments.rb.

h6y3 avatar h6y3 commented on May 27, 2024

I see this issue, also on a Lion/Mac system (but not Ubuntu). To reproduce, on 1.9.3p125: simply get the gollum gem and run it against your github wiki which has a page that performs syntax highlighting. It will blow up after that - so any Mac user using gollum (which is great for editing github pages) is going to run into this if they do syntax highlighting.

from pygments.rb.

h6y3 avatar h6y3 commented on May 27, 2024

Also check out this related link which I think could be explaining the cause for Mac crashes: gitlabhq/gitlabhq#245

from pygments.rb.

jamesduncombe avatar jamesduncombe commented on May 27, 2024

Getting the same problem here on OSX 10.6.8, ruby-1.9.3-p125, pygments.rb v0.2.13.

It seems to work fine on my other Mac which is running OSX Lion.

from pygments.rb.

tnm avatar tnm commented on May 27, 2024

This is fixed since 0.3.0.

from pygments.rb.

Related Issues (20)

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.