14:01:38 #startmeeting fedora-hubs 14:01:39 Meeting started Tue Aug 16 14:01:38 2016 UTC. The chair is sayan. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:01:39 Useful Commands: #action #agreed #halp #info #idea #link #topic. 14:01:39 The meeting name has been set to 'fedora-hubs' 14:02:02 #topic Roll Call 14:02:14 .hello duffy 14:02:15 .hello sayanchowdhury 14:02:15 mizmo: duffy 'Máirín Duffy' 14:02:18 sayan: sayanchowdhury 'Sayan Chowdhury' 14:02:20 .hello devyani7 14:02:21 devyani7: devyani7 'Devyani Kota' 14:02:56 #topic Weekly Updates 14:03:06 skrzepto: want to go first? 14:03:21 sure 14:04:05 So basically I was just working on streaming server and optimizing it. atelic and I ported the app to py3 14:04:46 I made a mistake with last weeks benchmark results 14:04:52 heres a blog post about it https://skrzepto.github.io/blog/benchmark-too-good-to-be-true.html 14:05:17 basically the program can handle around 15,000 active concurrent connections on a single core vps 14:05:42 but Im doing work to parralelize the program 14:05:50 14:06:01 .hello a2batic 14:06:02 a2batic: a2batic 'None' 14:06:10 a2batic, o/ 14:06:21 skrzepto: cool, never heard of wrk 14:06:24 Hi 14:06:37 .hello mleonova 14:06:39 mleonova: mleonova 'Maria Leonova' 14:07:01 #chair mizmo skrzepto devyani7 a2batic mleonova 14:07:01 Current chairs: a2batic devyani7 mizmo mleonova sayan skrzepto 14:07:08 devyani7: want to go next? 14:07:10 sayan, pretty nice tool. unfortunately doesnt complain about the ulimit though :/ 14:07:40 so I don't have much to update this week. 14:08:15 will get back to my the bookmark issue possibly. and as far as the contact info PR... 14:08:38 need to ask atelic for help regarding the few offset glitches that he mentioned 14:08:58 had a few dayjob deadlines the previous week :) 14:09:01 14:09:37 devyani7: by bookmark issue, you mean the manage bookmark modal? 14:10:11 sayan, yes the modal that I have been working on, that I need to finish ! 14:10:16 mizmo: want to go next? 14:11:10 sayan, i dont really have anythting to report besides the triage work we did last week 14:11:20 i wrote up a report and sent to hubs-devel: https://lists.fedoraproject.org/archives/list/hubs-devel@lists.fedoraproject.org/thread/KWK7D2HKPSNMIQ43KULIJK4J2ZKDFGEK/ 14:11:33 if anybody needs mockups let me know 14:11:48 depending on what else gets added to the oct release i will prioritize accordingly 14:11:57 /end 14:12:12 mizmo: ok 14:13:14 Nothing much last week, but I worked on dropping the Material UI for waartaa 14:14:06 And integrating patternfly. There is a react-patternfly project https://github.com/jtomasek/react-patternfly 14:14:37 But I am planning to use the source directly and integrate it. 14:14:54 by source I mean the patternfly source 14:15:21 wait a minute 14:15:24 why are you using patternfly? 14:15:27 This week planning to jump on working back on tahrir and getting things fixed there 14:16:10 mizmo: As you know that material UI is broken 14:16:43 mizmo , Hi, can I have a word with you after meeting? 14:16:44 Material UI gives a set of React Components and you don't need to care much about the CSS 14:17:10 i'd suggest react bootstrap over patternfly 14:17:45 we're using bootstrap for hubs (with fedora-bootstrap on top that has some customizations) 14:17:54 it'd be nice to have the same css scheme for everything 14:19:00 react-bootstrap also provides react components 14:19:27 In that case, the styles are mostly inline 14:19:49 and hacking it is tough 14:20:09 Also, afaik inline style dont scale properly 14:20:28 So, I am planning to use the CSS file directly and use the classes 14:20:54 so you're implementing your own react version of patternfly? 14:20:56 * mizmo very confused 14:21:10 mizmo: no 14:21:52 mizmo: let me explain 14:22:36 If you the first button example here - https://react-bootstrap.github.io/introduction.html 14:23:26 where traditional HTML would look like