Additional tasks: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Paulproteus
imported>Paulproteus
 
(12 intermediate revisions by the same user not shown)
Line 5: Line 5:
* Claim the task by putting your name after the task. Please make a new line with a bullet point, so as to minimize the chance of merge conflicts when editing the wiki.
* Claim the task by putting your name after the task. Please make a new line with a bullet point, so as to minimize the chance of merge conflicts when editing the wiki.
* Fill out bug reports/"workthrough" sheets for these issues, *especially* if you don't complete them! Or if you're feeling really lazy, you can skip the walkthrough sheets and leave your notes here in the wiki by adding to the bullet point for that task. The key is that you give us feedback on problems you're having with these, so we can fix them for the next person to try.
* Fill out bug reports/"workthrough" sheets for these issues, *especially* if you don't complete them! Or if you're feeling really lazy, you can skip the walkthrough sheets and leave your notes here in the wiki by adding to the bullet point for that task. The key is that you give us feedback on problems you're having with these, so we can fix them for the next person to try.

Last curated on: 2014-02-14.


__toc__
__toc__
Line 10: Line 12:
===BioPython===
===BioPython===
* Tasks:
* Tasks:
** [https://github.com/biopython/biopython/issues/238 Help convert single-letter protein alphabet to three-letter protein alphabet]: There's no easy way to convert from the single letter protein alphabet to the three letter. Another poster suggests an already existing function but it will have to be adapted to fit multiple project-specific object types.
*** Attendee notes:
** [https://github.com/biopython/biopython/issues/206 Verify that a documentation change has been made and, if not, change it.]: A user suggested a chance to documentation one month ago. Check that change was made - if not, make change & submit patch. If it was, comment asking the issue to be closed.
*** Attendee notes:
** [https://github.com/biopython/biopython/issues/198 Fix how code handles input error so it fails gracefully.]: A certain type of invalid input currently causes the software to crash. Search for the problematic code, and fix it "fails gracefully" - that is, outputs an error message instead of crashing the software.
** [https://github.com/biopython/biopython/issues/198 Fix how code handles input error so it fails gracefully.]: A certain type of invalid input currently causes the software to crash. Search for the problematic code, and fix it "fails gracefully" - that is, outputs an error message instead of crashing the software.
*** Attendee notes:
*** Attendee notes:
Line 22: Line 20:
*** Attendee notes:
*** Attendee notes:
** [https://github.com/mbostock/d3/issues/796 Unclear wording in bar graph tutorial]: Per the ticket, there is a small bit of the tutorial that could be easier to read. Improve it in the way described.
** [https://github.com/mbostock/d3/issues/796 Unclear wording in bar graph tutorial]: Per the ticket, there is a small bit of the tutorial that could be easier to read. Improve it in the way described.
*** Attendee notes:

=== ekiga===
* Tasks:
** [https://bugzilla.gnome.org/show_bug.cgi?id=621634 Find out if Ekiga still fails to compile with -DSEAL]: If you like compiling software on Linux, you'll love this! If not, you will likely find it pretty uninteresting.
*** Attendee notes:
*** Attendee notes:


Line 69: Line 62:
** [https://issues.apache.org/jira/browse/PIG-2981 Add more automated tests]: Add an automated test showing that when pig stores a DateTime object, the data is saved properly. ("e2e" is short for end-to-end, probably.)
** [https://issues.apache.org/jira/browse/PIG-2981 Add more automated tests]: Add an automated test showing that when pig stores a DateTime object, the data is saved properly. ("e2e" is short for end-to-end, probably.)
*** Attendee notes:
*** Attendee notes:
** [https://issues.apache.org/jira/browse/PIG-3128 Document the BigInteger and BigDecimal data type]: In the pig documentation, add documentation for two new data types. Look for existing data types documentation before getting started on this, to make sure you are in the right place to add the new documentation.
*** Attendee notes:
** [https://issues.apache.org/jira/browse/PIG-3370 Add New Reserved Keywords To The Pig Docs]: The pig documentation doesn't mention all the keywords of the language. You can improve it to do so.


===svg-edit===
===svg-edit===
* Tasks:
* Tasks:
** [https://code.google.com/p/svg-edit/issues/detail?id=989 Read this UI bug, and see if you can change the UI to match the suggestion. (Difficulty: high!)]:
** [https://code.google.com/p/svg-edit/issues/detail?id=989 Read this UI bug, and see if you can change the UI to match the suggestion.]:
*** Attendee notes:
** [https://code.google.com/p/svg-edit/issues/detail?id=859 Another contributor offered a patch for a bug two years ago but it was never acted upon. See if these bugs still exist, and see if this patch still fixes the issue.]: You can use what you learned in the diffpatch OpenHatch training mission to apply the patch. Note that if the patch tool complains that the patch does not apply, even that is useful feedback. If you are interested in "forward-porting" the patch, which is to say, interested in taking the code submitted and adjusting it to work as a change against the current version of svg-edit, that would be even better.
*** Attendee notes:
** [https://code.google.com/p/svg-edit/issues/detail?id=788 See if you can reproduce this problem where svg-editor.html does not work properly, for version 2.5.1 when downloaded]: All that is required here is to download version 2.5.1 of the svg-edit app and run it in your web browser. If you find it does not work properly in the way described, leave an update to say so on the bug report.
*** Attendee notes:
** [https://code.google.com/p/svg-edit/issues/detail?id=1077 Display problem. Latest comment to issue claims bug is fixed in Firefox 21. Check and either confirm or deny. ]: All that is required is to try using Firefox 21 to test the app. If so, or if not, leave a comment on the bug to say as much.
*** Attendee notes:
** [https://code.google.com/p/svg-edit/issues/detail?id=1066 Add a menu item to automatically download the SVG data]:
*** Attendee notes:
*** Attendee notes:


===WordPress===
===WordPress===
* Tasks:
* Tasks:
** [http://core.trac.wordpress.org/ticket/16989 WordPress has a built-in way to list what media items are "attached" to which blog posts. The functionality, written in PHP, should be extended to be able to filter by file type, AKA MIME type.]
*** Attendee notes:
** [http://core.trac.wordpress.org/ticket/23406 Some notices messages which can maybe fixed]: Read through the relevant part of the code, and make sure you agree that the code issues have been solved. If so, fix the documentation issue described on the ticket.
*** Attendee notes:
** [http://core.trac.wordpress.org/ticket/12363 Comment permalink wrong when only listing one comment type]: The wp_list_comments() function should be smarter about pagination, as described on the ticket. Submit a patch!
** [http://core.trac.wordpress.org/ticket/12363 Comment permalink wrong when only listing one comment type]: The wp_list_comments() function should be smarter about pagination, as described on the ticket. Submit a patch!
*** Attendee notes:
** [http://core.trac.wordpress.org/ticket/11009 screenshots of plugins from wordpress.org load over http instead of https when FORCE_SSL_ADMIN is enabled]: Configure your WordPress accordingly, and then enable the Beta Tester plugin as suggested, and then leave a note on the bug indicating if it is fixed.
*** Attendee notes:
*** Attendee notes:



Latest revision as of 03:24, 15 February 2014

This page has curated tasks from previous events, but there are no maintainers for these projects at the event, and less care had been paid to making sure the development environment setup is easy and the tasks are verified.

If you're feeling brave, please do tackle these bugs. Remember:

  • Mentors are here to help you, even if they're not experts on this particular project.
  • Claim the task by putting your name after the task. Please make a new line with a bullet point, so as to minimize the chance of merge conflicts when editing the wiki.
  • Fill out bug reports/"workthrough" sheets for these issues, *especially* if you don't complete them! Or if you're feeling really lazy, you can skip the walkthrough sheets and leave your notes here in the wiki by adding to the bullet point for that task. The key is that you give us feedback on problems you're having with these, so we can fix them for the next person to try.

Last curated on: 2014-02-14.

BioPython

  • Tasks:

d3

  • Tasks:
    • Bug in the bar graph tutorial: Per the ticket, the tutorial is not entirely accurate with the current version of d3. Submit a Github pull request to fix the tutorial.
      • Attendee notes:
    • Unclear wording in bar graph tutorial: Per the ticket, there is a small bit of the tutorial that could be easier to read. Improve it in the way described.
      • Attendee notes:

FreeNAS

gimp-web

MediaGoblin

Octave

Notes: Warning - setting up a development environment on Windows takes hours, so this is primarily recommended for GNU/Linux and Mac users.

  • Tasks:
    • Fix possible format string bug: A fan of octave automatically checked the source code for format string bugs related to the size of string buffers, and found a probable issue. You should investigate the issue and write on the issue a remark as to if you think the automatic check got it right. Preferably, also submit a patch.
      • Attendee notes:
    • bicubic needs documentation of "spline_alpha" argument: A previous patch changed some code, and was partially applied, but the documentation portion of that patch got dropped by accident. You should find that patch, make sure it still applies to the project, and then submit the part that needs to still be applied.
      • Attendee notes:
    • convn(x,y,"valid") produces results that are different from Matlab: The submitted provided a patch. It is useful to the maintainer if other people indicate that the patch works for them. Additionally, the patch could use unit tests.
      • Attendee notes:

Pig

  • Tasks:
    • Add more automated tests: Add an automated test showing that when pig stores a DateTime object, the data is saved properly. ("e2e" is short for end-to-end, probably.)
      • Attendee notes:

svg-edit

WordPress

TEMPLATE

  • Tasks:
    • []:
      • Attendee notes:
    • []:
      • Attendee notes:
    • []:
      • Attendee notes:
    • []:
      • Attendee notes: