Live data from Hacker News

GitHub now has Issue Attachments

github.com

21–30 of 74 posts

Re: GitHub now has Issue Attachments

#21
post #18

I would love to hear why the github team waited so long to bring this feature into existence? I am sure there is a good reason (or maybe not) but it would be awesome if a member of the team would stop by and post the details.

We don't have roadmaps or a prioritized backlog, so we weren't exactly "waiting" to implement this. Someone got fed up with the image workflow, figured out a solution, grabbed some other people to help, and shipped it.

Re: GitHub now has Issue Attachments

#22
post #13

Earlier quoted context omitted.

Not just outputs, but also inputs. As a hypothetical example, if I had a project that processed MP3 files, and it had bugs on certain files, it would be nice to be able to attach the MP3 files that triggered the bugs to an issue.

Would it not be useful to have test cases covering the broken behaviour (making it not specific to the issue, but rather stuff you could add in a commit)?

We're talking about issues reporting here, if there's a bug with a file being able to include the file itself (by the original reporter or somebody else) is valuable.

Re: GitHub now has Issue Attachments

#23
post #9
post #8

Earlier quoted context omitted.

I was thinking of non-media files - arbitrary files. PDF, docx, odf, txt, etc. The lack of being able to attach arbitrary files to Issues is awkward. That said, for open projects, I can see them wanting to avoid becoming an accidental free file-hosting service.

Those would be useful but I guess in terms of issue-reporting, screenshots are universally valuable for showing erroneous program behavior...when would other filetypes be useful for that, except in cases of programs that are designed to output such filetypes (attaching an ODF would be useful for an ODF generator, for instance)?

Core dumps and lengthy stacktraces spring to my mind.

Re: GitHub now has Issue Attachments

#24
post #9

Earlier quoted context omitted.

Those would be useful but I guess in terms of issue-reporting, screenshots are universally valuable for showing erroneous program behavior...when would other filetypes be useful for that, except in cases of programs that are designed to output such filetypes (attaching an ODF would be useful for an ODF generator, for instance)?

Core dumps and lengthy stacktraces spring to my mind.

Can use Gist for these.

Re: GitHub now has Issue Attachments

#26
post #18

I would love to hear why the github team waited so long to bring this feature into existence? I am sure there is a good reason (or maybe not) but it would be awesome if a member of the team would stop by and post the details.

We don't have roadmaps or a prioritized backlog, so we weren't exactly "waiting" to implement this. Someone got fed up with the image workflow, figured out a solution, grabbed some other people to help, and shipped it.

can you speak more to how this is built - even if its just at a high level?

Re: GitHub now has Issue Attachments

#27

Earlier quoted context omitted.

We don't have roadmaps or a prioritized backlog, so we weren't exactly "waiting" to implement this. Someone got fed up with the image workflow, figured out a solution, grabbed some other people to help, and shipped it.

can you speak more to how this is built - even if its just at a high level?

Someone came up with a design. Someone else implemented the backend. We iterated on it for a bit and shipped it internally. Then we figured out the CDN situation, setup logging and metrics, and shipped it genpop today.

Re: GitHub now has Issue Attachments

#28
great, it's indeed really useful :D I think this should be default for every other text editor on web or (desktop/mac with special shortcuts) :P

Damn useful, I have to say. Thanks our friends :)

Re: GitHub now has Issue Attachments

#29
post #17

This is great. I was just complaining about this today in the other GH thread. What a nice surprise!

Heh, I was complaining about this in the other thread as well. It's encouraging to see some love for their issue tracker. Now if they could only fix their damn search! :)

I posted this in the other github comment thread, but here it is again (last time I promise), searchco.de allows you to search over github,

http://searchco.de/?q=irq_create_mapping+url%3Agithub

Its not the full index of public repositories though as I don't have a hook into GitHubs project feeds like I do for Codeplex.

Re: GitHub now has Issue Attachments

#30
post #8
post #6

Earlier quoted context omitted.

What other ones should there be? Mediawise, seems like video-attachments are too rare to develop an inhouse viewer solution for. For binary types...why would they need to be viewed inline?

I was thinking of non-media files - arbitrary files. PDF, docx, odf, txt, etc. The lack of being able to attach arbitrary files to Issues is awkward. That said, for open projects, I can see them wanting to avoid becoming an accidental free file-hosting service.

let's make it simple. Images and text are the most important things, make it best and fast ^^
Post reply on HN