Viewing 3 replies - 1 through 3 (of 3 total)
  • same problem.
    need to change line 58:
    ‘#https://gist.github.com/([a-zA-Z0-9]+)(\#file_(.+))?$#i’,
    to new gist url structure.

    when will have time and if author will not change this, will post code here

    Thread Starter gish

    (@gish)

    According to GitHub, a username need to meet the following rules:
    “Username may only contain alphanumeric characters or dashes and cannot begin with a dash”

    I believe /[0-9|a-z][0-9|a-z|–]+/ might do the trick. It’s not tested though.

    I’m getting a similar issue, not sure how to fix it…

    https://www.freemancw.com/2012/06/opengl-cone-function/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gists not embedded’ is closed to new replies.