Questions tagged [gist]

Gist is a simple way to share snippets and pastes with others. (Provided by Github.)

Gist is a service created by Github, providing a simple way to share snippets and pastes with others. All gists are git repositories, so they are automatically versioned, forkable and usable as a git repository. Gists can be created anonymously, or associated with your Github account. Gists can also be published as either private or public for sharing.

370 questions
0
votes
0 answers

Gist plugin on Sublime Text is too slow

Gist plugin on Sublime Text is too slow. It takes several seconds(only 4 short snippets) to download all my gists to local and show them in Sublime Text. No way I could manage 100 snippets this way. Is there any way to customize the code and use…
Nicolas S.Xu
  • 13,794
  • 31
  • 84
  • 129
0
votes
1 answer

Gist is not parsing Github Flavored Markdown properly (Todo List)

Link to gist example todo list: https://gist.github.com/blenderer/6018a922c6ee7d82416d File Name: checklist.md File type: Markdown Markdown I'm using: - [ ] for an empty checkbox - [x] for a checked checkbox (same code) As you can see, it works…
Blenderer
  • 682
  • 1
  • 5
  • 17
0
votes
1 answer

RestKit: One to many relationship mapping

I'm trying to parse github's gist api response with RestKit. Here is a fragment of json: { "url": "https://api.github.com/gists/6004248", ... "html_url": "https://gist.github.com/6004248", "files": { "ApplicationContext.h":…
Michał Banasiak
  • 950
  • 6
  • 13
0
votes
1 answer

Failing to Load geoJSON for d3.js in Gist

I am attempting to check whether I could correctly implement d3Vienno's code (http://www.youtube.com/watch?v=lJgEx_yb4u0) from his d3.js Map Tutorial with geoJSON for NYC. However, my Gist is failing to properly display the map, and no errors are…
NumenorForLife
  • 1,736
  • 8
  • 27
  • 55
0
votes
2 answers

Push to gist while having non-code files

I cloned a public gist and made some changes. Now I have a new code, plus several files in the same folder that running the code generates. I want to push the code on my computer up to my gist -- is it possible to do so with non-code files in the…
Heisenberg
  • 8,386
  • 12
  • 53
  • 102
0
votes
1 answer

gist-vim: change token location

I use gist-vim from mattn together with gVim. Works great and everything but I don't appreciate the auth token laying around in my home directory. So I started looking around in the plugin files and found the variable called s:configfile which the…
Sensei
  • 598
  • 1
  • 4
  • 13
0
votes
1 answer

How can I put a new timeline chart for d3 on bl-ocks.org

I have created a new timeline chart for d3 that I want to put on bl.ocks.org (GitHub Gist: https://gist.github.com/rengel-de/5603464). My gist contains an 'index.html' file. Alle the required files are in the same gist. Following the instructions on…
rengel
  • 453
  • 1
  • 5
  • 12
0
votes
1 answer

Creating gist failed: 403 Forbidden

This is the error message I am receiving when trying to create a new gist. Creating gist failed: 403 Forbidden I have set up GITHUB_USER and GITHUB_PASSWORD as suggested and have tried setting up the environment variable HTTP_PROXY but then I…
cjquinn
  • 739
  • 3
  • 14
0
votes
1 answer

How to download mapbox gallery site data?

I am trying to make a map of network connections. The MapBox map gallery has some really beautifully laid out maps and I wanted to take the coordinate data to style it for other purposes. I know this is a long shot, but does anyone know how these…
rememberlenny
  • 964
  • 2
  • 10
  • 19
0
votes
1 answer

Opening downloaded Gist folder to inspect elements

I want to experiment with Mike Bostock's stacked bar chart (https://gist.github.com/3886208) in my browser using web inspector. I realize that I need a local copy of the example files (the index.html and the data.csv file) in order to play with it.…
user1552159
  • 205
  • 1
  • 4
  • 12
0
votes
1 answer

How do I modify the size of an embedded Gist?

Is it possible? As it is, it just seems rather large on my webpage currently, and I'd like to shrink it down. If it makes a difference, I'm using the standard embed code displayed alongside the Gist. In my case, that's
dantdj
  • 1,237
  • 3
  • 19
  • 40
0
votes
1 answer

How to set up gist to work with an existing token?

I've installed gist Ruby gem. However, I'm having trouble setting up my gist to work with an existing Github account and taken. I've read the instructions in here. However, I'm lost on the next steps I should try to get the authentication working…
stanigator
  • 10,768
  • 34
  • 94
  • 129
0
votes
2 answers

Jsonp is returning response (in firebug net window) but it is not output on page

Here is my working example trying to load a file from github: Get Gists
Adam Seabridge
  • 1,909
  • 1
  • 20
  • 27
0
votes
1 answer

Loading Gist raw file from Jquery

I have tied everything I can think of but for some reason If I try to load the raw file from gist via ajax or in an iframe with fancybox or something it won't work. It works fine in the browser though. Any ideas?
Adam Seabridge
  • 1,909
  • 1
  • 20
  • 27
-1
votes
1 answer

How to embed a GitHub Gist in a NextJS application?

I am working on a static website that uses NextJS. And, I want to embed Github Gist into this website. I tried several npm packages which were created for React. But, those packages seem to use browser features that are not available when my NextJS…
DevLaka
  • 193
  • 3
  • 13
1 2 3
24
25