PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Monday the 4th of July, 2016

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[20:25:43] <sumanah> hi controversial - I'm Sumana, the same as @brainwane on GitHub. Thanks for your help this weekend. How you doing?
[20:26:56] <sumanah> also I'm wondering whether you're coming to PyGotham in New York City later this month https://2016.pygotham.org/
[20:27:40] <sumanah> controversial: registration is $50, I've heard it's a good conference to learn stuff and to meet other Python programmers
[20:28:45] <sumanah> (also someone I know is speaking at http://www.codedaze.io/ upstate later this year, so it might be good too)
[21:13:49] <controversial> shmanah: that'd be cool if I could
[21:14:10] <controversial> It's closer than Pycon, certainly
[21:14:36] <controversial> When's the exact date? I might be in France…
[21:16:38] <controversial> Yeah, I'll be in France
[21:16:41] <controversial> Maybe next year
[21:17:06] <controversial> ¯\_(ツ)_/¯
[21:17:31] <controversial> sumanah: Yeah, so no 😕
[21:17:57] <sumanah> understood controversial :)
[21:18:18] <sumanah> controversial: are you also missing the HOPE conference this summer?
[21:19:06] <controversial> sumanah: Don't know, what's that?
[21:19:38] <sumanah> controversial: Hackers On Planet Earth https://hope.net/
[21:36:25] <controversial> No 😕 Flying back on the 25th, after staying for 2 weeks
[21:37:01] <controversial> sumanah: It's too bad
[22:38:06] <berker> dstufft: why invoking "make lint" removes .state/env?
[22:45:24] <dstufft> berker: it should only do that if requirements/dev.txt requirements/docs.txt requirements/lint.txt are newer than .state/env/pyvenv.cfg
[22:58:57] <berker> dstufft: that makes sence thanks, I guess one of my local branches had an outdated requirements file