Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Make the initial post to GitHub API using actual file contents. #21

Open
mbostock opened this issue Jun 16, 2015 · 6 comments
Open

Make the initial post to GitHub API using actual file contents. #21

mbostock opened this issue Jun 16, 2015 · 6 comments

Comments

@mbostock
Copy link
Owner

Currently we make a placeholder post ({".gistup": "gistup"}) but it would be nice to avoid potential caching issues by posting the actual file contents.

@curtisalexander
Copy link

Can you describe the behavior of the caching issue -- I may be experiencing the same.

I'm having an issue where the placeholder gets posted to github but it never gets updated with the actual file I'm looking to post. Within the command line, it appears to get hung -- I have to Ctrl-C to interrupt.

I'll be glad to work on the issue and submit a PR if you could point me in a direction to get started.

@CrandellWS
Copy link

This #22 (comment) might be of help here

@CrandellWS
Copy link

Best place to start idk but these links might help 9c21a5d5b4/gistup#L141
and
9c21a5d5b4/gistup#L162

@CrandellWS
Copy link

So this works in Windows (MinGW at least) https://github.com/CrandellWS/gistup/tree/7535e084b109b70212ae2c5fed23635306343656

you can create a blank repo gistup or add a filelist gistup file1 file2 file3 but the files with spaces errors... and gistup ./* gistup * works

@CrandellWS
Copy link

@CrandellWS
Copy link

CrandellWS@7d919ff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants