/srv/irclogs.ubuntu.com/2014/04/01/#juju-gui.txt

huwshimikadams54: Welcome, by the way!00:05
rick_h_hatch: replied to your branch00:05
hatchrick_h_ thanks, looking00:05
kadams54Thanks huwshimi 00:06
huwshimikadams54: How's it all going? Settling in?00:06
kadams54Makyo: thanks for looking at that PR. Didn't have a chance to post it here.00:06
rick_h_hatch: so we'll need the inspector trigger point as well in there and then something for machine view right?00:06
kadams54huwshimi: yup. I participated in my first architectural discussion with Jeff and Rick today.00:06
kadams54Whee!00:07
rick_h_he's still here yay!00:07
hatchrick_h_ yep00:07
hatchkadams54 lol! That one was pretty calm00:07
hatchwe are getting better00:07
hatch:D00:07
hatchhaha00:07
rick_h_hatch: but yea, that's the general pain in the @$#@$ idea for the first pass00:07
rick_h_we don't have gary to be peacemaker any more :(00:07
huwshimikadams54: Got caught in the middle, huh.00:07
hatchhe just took his headphones off and walked away00:08
kadams54I agree 100% with rick_h_ 00:08
hatchrofl00:08
hatchkiss a$$00:08
kadams54Except when I agree with hatch 00:08
hatchhaha00:08
hatchlol00:08
hatchrick_h_ I spent a bunch of time spinning my wheels on this today so the full inspector and machine view should be faster00:09
rick_h_hatch: cool, appreciate it. I know it's now fun :)00:10
rick_h_hatch: but, we'll hopefully get out of here with the inspector and browser.js cleaned up which will be good00:10
rick_h_just have to make sure we keep the rest of MV going and not get bogged down too much00:10
hatchyeah definitely - it's interesting how a poor architectural choice over a year and a half ago has so many implications today00:11
hatchre double dispatch and the like00:11
rick_h_huwshimi: did you grab a card? If so please make sure to update kanban so we don't dupe work00:11
rick_h_well, that's a big one, but I want everyone to walk away with the fact that it's more than that00:12
rick_h_there were still the render race conditions/etc. 00:12
hatchoh right...I think those could have been mitigated without state but state was definitely the best tool for the job for the big picture00:13
huwshimirick_h_: Oh, I didn't, I was working on the full height inspector.00:13
rick_h_it was funny how Nick's presentation was all stuff I hate. Fat views, promises all the way, etc00:13
huwshimirick_h_: Is that this card: "update new inspectors UI to fit within space of the sidebar as a subordinate View"?00:13
hatchhaha yeah I was laughing inside about that00:13
rick_h_huwshimi: ok cool, just want to make sure we don't dupe things and waste time00:13
hatchI liked the dependency injection though, that was unique00:13
hatchI am not sure I'd use it00:14
hatchbut cool none the less00:14
rick_h_huwshimi: it was meant to be, but I think that card got moved over when you did the ghost inpsector00:14
rick_h_huwshimi: so feel free to setup a new card or something00:14
rick_h_huwshimi: just so we can tell what's up in the morning00:14
huwshimirick_h_: Yep, will do.00:14
rick_h_hatch: yea, I mean it's something I'd have thought of, but we've been in the battlefield. 00:14
rick_h_hatch: and that changed opinions somewhat. Testing, etc00:15
hatchyeah - I think in Java land people are used to stubbing out more complex structures than we do00:15
hatchalthough you would only need to stub out one large one and pass it around00:15
hatchwhich might be nice00:15
rick_h_well I got the impression their testing was less than thorough00:16
rick_h_which helps when you can just say "this is hard to test, carry on"00:16
hatchyeah he complains about that in #yui00:16
rick_h_vs revisiting the design and looking at *why* it's hard to test00:16
hatchI guess people would just let things through00:16
rick_h_hatch: yea, it was one of his issues with current employer which is good00:16
hatchhah yeah00:17
rick_h_ugh this cold is kicking my @$##@$#00:17
hatchheh you did sound a little out of it00:17
hatchlike you were talking through your nose a bit00:17
rick_h_I have a hard time thinking when I'm sick. Brain slows down00:17
hatchyeah, same for all00:17
rick_h_so you got me at half strength today lol00:17
hatchresources are being used for killing baddies00:18
hatchhaha, good easy pickins00:18
rick_h_huwshimi: oh sorry, missed the card for it in the ready to code00:22
rick_h_yes, that's the one00:22
rick_h_huwshimi: blind tonight00:22
huwshimirick_h_: Oh, I just added that :)00:22
rick_h_huwshimi: yea, got it reset00:22
huwshimirick_h_: Oh, you're playing with things :)00:23
rick_h_huwshimi: yea, updated it right00:23
huwshimirick_h_: Thanks00:23
rick_h_trying to see if i can find something feaure related for kadams54 next :)00:23
hatcha grunt task for building yui modules - maybe we can use this instead of our loader (which doesn't work very well) https://gist.github.com/nhusher/990251900:25
hatch^ written by Nick00:25
rick_h_as soon as we can ditch the grunt part of it00:25
rick_h_:P00:25
kadams54Hah! Not sure if I want to see what sort of fun rick_h_  finds for me when his mind is a cold-medicated haze.00:25
rick_h_slack task! 00:25
rick_h_kadams54: hey, I've avoided medication all day00:26
rick_h_that just makes me useless, so I'll just stick with miserable00:26
hatchlol00:26
* huwshimi heads home from coffee shop00:26
kadams54rick_h_: feel free to send any additional state cards my way… I see several more out there, but not sure if I should hold off until hatch's work lands.00:28
rick_h_kadams54: so would love to see you pick up either the deployed unit token or the listing of machines in to the MV panel00:28
rick_h_kadams54: we can pre-imp to go over them in the morning if you're up for them00:28
rick_h_kadams54: yea, I think the inspector is blocked until hatch is done, no pressure hatch00:28
kadams54Sure, listing of machines sounds interesting00:28
kadams54It looks like those two cards are related?00:29
rick_h_kadams54: yea, should be light but get you touching the environment, db, etc. 00:29
rick_h_kadams54: yea, so one column is a list of machine, the other is the containers in that machine00:29
rick_h_so they're close, but slightly different bits of data so two chunks of work00:30
rick_h_one is the nested data of the other00:30
kadams54OK00:30
kadams54Let's do it00:30
hatchDo those require the architecture chat about the machine view view organization?00:31
rick_h_hatch: I don't think so, it's just expanding the current View with some data from the db00:32
hatchahh ok cool00:32
hatchwe should maybe block out some time this week for that chat00:32
rick_h_hatch: nothing about workflow, etc. 00:32
rick_h_yea, but need to unblock inspector/deployer first00:32
rick_h_machine view is the last thing to get done as it needs everything else00:32
hatchoh yeah for sure00:32
rick_h_so it might be a bit before we get full into MV arch00:33
rick_h_so many moving parts at once atm wheeee00:33
hatchhaha yeah after this is all done i'll be booring00:34
rick_h_heh, except then we'll have the big daddy of work coming down the pipe00:34
rick_h_on top of a bunch of smaller things we've not gotten done yet00:34
hatchhaha truth truth00:34
rick_h_if we can hit boring by vegas I'll be a happy techie. It won't be afterwards00:35
hatchlol 00:35
hatchYo Dawg We Heard You Like Webkit..... https://github.com/trevorlinton/webkit.js00:35
* frankban lunches11:59
rick_h_jujugui afk for a bit making sure the boy goes to tumbling class13:10
frankbanguihelp: I need two reviews for https://github.com/juju/juju-gui/pull/215 . Anyone available?13:19
hatchfrankban I can take one in about 40mins13:22
frankbanhatch: thanks13:23
=== rogpeppe2 is now known as rogpeppe
kadams54rick_h_: let me know when you want to chat about machine view13:33
hatchfrankban so the deployer now reports back to the gui the status of the bundle deployments?13:58
hatchIs this a new deployer feature?13:58
frankbanhatch: no, that's an old guiserver API we never used13:58
rick_h_kadams54: rgr, shoot me a link13:59
hatchoh, so did we do it incorrectly when we did the old GUI implementation?13:59
hatchcurious as to why we didn't do it this way to begin with13:59
rick_h_hatch: just didn't think about that when we added it14:00
frankbanhatch: previously we just watched the progress of deployment started by the GUI itself14:00
hatchohh ok cool14:01
hatchI was just curious14:01
kadams54rick_h_: https://plus.google.com/hangouts/_/7ecpikj49vjg2en7dif8j4dvuc14:01
rick_h_hatch: fyi, added some more notes and such to the state urls google doc for the refactor work14:01
rick_h_kadams54: sec, google hating on my dual account nature14:03
hatchrick_h_ ok I see - so much $14:05
hatch;)14:05
hatchjcsackett I couldn't get wordpress to balance using haproxy so I think I might be using haproxy wrong...14:06
hatchdo u have any experience with it?14:06
rick_h_hatch: heh, yea well trying to break down what the new bits of data we'll need. Simplify it down some14:21
jcsacketthatch: i haven't played with haproxy at all, tbh, but i can try to look through the docs some evening this week.14:21
hatch:)14:21
hatchjcsackett well I create the relation...then what? I figured you would access the related service on the haproxy ip14:22
hatchbut no such luck14:22
hatchthanks - I'm trying to find time when I can14:22
* hatch is trying juju quickstart lxc in a saucy vagrant 14:31
* hatch crosses fingers14:31
kadams54hatch: http://the.taoofmac.com/space/HOWTO/Vagrant14:31
kadams54Pretty detailed instructions on setting up LXC containers in Vagrant on a Mac14:31
hatchkadams54 I'm leaving that to juju14:32
kadams54I've gotten about half way through them - running into problems installing Guest Additions from the commandline. Not seeing the CD mount anywhere.14:32
hatchit's apparently provisioning the machine14:32
kadams54Let me know how it goes14:33
kadams54The instructions above get you to a point where LXC containers have direct access to files on the Mac file system and connecting in is "ssh user@containers.local" (yay Bonjour)14:34
hatchthat's pretty cool, I'll give that a go, I haven't thought about running lxc's in vagrant for anything other than juju14:36
hatchit's still provisioning...maybe it's hung hehe14:36
hatchhey look at that, it's working14:40
hatch....14:40
hatchfamous last words possibly...14:40
hatchlol14:40
hatchfrankban your review is done I'm just qa'ing it14:41
hatchlooks like I'll have to create a ssh tunnel to the gui instance in the vagrant14:43
hatchit's given a 10.x.x.x ip14:43
frankbanhatch: cool thanks14:45
rick_h_kadams54: so in poking around there is an app.db.machines list that's a YUI model list14:46
hatchMakyo do you know what the pw is for the vagrant images?14:46
rick_h_kadams54: and you should be able to monitor that model list ofr events to keep things up to date I'd think14:46
hatchyou bet14:46
hatch(finally something that won't rely on dbupdate)14:46
rick_h_yea, I'd hate to have to do that for these Y.Views like that14:47
kadams54Great14:48
hatchkadams54 http://yuilibrary.com/yui/docs/api/classes/ModelList.html look for the 'events' section14:49
bacso did y'all hear about the world's biggest ferris wheel that opened yesterday in vegas?  about 25% taller than london eye.14:50
rick_h_jujugui call in 10, please kanban14:50
hatchbac yeah? April Fools?14:51
bacnope14:51
hatchlinky14:51
bachatch: not handy.  it is called 'high roller'.14:52
bacLMGTFY14:52
hatchbac I see it now14:53
bachttp://en.wikipedia.org/wiki/High_Roller_(Ferris_wheel)14:53
hatchtoo bad it's view is of a big parking lot lol14:53
bac$35 or so14:53
bacyeah, its right behind our hotel14:53
kadams54It needs to be on top of a casino14:54
kadams54Like that roller coaster14:54
kadams54Which was also called High Roller, but is now closed :-(14:54
bacnot to outdone they are planning a bigger one in dubai14:54
bacs/to o/to be o/14:55
hatchit'll probably have decent views at night14:55
hatchduring the day vegas is just dirty14:55
hatch:)14:55
bacand at night it is dirty and lit by neon?14:55
kadams54Dubai: the Samsung Mobile of countries. "That's awesome. Now we'll copy and make it bigger."14:55
rick_h_glow in the dar dirt woo14:55
hatchbac the dirty is harder to see lol14:56
Makyohatch, sorry.  What do you need a password for?14:57
hatchMakyo I found it, it's vagrant:vagrant u/p14:57
MakyoOkay.14:57
hatchMakyo create a ssh tunnel to the juju-gui lxc in vagrant14:57
MakyoI've not yet needed it.  good find.14:57
hatchMakyo yeah - it's pretty cool, quickstart and everything works in vagrant15:00
hatchit's a little slow spinning up...but whichever15:00
rick_h_kadams54: ping for stand up15:01
kadams54Hah, sorry15:01
kadams54Too involved in this MV stuff15:01
rick_h_kadams54: :)15:03
hatchfrankban I don't think the QA worked, do you have a second for a call?15:12
hatchoh wait...15:12
frankbanhatch: sure15:12
* frankban waits15:12
hatchsorry I just want to finish the qa :)15:13
frankbannp15:13
hatchfrankban in the standup room15:14
frankbanhatch: if you need to double check bundles status, you can also point your browser to https://<vagrant-gui-url>/gui-server-info15:21
hatchohh ok, too late15:21
hatch:)15:21
hatchbut It was working as expected other than that one 'issue'15:21
frankbanheh15:21
frankbancool15:22
hatchkadams54 xscope looks pretty cool15:38
kadams54Didn't buy it for a long time because $30 seemed a lot for a glorified screen ruler. I was wrong.15:39
rick_h_ccccccdilrkrudgkrilnrbkvbvvhbclkjfkbtugulikd15:41
rick_h_bah15:41
kadams54rick_h_ is trying out a new vim-irc plugin15:41
rick_h_jujugui going afk for a little bit. If you need me feel free to call, text, or etc15:41
hatchget betta15:42
hatchkadams54 lol15:42
kadams54OK, so app architecture question: this came up in Nick's interview, but how do we handle passing the DB into views?15:43
frankbankadams54: passing it as a view attr, so that the view can do "this.get('db')" is the option used when instantiating the environment view15:46
hatchkadams54 new Y.juju.myView({db: this.db})15:47
hatchfor example15:47
kadams54OK, I follow that, but one thing that puzzles me is that I don't see db listed in the ATTRS bit in environment.js16:02
hatchkadams54 yeah sometimes we forget to add them16:09
hatchfeel free to add it and document it :)16:09
hatchif you pass it in, it's there, weather you define it or not16:09
hatchkadams54 when I started almost no attributes were listed/documented16:09
hatch:(16:09
kadams54:-(16:09
kadams54Another question: it looks like there's a JujuBaseView in utils that has functions for binding a model to a view - should I use that mixin with MachineViewPanelView?16:11
hatchI'm guessing no16:11
hatchbut let me see16:11
kadams54Seems more useful when a view is tightly tied to a particular model (i.e. a detail view)16:11
kadams54Less so when your view be handling multiple models16:12
hatchit's only used in the login view and notifications view16:12
frankbankadams54: yeah for a model list it does not seem to make much sense16:12
kadams54Pro tip: if your headset has controls that clip to your belt, it's always a good idea to remove it before walking away from your laptop.16:13
hatchlol16:16
kadams54On a related note: USB: can haz magsafe connectorz?16:17
hatchhah! magsafe is pretty cool but I've found sometimes they dont' quite line up properly16:18
hatchalthough it has saved my laptop a few times :)16:18
kadams54magsafe is magical if you have pets and/or kids16:19
hatchno kids!!!16:20
kadams54I think dogs may be the worst16:21
kadams54They get *SO* happy and hyper.16:21
hatchhaha, we have 316:22
kadams54OHMYGODSOMEONESATTHEDOORWAGTAILDESTROYEVERYTHING!!!!16:22
kadams54That's my chocolate lab16:22
kadams54My friend has pugs16:23
hatchhaha it's true16:23
kadams54I once watched them sweep a bowl of chips and a bowl of salsa off a coffee table by dragging all four PS2 controller cables across. And they didn't miss a beat, charging right on through and up to the door.16:24
hatchhaha love it16:24
kadams54Lunching16:26
arosalesjcastro: do you have a link handy for the rails scalable bundle?  I can't seem to find it at https://jujucharms.com/sidebar/search/bundle/~charmers/mongodb/5/cluster/?text=bundles16:50
jcastroarosales, the scalable bundle doesn't show up in the store16:51
jcastrorick_h_ is aware of it16:51
jcastrohttp://manage.jujucharms.com/bundle/~charmers/rails/example-single is what we have right now16:51
arosalesjcastro: for the flyer I was going to put the quick-start examples and we have rails scaleable there16:54
jcastroarosales, yea it used to work and then something changed, I don't think it's broken forever broken16:54
jcastrojust normal broken16:55
jcastrorick_h_, ^^^16:55
arosalesdo we know what the quick-start command will look like, perhaps, 'juju-quickstart bundle:rails/scalable16:55
jcastrojuju-quickstart bundle:rails/example-scalable16:55
hatchjcastro arosales he is sick so probably will pop back in later on16:56
jcastrook16:56
arosaleshatch: thanks16:56
jcastrohatch, do you happen to know who was looking into our missing bundle?16:56
arosalesdo any folks know when 'juju-quickstart bundle:rails/example-scalable' will work again?16:57
arosalesI would like to put this into print, but I don't want folks trying something that won't work either16:57
hatchjcastro umm one sec let me see if I can find the discussion16:57
hatchjcastro sorry I don't see it anywhere in the task list. bac  do you know anything about the status of ^16:59
frankbanjcastro, arosales: "juju quickstart bundle:rails/example-scalable" seems to be working here. so my guess is it's present in charmworld but there is a problem with the search17:01
frankbanhttp://manage.jujucharms.com/bundle/~charmers/rails/example-scalable17:02
arosalesfrankban: ah good to hear that the quick-start command is still working17:02
arosalesfrankban: the correct command though is "juju-quickstart bundle:<path>" correct?17:03
frankbanarosales: yes. quickstart accepts several ways to specify a bundle, for promulgated ones, bundle:basket/name is sufficient17:04
jcastrofrankban, oh cool, thanks for getting rid of ~charmers for that. <317:05
frankban:-)17:05
hatchI was talking to a guy the other day who said 'charmers' is so confusing17:06
arosalesfrankban: thanks for confirming the command still works I will insert that into our upcoming flyer and highlight the good works folks here are doing17:06
hatchhe was wondering why you can't just promote someones charm, why you need to go through so many steps to find the owner of the charm17:06
hatch^ jcastro  just fyi17:06
jcastrohatch, what do you mean by promote17:07
jcastropromote as in promote in the store17:07
jcastroor promote as in spread the word?17:07
hatchumm lemme find an example17:07
frankbanarosales: cool thanks. simplified bundle URLs have been introduced in quickstart 1.2. "juju quickstart -h" includes some examples17:07
hatchjcastro so for example https://jujucharms.com/sidebar/search/~clint-fewbar/precise/haproxy-1/?text=haproxy vs https://jujucharms.com/sidebar/search/precise/haproxy-28/?text=haproxy the 'promoted' one is in an entirely different repository than the maintainers17:09
jcastrooh you mean the ability to use a personal branch as the canonical store one?17:09
hatchyeah - he didn't understand why one just can't be 'promoted' and needs to be a copy losing all of the commit histories and suh17:10
hatchsuch17:10
* arosales looking at "juju quickstart" and "juju-quickstart"17:11
rick_h_jcastro: it should be back in there now17:11
jcastrorick_h_, not in the website17:11
jcastrobut we can quickstart it17:11
rick_h_jcastro: hmm, it was showing will look17:12
rick_h_otp17:12
jcastrono worries17:12
arosalesjcastro: we should sync up with curtis and have quick-start promoted bundles put into charm testing.17:12
rick_h_jcastro: bah, it was working. Now it's gone again. It exists but it's a search bug http://manage.jujucharms.com/bundle/~charmers/rails/example-scalable17:26
* rick_h_ adds the bug back 17:27
hatchyay my blog post finally came in handy for myself lol http://fromanegg.com/post/51864370819/xor-in-javascript17:57
kadams54Heh17:57
MakyoHoly crap forgot about appointment.  Bakc in a bit!19:01
hatchsomehow I broke half the routing19:34
hatchman this state stuff19:35
hatch....19:35
hatchoh aync callstacks you rock19:37
tvansteenburghcan anyone explain how i can clip my charm icon image to the rounded corners in the icon.svg template?19:39
* tvansteenburgh is an inkscape newb19:39
hatchHi tvansteenburgh there are some docs about that19:39
hatchone minute I'll see if I can find it19:40
hatchtvansteenburgh https://juju.ubuntu.com/docs/authors-charm-icon.html19:40
hatchit comes with a template 19:40
tvansteenburghi'm embarrassed that i didn't notice the Charm Icons section of those docs19:41
tvansteenburghtyvm19:41
hatchhaha np that is a long list :)19:41
hatchrick_h_ you around?20:02
rick_h_hatch: what's up?20:35
hatchI think I'm done this branch, just writing/fixing tests now and wanted to make sure I did what this card encompasses\ https://github.com/hatched/juju-gui/compare/juju:develop...hatched:new-states?expand=120:35
rick_h_looking20:36
hatchthe viewstate needs to go it's quite the headache :)20:37
hatchbut I think that's a breaking change20:37
hatchso maybe we want to do a release first20:37
hatchfeeling better btw?20:37
rick_h_what's that? You don't care for viewstate? :P I'd never have guessed20:39
hatchlol - but THIS time I have science on my side!20:41
* hatch considers programming a science 20:41
rick_h_hatch: comments added20:47
rick_h_hatch: but yes, that's the card encompassing20:47
hatchhmm - I don't understand your last comment, hangout?20:48
rick_h_sure20:48
hatchhttps://plus.google.com/hangouts/_/7ecpjmkjhr157f7i1s2f9vdfb8?hl=en20:48
hatchhmm21:11
rick_h_hatch: can you jump back in that hangout?21:29
hatchhttps://plus.google.com/hangouts/_/7ecpiqb1951juiealdk2fq8r6k?hl=en21:30
hatchnew link21:30
hatchkadams54 I thought you were taking off early? :)21:42
hatch"kid can wait"21:42
kadams54I did. Now I'm back.21:42
hatch:P21:42
kadams54Soon I'll be gone again :-)21:42
hatchhaha21:42
huwshimiMorning22:01
hatch__morning22:03
=== hatch__ is now known as hatch
rick_h_morning huwshimi 22:04
hatchrick_h_ ok thingy moved....should be good enough to get others unblocked22:06
hatchnow to fix tests and the like22:06
rick_h_hatch: make sure to use FF on the tests vs making them test broken things please22:07
rick_h_ideally the changes are behind FF and the existing tests 'just work'22:07
hatchFF? 22:08
hatchflags?22:08
rick_h_yes feature flags22:08
hatchohh, yeah, it's all under il and mv now22:11
hatchthose should be merged soon22:11
hatchsince both are required now22:11
hatchwell not 'required' but might as well22:11
rick_h_well, yea they're different and helpful for QA for design atm22:11
rick_h_e.g. test inspector stuff, drag/drop vs the machine view panel covering everything22:11
hatchno longer an issue once this branch lands :)22:14
rick_h_hatch: close, but yea. After the refactor and and move the deployer bar stuff from IL to MV22:18
hatchhmm phantom keeps crashing again22:34
hatchI was wondering when this would start happening again22:35
hatch__Makyo did your tests start to fail in juju-views-utils ?22:38
=== hatch__ is now known as hatch
rick_h_hatch: just tried out tests with updated trunk and after a clean-all to update the d3 stuff they passed22:44
hatchyeah these aren't failing or anything22:44
hatchphantom just stops22:44
rick_h_oh bummer22:44
hatchyeah this used to happen for the longest time then it just resolved itself22:44
hatch....should have known22:45
rick_h_heh, cursed hatch computers22:45
hatchExceptionHandler::GenerateDump waitpid failed:No child processes22:46
hatchugh22:46
hatchPhantomJS has crashed. Please read the crash reporting guide at ...22:46
Makyohatch, erk, sorry, was on the couch with the other computer.  It was something in there with a #<Object> has no method something something.22:47
hatchMakyo oh ok np, so it wasn't phantom just crashing ok22:47
hatchmaybe a reboot will fix22:50
Makyo:)22:50
MakyoHahaha22:50
MakyoI feel like a windows developer again.22:50
hatchhmm nope22:55
Makyohatch - now crashing for me, too, same error, different location each time.  Will try on ubuntu directly + browser in OS X23:17
MakyoEr, I meant to leave that in the input buffer.23:17
Makyohatch - now crashing for me, too, same error, different location each time.  Will try on ubuntu directly + browser in OS X 23:51
Makyotest-server works, though.23:51
hatchohh interesting....ok well I'm glad that it wasn't just me23:52
hatchI was going to use test-server as well :/ 23:52
MakyoThat will ensure that tests pass at least somewhere.23:53
MakyoWill have to hunt that down.23:53
hatchyeah I tried to make it run in CI but GH was down23:53
hatchI hope that' CI isn't borked because it runs in phantom once too23:55
hatchat least I think..23:55

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!