Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial qiita_pet commit #31

Closed
wants to merge 1 commit into from
Closed

Initial qiita_pet commit #31

wants to merge 1 commit into from

Conversation

squirrelo
Copy link
Contributor

A lot of this is from jquery, which I added here since this may be installed on non-internet-connected computers. You can safely ignore what is in static. The rest should be my code.

@josenavas
Copy link
Contributor

this may be installed on non-internet-connected computers

What do you mean by that? If they do not have internet, they cannot download this code...
Can we make pip to download jquery?

@rob-knight
Copy link

They may want to use it while not connected to the internet, e.g. look at results while on a plane.

On Mar 9, 2014, at 9:58 AM, josenavas <[email protected]mailto:[email protected]> wrote:

this may be installed on non-internet-connected computers

What do you mean by that? If they do not have internet, they cannot download this code...
Can we make pip to download jquery?


Reply to this email directly or view it on GitHubhttps://github.com//pull/31#issuecomment-37130263.

@josenavas
Copy link
Contributor

I see...

I was thinking at installation time, but I saw that we are hosting jquery on other projects, so it won't be an issue here 😇

@squirrelo
Copy link
Contributor Author

Yeah, jquery uses the MIT licence and the two other libraries are MIT and WTFPL so we are good to host all of it.

#runs task given, with the yield required to get returned value
#equivalent of callback/wait pairing from tornado.gen
yield Task(self.redis.subscribe, self.channel)
if not self.redis.subscribed:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about this but if not subscribed this shouldn't continue, right?

@antgonza
Copy link
Member

You need to add tests for your code. Also, add the names of the new packages to LICENSE.md that you are now including; while on this, could you additionally add the other dependencies to this list? A complete example can be found in emperor: https://github.com/biocore/emperor/blob/master/LICENSE.md

@ElDeveloper
Copy link
Member

👍 to @antgonza's comment. Make sure you list the version and location from which you can download the file. Can you also change jQuery and other dependencies to be minified versions? Same thing with CSS files. I see in a couple places that you have both minified and non-minified versions of the libraries, please keep only one.

Please also remove all the:

  • .DS_Store files.
  • README files.
  • License.txt files.
  • bower.json files.

@squirrelo
Copy link
Contributor Author

Sounds good. I'm more inclined to leave the non-minified version of multiselect for now since there is still some development going on with it.

Also, why isn't .DS_Store in .gitignore?

@ElDeveloper
Copy link
Member

Ok, do you think this will be changing in a near future?

@squirrelo
Copy link
Contributor Author

Yeah, there is some functionality I added in that may need to have it's implementation tweaked. We can discuss it more at the qiita meeting Tuesday.

@ElDeveloper
Copy link
Member

Did you have a chance to submit the pull request to upstream?

@squirrelo
Copy link
Contributor Author

Closing because going in new direction with page layout and interfacing.

@squirrelo squirrelo closed this Apr 8, 2014
@squirrelo squirrelo deleted the qiita-pet branch April 8, 2014 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants