*** zara_the_lemur__ has quit IRC | 00:22 | |
*** jtomasek has quit IRC | 00:31 | |
Zara | SotK: you are fantastic, thank you | 00:38 |
---|---|---|
*** zara_the_lemur__ has joined #storyboard | 00:41 | |
*** diablo_rojo_phon has quit IRC | 01:00 | |
*** openstackgerrit has quit IRC | 01:23 | |
*** zara_the_lemur__ has quit IRC | 03:23 | |
*** zara_the_lemur__ has joined #storyboard | 05:51 | |
Zara | I will try to get reviewing those tomorrow; in-person things are always terrible for me as far as *actually looking at code* goes... | 05:59 |
Zara | it's now 1am here, so 'night! \o/ | 06:00 |
*** fay has joined #storyboard | 08:32 | |
*** fay is now known as Guest49642 | 08:32 | |
*** zara_the_lemur__ has quit IRC | 08:32 | |
*** Guest7037 has joined #storyboard | 09:43 | |
*** Guest7037 has quit IRC | 09:47 | |
*** acoles has left #storyboard | 13:04 | |
*** zara_the_lemur__ has joined #storyboard | 13:16 | |
Zara | morning, storyboard | 13:18 |
SotK | morning! | 13:18 |
*** jtomasek has joined #storyboard | 13:59 | |
*** diablo_rojo has joined #storyboard | 14:09 | |
Zara | huh, storyboard should probably be mentioned in the project creators' guide.... | 14:38 |
*** diablo_rojo has quit IRC | 15:04 | |
*** diablo_rojo has joined #storyboard | 15:24 | |
*** jtomasek_ has joined #storyboard | 15:54 | |
davidlenwell | so now I have two reasons to get up to speed with angular .. yay.. (what am I getting myself into) | 15:55 |
Zara | hahahaha | 15:56 |
Zara | we've got you! :D | 15:56 |
SotK | angular is full of happiness and excitement | 15:56 |
diablo_rojo | yay! | 15:58 |
*** jtomasek has quit IRC | 15:58 | |
davidlenwell | betherly told me that angular wants my tears | 16:01 |
davidlenwell | and possibly a blood sacrifice.. | 16:01 |
diablo_rojo | davidlenwell, your blood? Or some innocent animal? | 16:02 |
* SotK can neither confirm nor deny | 16:02 | |
davidlenwell | it was implied that it was mine | 16:02 |
davidlenwell | but im willing to try an innocent animal first | 16:02 |
davidlenwell | ;) | 16:02 |
* davidlenwell thinks it couldn't possibly be that bad | 16:03 | |
* davidlenwell tries to find better documentation for the older version of angular | 16:04 | |
SotK | on the whole it isn't *that* bad | 16:04 |
* SotK likes angular | 16:04 | |
davidlenwell | I used to call my self a full stack developer .. however since joining openstack 6 years ago I have not touched front end anything.. things have changed | 16:04 |
betherly | davidlenwell: I never said it was bad. Just that it was like the zombie apocalypse at times | 16:05 |
* davidlenwell wonders if that isn't bad? | 16:05 | |
betherly | davidlenwell: but people play games where they are in zombie apocalypse so it's all good right? | 16:05 |
davidlenwell | I didn't say you said it was bad.. I said you said it would require blood and tears | 16:06 |
davidlenwell | some people are into that kind of thing | 16:06 |
betherly | ye. zombies | 16:07 |
*** diablo_rojo has quit IRC | 17:00 | |
*** jtomasek_ has quit IRC | 17:02 | |
*** Guest49642 has quit IRC | 17:10 | |
*** diablo_rojo has joined #storyboard | 17:11 | |
*** jtomasek_ has joined #storyboard | 18:01 | |
*** diablo_rojo has quit IRC | 18:13 | |
*** jtomasek_ is now known as jtomasek | 18:14 | |
krotscheck | Just wait until you try Angular2. All the Angular, TWICE THE JAVASCRIPT. | 18:22 |
* SotK played around with Angular2 using TypeScript around Christmas | 18:24 | |
krotscheck | It's a bit weird, eh? | 18:26 |
krotscheck | The whole static analysis thing is neat. | 18:26 |
betherly | krotscheck: i kinda prefer angular2 tbh | 18:29 |
krotscheck | Yeah, it's grown on me too. The tooling's still super beta though. | 18:30 |
SotK | yeah, somewhat weird | 18:30 |
betherly | yep | 18:30 |
SotK | though I also feel like I'll end up preferring it if I use it further | 18:30 |
betherly | krotscheck: angular 1x is still.... i dunno. weird. especially within horizon because of the way things are pulled together and the combo with django. | 18:30 |
Zara | yeah, I was able to do a lot more a lot more quickly in angular2, though it all fell apart when I looked up how to package it | 18:31 |
betherly | im wayyyy more confident with it than i was to begin with though. at the beginning there was just a lot of tears :'D | 18:31 |
SotK | now just blood sacrifice? | 18:31 |
krotscheck | Well, horizon's a [censored] pile of [censored] [censored], but we knew that. | 18:31 |
* krotscheck doesn't have to be politically correct anymore ;) | 18:31 | |
*** jtomasek_ has joined #storyboard | 18:33 | |
Zara | (my 'packaging' ended up being 'make the quickstart again, swap out some files for my files') | 18:33 |
krotscheck | We've settled on using `@angular/cli` for our stuff. Let someone else figure out those problems. | 18:34 |
*** jtomasek has quit IRC | 18:35 | |
*** diablo_rojo has joined #storyboard | 18:38 | |
*** yarkot has joined #storyboard | 18:47 | |
*** yarkot has quit IRC | 19:59 | |
davidlenwell | bringing this into the main channel because krotscheck had to get back his real job .. boo | 20:12 |
davidlenwell | trying to launch the web ui on a headless server and getting some strange warnings | 20:12 |
davidlenwell | ... | 20:12 |
davidlenwell | xdg-open: no method available for opening 'http://localhost:9000' | 20:13 |
davidlenwell | which I think is it trying to open a browser to the url for some reason.. | 20:13 |
davidlenwell | I think the main issue is that this machine has no browser | 20:13 |
davidlenwell | what is confusing to me is why npm would be trying to open a browser at all | 20:17 |
SotK | iirc we have a step in our gruntfile to open a browser | 20:22 |
SotK | yeah, delete line 626 from it and I think it should work without opening a browser | 20:23 |
* SotK is tempted to say we should remove that altogether, I don't think I've ever found it to be useful | 20:24 | |
davidlenwell | we found that at about the same time you sent that message | 20:24 |
davidlenwell | I think its stupid | 20:24 |
davidlenwell | but I seem to be the only one trying to run this on a remote headless machine | 20:24 |
davidlenwell | because I refuse to install node on my laptop | 20:24 |
SotK | I'm pretty sure I don't have a browser on one of my dev machines and now wonder why I have never had the problem | 20:26 |
* davidlenwell is special | 20:26 | |
* davidlenwell is good at breaking things | 20:26 | |
davidlenwell | so it launches fine without that line.. if its okay with youI'll make a commit that removes it | 20:27 |
Zara | sure, I never use it | 20:27 |
SotK | yeah, feel free to remove all of the "open" stuff from there | 20:27 |
*** openstackgerrit has joined #storyboard | 20:34 | |
openstackgerrit | David Lenwell proposed openstack-infra/storyboard-webclient master: removed open option from npm serve https://review.openstack.org/437130 | 20:34 |
davidlenwell | oh I guess there is a whole json blob related to that feature | 20:34 |
davidlenwell | but I jsut removed it form 626 for now | 20:34 |
davidlenwell | I'll make a revision .. stand by | 20:35 |
davidlenwell | SotK: so .. we've had a discussion irl.. wondering if maybe leaving in the open junk.. but commenting it out on line 626 with a note that says "uncomment this to launch the browser " or something to that effext.. or just remove it | 20:40 |
davidlenwell | s/effext/effect | 20:41 |
davidlenwell | if you have no opinion I'll do the comment out version | 20:41 |
openstackgerrit | David Lenwell proposed openstack-infra/storyboard-webclient master: removed open option from npm serve https://review.openstack.org/437130 | 20:42 |
openstackgerrit | David Lenwell proposed openstack-infra/storyboard-webclient master: removed open option from npm serve https://review.openstack.org/437130 | 20:50 |
davidlenwell | okay. . ^^ that should be it | 20:50 |
davidlenwell | launches happy on my system now and there is no trace of the open nonsense | 20:50 |
davidlenwell | thanks krotscheck for the feedback | 20:51 |
* SotK is happy with either approach, but spotted an 'open' still there in serve:dist | 21:02 | |
openstackgerrit | Merged openstack-infra/python-storyboardclient master: Use ostestr instead of the custom pretty_tox.sh https://review.openstack.org/431453 | 21:13 |
*** diablo_rojo has quit IRC | 21:18 | |
*** jtomasek_ has quit IRC | 21:59 | |
*** txengr266873468 has joined #storyboard | 22:40 | |
*** zara_the_lemur__ has quit IRC | 23:02 | |
*** jtomasek_ has joined #storyboard | 23:16 | |
*** jtomasek__ has joined #storyboard | 23:31 | |
*** jtomasek_ has quit IRC | 23:32 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!