Skip to content

Conversation

@mikemhenry
Copy link
Contributor

No description provided.

pvcraven added a commit that referenced this pull request Jan 8, 2016
@pvcraven pvcraven merged commit c57ed4e into pythonarcade:master Jan 8, 2016
@pvcraven
Copy link
Member

pvcraven commented Jan 8, 2016

Thanks. Figuring out badges is on my 'list-of-things-to-do.'

@mikemhenry
Copy link
Contributor Author

No problem! It should be on the bottom of your 'list of things to do'. I'm
interested in seeing where this goes!

On Thu, Jan 7, 2016 at 8:42 PM, Paul V Craven notifications@github.com
wrote:

Thanks. Figuring out badges is on my 'list-of-things-to-do.'


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169873398.

@pvcraven
Copy link
Member

pvcraven commented Jan 8, 2016

Hm, doesn't work well here:

https://pypi.python.org/pypi/arcade/0.0.3a12

Know any magic to keep it from showing up in that context?

Paul Vincent Craven

On Thu, Jan 7, 2016 at 8:44 PM, Mike Henry notifications@github.com wrote:

No problem! It should be on the bottom of your 'list of things to do'. I'm
interested in seeing where this goes!

On Thu, Jan 7, 2016 at 8:42 PM, Paul V Craven notifications@github.com
wrote:

Thanks. Figuring out badges is on my 'list-of-things-to-do.'


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169873398.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169873643.

@mikemhenry
Copy link
Contributor Author

Looks like pypi rolled back markdown support and uses restructured text.
I'll see if there is an easy fix, poking around other projects look like
some are just letting it look that way.
On Jan 7, 2016 22:09, "Paul V Craven" notifications@github.com wrote:

Hm, doesn't work well here:

https://pypi.python.org/pypi/arcade/0.0.3a12

Know any magic to keep it from showing up in that context?

Paul Vincent Craven

On Thu, Jan 7, 2016 at 8:44 PM, Mike Henry notifications@github.com
wrote:

No problem! It should be on the bottom of your 'list of things to do'.
I'm
interested in seeing where this goes!

On Thu, Jan 7, 2016 at 8:42 PM, Paul V Craven notifications@github.com
wrote:

Thanks. Figuring out badges is on my 'list-of-things-to-do.'


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169873398.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169873643.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169887996.

@pvcraven
Copy link
Member

pvcraven commented Jan 8, 2016

Just got more of them to work:

http://arcade.readthedocs.org/en/latest/

Paul Vincent Craven

On Thu, Jan 7, 2016 at 10:30 PM, Mike Henry notifications@github.com
wrote:

Looks like pypi rolled back markdown support and uses restructured text.
I'll see if there is an easy fix, poking around other projects look like
some are just letting it look that way.
On Jan 7, 2016 22:09, "Paul V Craven" notifications@github.com wrote:

Hm, doesn't work well here:

https://pypi.python.org/pypi/arcade/0.0.3a12

Know any magic to keep it from showing up in that context?

Paul Vincent Craven

On Thu, Jan 7, 2016 at 8:44 PM, Mike Henry notifications@github.com
wrote:

No problem! It should be on the bottom of your 'list of things to do'.
I'm
interested in seeing where this goes!

On Thu, Jan 7, 2016 at 8:42 PM, Paul V Craven <
notifications@github.com>
wrote:

Thanks. Figuring out badges is on my 'list-of-things-to-do.'


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169873398.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169873643.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169887996.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169892107.

@mikemhenry
Copy link
Contributor Author

Sweet! Have you looked into integrating something like coveralls? It will
measure how much tests cover the code base.
On Jan 7, 2016 22:33, "Paul V Craven" notifications@github.com wrote:

Just got more of them to work:

http://arcade.readthedocs.org/en/latest/

Paul Vincent Craven

On Thu, Jan 7, 2016 at 10:30 PM, Mike Henry notifications@github.com
wrote:

Looks like pypi rolled back markdown support and uses restructured text.
I'll see if there is an easy fix, poking around other projects look like
some are just letting it look that way.
On Jan 7, 2016 22:09, "Paul V Craven" notifications@github.com wrote:

Hm, doesn't work well here:

https://pypi.python.org/pypi/arcade/0.0.3a12

Know any magic to keep it from showing up in that context?

Paul Vincent Craven

On Thu, Jan 7, 2016 at 8:44 PM, Mike Henry notifications@github.com
wrote:

No problem! It should be on the bottom of your 'list of things to
do'.
I'm
interested in seeing where this goes!

On Thu, Jan 7, 2016 at 8:42 PM, Paul V Craven <
notifications@github.com>
wrote:

Thanks. Figuring out badges is on my 'list-of-things-to-do.'


Reply to this email directly or view it on GitHub
<https://github.com/pvcraven/arcade/pull/1#issuecomment-169873398
.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169873643.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169887996.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169892107.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169893091.

@pvcraven
Copy link
Member

pvcraven commented Jan 8, 2016

Yes, I really want to do that.

I'm using doc strings to test rather than separate unit tests. So far I kind of like it.

Paul Vincent Craven

On Jan 7, 2016, at 10:41 PM, Mike Henry notifications@github.com wrote:

Sweet! Have you looked into integrating something like coveralls? It will
measure how much tests cover the code base.
On Jan 7, 2016 22:33, "Paul V Craven" notifications@github.com wrote:

Just got more of them to work:

http://arcade.readthedocs.org/en/latest/

Paul Vincent Craven

On Thu, Jan 7, 2016 at 10:30 PM, Mike Henry notifications@github.com
wrote:

Looks like pypi rolled back markdown support and uses restructured text.
I'll see if there is an easy fix, poking around other projects look like
some are just letting it look that way.
On Jan 7, 2016 22:09, "Paul V Craven" notifications@github.com wrote:

Hm, doesn't work well here:

https://pypi.python.org/pypi/arcade/0.0.3a12

Know any magic to keep it from showing up in that context?

Paul Vincent Craven

On Thu, Jan 7, 2016 at 8:44 PM, Mike Henry notifications@github.com
wrote:

No problem! It should be on the bottom of your 'list of things to
do'.
I'm
interested in seeing where this goes!

On Thu, Jan 7, 2016 at 8:42 PM, Paul V Craven <
notifications@github.com>
wrote:

Thanks. Figuring out badges is on my 'list-of-things-to-do.'


Reply to this email directly or view it on GitHub
<https://github.com/pvcraven/arcade/pull/1#issuecomment-169873398
.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169873643.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169887996.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169892107.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169893091.


Reply to this email directly or view it on GitHub.

@pvcraven
Copy link
Member

pvcraven commented Jan 8, 2016

Ha! Got coveralls working:

http://arcade.readthedocs.org/en/latest/

Paul Vincent Craven

On Thu, Jan 7, 2016 at 8:41 PM, Mike Henry notifications@github.com wrote:

Sweet! Have you looked into integrating something like coveralls? It will
measure how much tests cover the code base.
On Jan 7, 2016 22:33, "Paul V Craven" notifications@github.com wrote:

Just got more of them to work:

http://arcade.readthedocs.org/en/latest/

Paul Vincent Craven

On Thu, Jan 7, 2016 at 10:30 PM, Mike Henry notifications@github.com
wrote:

Looks like pypi rolled back markdown support and uses restructured
text.
I'll see if there is an easy fix, poking around other projects look
like
some are just letting it look that way.
On Jan 7, 2016 22:09, "Paul V Craven" notifications@github.com
wrote:

Hm, doesn't work well here:

https://pypi.python.org/pypi/arcade/0.0.3a12

Know any magic to keep it from showing up in that context?

Paul Vincent Craven

On Thu, Jan 7, 2016 at 8:44 PM, Mike Henry <notifications@github.com

wrote:

No problem! It should be on the bottom of your 'list of things to
do'.
I'm
interested in seeing where this goes!

On Thu, Jan 7, 2016 at 8:42 PM, Paul V Craven <
notifications@github.com>
wrote:

Thanks. Figuring out badges is on my 'list-of-things-to-do.'


Reply to this email directly or view it on GitHub
<
https://github.com/pvcraven/arcade/pull/1#issuecomment-169873398
.


Reply to this email directly or view it on GitHub
<https://github.com/pvcraven/arcade/pull/1#issuecomment-169873643
.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169887996.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169892107.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169893091.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169895610.

@mikemhenry
Copy link
Contributor Author

Awesome!
On Jan 8, 2016 09:02, "Paul V Craven" notifications@github.com wrote:

Ha! Got coveralls working:

http://arcade.readthedocs.org/en/latest/

Paul Vincent Craven

On Thu, Jan 7, 2016 at 8:41 PM, Mike Henry notifications@github.com
wrote:

Sweet! Have you looked into integrating something like coveralls? It will
measure how much tests cover the code base.
On Jan 7, 2016 22:33, "Paul V Craven" notifications@github.com wrote:

Just got more of them to work:

http://arcade.readthedocs.org/en/latest/

Paul Vincent Craven

On Thu, Jan 7, 2016 at 10:30 PM, Mike Henry notifications@github.com
wrote:

Looks like pypi rolled back markdown support and uses restructured
text.
I'll see if there is an easy fix, poking around other projects look
like
some are just letting it look that way.
On Jan 7, 2016 22:09, "Paul V Craven" notifications@github.com
wrote:

Hm, doesn't work well here:

https://pypi.python.org/pypi/arcade/0.0.3a12

Know any magic to keep it from showing up in that context?

Paul Vincent Craven

On Thu, Jan 7, 2016 at 8:44 PM, Mike Henry <
notifications@github.com

wrote:

No problem! It should be on the bottom of your 'list of things to
do'.
I'm
interested in seeing where this goes!

On Thu, Jan 7, 2016 at 8:42 PM, Paul V Craven <
notifications@github.com>
wrote:

Thanks. Figuring out badges is on my 'list-of-things-to-do.'


Reply to this email directly or view it on GitHub
<
https://github.com/pvcraven/arcade/pull/1#issuecomment-169873398
.


Reply to this email directly or view it on GitHub
<
https://github.com/pvcraven/arcade/pull/1#issuecomment-169873643
.


Reply to this email directly or view it on GitHub
<https://github.com/pvcraven/arcade/pull/1#issuecomment-169887996
.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169892107.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169893091.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-169895610.


Reply to this email directly or view it on GitHub
https://github.com/pvcraven/arcade/pull/1#issuecomment-170025681.

pvcraven pushed a commit that referenced this pull request Jul 14, 2016
Bringing my fork up to date
pvcraven pushed a commit that referenced this pull request Mar 5, 2019
Fix error message on text.draw_text:anchor_y
pushfoo added a commit to pushfoo/arcade that referenced this pull request Mar 11, 2024
Add & improve type annotations for Camera overhaul
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.

2 participants