Logs for #nikola for 2016-09-14

13:12:43 <ToApolytoXaos> greetings everyone. Is there a way I could contact Roberto Alsina, the import_blogger plugin creator? There's an issue I would like to discuss with him.
13:19:38 <ralsina> ToApolytoXaos: I am here
13:19:56 <ToApolytoXaos> nice. there's an issue with importing from xml dump file
13:20:12 <ralsina> ToApolytoXaos: or you can google me, I am a pretty easy guy to find (I am not the Roberto Alsina that breeds dogs in Houston, or the paraguayan politician ;-)
13:20:14 <ToApolytoXaos> before import it, it asks me to have a nikola project already setup in order to import it
13:20:26 <ralsina> ToApolytoXaos: can you share the xml file?
13:20:27 <ToApolytoXaos> hahaha ^_^ nice to know
13:20:51 <ralsina> Hmmm does it? Let me take a quick look
13:21:13 <ToApolytoXaos> it imports it inside an existing project as new_site folder
13:21:19 <ToApolytoXaos> it's a double effort that is unnecessary
13:21:50 <ralsina> It shouldn't do that, 1 sec
13:22:30 <ToApolytoXaos> I have tried to use it outside an already generated nikola project and it would not find it and when I would say nikola plugin -i import_blogger, it would re-download it and place it under $HOME/.nikola/plugins/
13:22:32 <ralsina> if you use -o some_folder it should be ok
13:22:59 <ralsina> If you want to use it without an existing site, you can install it with nikola plugin -i import_blogger --user
13:23:08 <ralsina> The README needs some love
13:23:13 <ToApolytoXaos> can you update the official docs a bit? there's no such information and trying "nikola import_blogger help" would not help either
13:23:31 <ToApolytoXaos> I did not know all this info
13:23:47 <ralsina> yeah, I'll update the readme, 1 minute
13:23:50 <ToApolytoXaos> nice
13:25:42 -GitHub[plugins]:#nikola- [plugins] ralsina created ical (+1 new commit): https://git.io/viVoQ
13:25:42 -GitHub[plugins]:#nikola- plugins/ical f90d455 Roberto Alsina: Explain more.
13:26:30 <ralsina> Sheesh,pushed to wrong branch
13:26:33 -GitHub[plugins]:#nikola- [plugins] ralsina pushed 1 new commit to master: https://git.io/viVoh
13:26:33 -GitHub[plugins]:#nikola- plugins/master 04d13de Roberto Alsina: explain
13:26:58 <ralsina> ToApolytoXaos: there you go ^
13:27:05 <ralsina> ToApolytoXaos: should be updated in the site today
13:27:21 <ToApolytoXaos> you mean this link? https://plugins.getnikola.com/#import_blogger
13:27:37 -GitHub[plugins]:#nikola- [plugins] ralsina deleted ical at f90d455: https://git.io/viVK3
13:30:09 <ToApolytoXaos> also, shouldn't there be an available help documentation after you install it? something like "nikola import_blogger help"?
13:31:57 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#947 (ical - f90d455 : Roberto Alsina): The build passed.
13:31:58 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/commit/f90d45563924
13:31:58 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/159873228
13:33:06 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#948 (master - 04d13de : Roberto Alsina): The build passed.
13:33:07 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/626c734212ce...04d13de9f862
13:33:07 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/159873447
13:33:44 <ralsina> ToApolytoXaos: yes
13:33:51 <ToApolytoXaos> by the way, I have tried to use Greek as my locale and it would throw warnings at me
13:33:55 <ralsina> ToApolytoXaos: there is, nikola help import_blogger
13:34:38 <ralsina> ToApolytoXaos: I have never tried our greek translation, what warnings did you get?
13:34:39 <ToApolytoXaos> ralsina: no, I don't have any help info
13:34:50 <ralsina> If the plugin is installed, that should work
13:34:58 <ToApolytoXaos> let me rebuild a blog to tell you exactly the message
13:35:58 <ToApolytoXaos> ralsina: http://pastebin.com/iRFkS4Ni
13:36:23 <ralsina> ToApolytoXaos: are you on linux or windows?
13:36:29 <ToApolytoXaos> Debian
13:37:00 <ToApolytoXaos> in the conf.py says about using "el"; should I go with "el_GR" instead?
13:37:32 <ralsina> ok, you need to install the greek locale
13:37:41 <ralsina> "el" should be ok
13:38:14 <ralsina> In any case, it's not a big deal, it only affects localising dates (like, month names)
13:38:16 <ToApolytoXaos> I always confuse the use of locale
13:38:27 <ToApolytoXaos> is it for displaying the entire website in Greek?
13:38:35 <ralsina> "dpkg-reconfigure locales" should do the trick
13:38:35 <ToApolytoXaos> or to support Greek characters?
13:38:51 <ToApolytoXaos> ah that would mess my entire system then
13:38:54 <ralsina> Some parts of the site contain text from nikola's source code
13:38:58 <ralsina> like "next post"
13:39:09 <ToApolytoXaos> yeah, I have no problem with those
13:39:16 <ToApolytoXaos> nearly everything is in Greek
13:39:21 <ralsina> then don't worry :-)
13:39:25 <ToApolytoXaos> so, should I simply ignore the warnings?
13:39:54 <ralsina> usually that warning means your computer has no greek locale installed, and you can make it go away by using "dpkg-reconfigure locales" and adding greek
13:40:44 <ToApolytoXaos> I see
13:41:41 <ToApolytoXaos> btw, let us reiterate the plugin procedure. if i run "nikola plugin -i import_blogger --user", should it include it inside the standard nikola location, where are the rest plugins located?
13:42:34 <ralsina> --user installs the plugin in your home folder
13:42:50 <ralsina> usually they install inside your nikola site's  plugin folder
13:42:53 <ToApolytoXaos> ah, that's why is installed it in $HOME/.nikola
13:43:08 <ToApolytoXaos> isn't there a global option?
13:43:48 <ToApolytoXaos> because it's rather silly to initialize an empty project to import content from a dump file that re-creates the entire blog as sub-folder
13:43:59 <ToApolytoXaos> an unnecessary double effort IMHO
13:45:22 <ToApolytoXaos> because frankly what I did was to move new_site outside my initialized nikola project, delete that, and rename "new_site" to my blog's name
13:45:31 <ToApolytoXaos> and reconfigure conf.py accordingly
13:52:22 <ralsina> if you use -o it should not require a preexisting site
13:52:32 <ralsina> it will create a new site with the imported content
13:52:37 <ralsina> (at least it should ;-)
13:57:07 <ToApolytoXaos> let me run another demo
13:57:28 <ToApolytoXaos> also, I think I might have discovered an interesting problem with googleplus
13:57:43 <ToApolytoXaos> with monospace I can see comments' section, but not with default bootstrap3
13:57:57 <ToApolytoXaos> theme I mean
14:02:41 <ToApolytoXaos> OK, I got confused now
14:03:10 <ToApolytoXaos> I don't want to initialize an empty project nor I want to install import_blogger as --user
14:03:20 <ToApolytoXaos> isn't there a way to install it as a global plugin?
14:03:35 <ToApolytoXaos> that can be found resided with the rest of installed plugins?
14:05:06 <ToApolytoXaos> I would like to have it inside /home/user/.virtualenvs/mynewenv/lib/python3.5/site-packages/nikola/plugins
14:14:30 <ToApolytoXaos> I have created an empty project named "example", installed in there import_blogger and ran the following command: nikola import_blogger /home/user/Documents/BLOGSPOT_BACKUPS/13-09-2016/demo_blog-09-13-2016.xml --output-folder=$HOME/tmp/PythonProjects/demo
14:14:49 <ToApolytoXaos> it didn't import anything inside demo
14:15:36 <ToApolytoXaos> it insisted on importing everything inside new_site as subfolder for "example"
14:15:50 <ToApolytoXaos> "example" and "demo" should have been reside next to each other
14:18:10 <ralsina> Then that may be a bug. Can you file it in https://github.com/getnikola/plugins/issues please?
14:18:20 <ToApolytoXaos> sure
14:18:32 <ToApolytoXaos> do you have any preference regards to title?
14:19:46 <ralsina> no, we can always change it later
14:21:10 <ToApolytoXaos> nice
14:28:36 <KwBot> [plugins] stefanos82 opened issue #167: import_blogger possible bug https://github.com/getnikola/plugins/issues/167
14:29:53 <KwBot> [plugins] ralsina assigned issue #167 to ralsina: import_blogger possible bug https://github.com/getnikola/plugins/issues/167
14:30:22 <ralsina> I wonder if I have a blogger export XML somewhere :-P
14:30:32 <ToApolytoXaos> lol
14:31:56 <ralsina> and I can't login because blogger support for multiple google identities sucks and it tries to use my work account which is not enabled
14:32:11 <ralsina> ToApolytoXaos: can you email me your file to [email protected]
14:32:18 <ralsina> ToApolytoXaos: I promise I won; t show it to anyone
14:32:28 <ToApolytoXaos> no worries
14:32:37 <ToApolytoXaos> let me arrange it for you
14:37:49 <ToApolytoXaos> ralsina: I have just sent it to you
14:37:59 <ralsina> ToApolytoXaos: awesome, thx
14:38:23 <ToApolytoXaos> are you the original creator of Nikola?
14:39:36 <ralsina> ToApolytoXaos: ok, confirmed that import_blogger is totally broken, I'll take a shot at a quick fix now, if it doesn't work it will take a while longer
14:39:40 <ralsina> ToApolytoXaos: yep
14:39:53 <ToApolytoXaos> how old is Nikola btw?
14:39:59 <ToApolytoXaos> when did you first start it?
14:40:02 <ralsina> hmmm let me check
14:41:32 <ralsina> apparently started it in march 30, 2012
14:41:39 <ralsina> WHOA THAT WAS A LONG TIME AGO
14:42:38 <ToApolytoXaos> lol
14:42:48 <ToApolytoXaos> OK, not *that* old, but still it's a lot of time
14:42:54 <ToApolytoXaos> a very nice project indeed
14:43:06 <ralsina> thanks!
14:43:16 <ralsina> Would not have been possible without lots of help
14:43:45 <ToApolytoXaos> for sure
14:44:50 <ToApolytoXaos> I looked at themes and couldn't find something I need.
14:45:07 <ToApolytoXaos> I want to have a left navigation bar with my links
14:45:20 <ToApolytoXaos> I don't like going to archives, click the year and browse my posts
14:45:34 <ToApolytoXaos> I guess I got used to blogger and wordpress too much -_-
14:46:36 <ralsina> it can be done
14:46:38 <ToApolytoXaos> btw, thank you from the bottom of my heart for making nikola. Last night that I found it, it added color to my gray skies
14:47:02 <ToApolytoXaos> I have been unemployed for more than a year now and I'm not feeling well psychologically speaking
14:47:16 <ralsina> all the data about posts is available for the templates, the problem is that whenever you add a post the whole site needs erbuilding
14:47:22 <ralsina> ToApolytoXaos: oh, man
14:47:37 <ToApolytoXaos> rebuilding is quite fast with nikola
14:47:56 <ToApolytoXaos> I'm sure I will experiment with it in the near future to add async tricks to it
14:47:57 <ralsina> ToApolytoXaos: because we don't do that sort of thing that means rebuilding everything :-)
14:48:09 <ralsina> A JS-based solution may be a good idea...
14:48:24 <ToApolytoXaos> why JS?
14:48:32 <ralsina> I once did a plugin that made the whole site JS-based, it's called mustache or something ike that
14:48:53 <ToApolytoXaos> you mean you used mustache template mechanism
14:48:59 <ralsina> To avoid rebuilding too much, you can just generate a JSON file with the link data for the sidebar, and use JS to populate it on page load
14:49:12 <ralsina> yes, and it all rendered client side
14:49:23 <ralsina> the site was just a collection of json and html fragments
14:49:37 <ToApolytoXaos> I'm sure there are methods to make it even better
14:49:52 <ralsina> anyway, if you want to get your hands dirty with python, I can guide you towards making that  WP-like sidebar
14:50:13 <ToApolytoXaos> I know Python, but never tried Nikola...until now lol
14:50:18 <ralsina> we can even generate the sidebar as HTML and use JQuery to load it inside a div
14:50:24 <ToApolytoXaos> true
14:50:37 <ralsina> even on-demand when you "click to expand"
14:50:40 <ralsina> but my JS sucks
14:50:43 <ToApolytoXaos> yep
14:50:51 <ToApolytoXaos> well, JS sucks in general, but what to do?
14:51:36 <ToApolytoXaos> it would be also extremely useful to adapt to wordpress's theme design. this way, you could start importing existing themes to Nikola and why not create a marketplace for Nikola too?
14:51:49 <ToApolytoXaos> Laravel is doing this already and makes good profits
14:52:04 <ralsina> Well, WP themes are a complicated beast
14:52:18 <ralsina> I have "ported" one or two, usually just the look & feel
14:52:42 <ToApolytoXaos> if you forget about PHP and concentrate on the header, footer, sidebar etc parts, then you will understand what I mean
14:52:52 <ToApolytoXaos> I didn't mean PHP; no no no...hell NO!
14:53:14 <ralsina> yeah, I have done that sort of thing
14:53:20 <ralsina> btw, Nikola supports php ;-)
14:53:28 <ToApolytoXaos> supports in what way?
14:53:37 <ralsina> you can use php in a post, or a page
14:53:59 <ralsina> and it will generate a .php file which respects the nikola theme's templates
14:54:08 <ToApolytoXaos> yuck -_-
14:54:11 <ralsina> it's evil code and I think noone ever used it
14:54:23 <ToApolytoXaos> I hope you kill it eventually
14:56:51 <ToApolytoXaos> question: websites that have a "read more" button to take you to the full website, is it part of HTML or part of the dynamic language's implementation?
14:57:15 <ToApolytoXaos> s/the full website/the full page/
14:58:18 <ralsina> code never dies :-)
14:58:48 <ralsina> I don't understand. You mean in nikola? It's explained here: https://getnikola.com/handbook.html#teasers
14:59:18 <ToApolytoXaos> lol how did you expect me to guess it's named teaser? :D
14:59:34 <ToApolytoXaos> all this time I knew it as read more button
14:59:35 <ToApolytoXaos> lol
14:59:40 <ToApolytoXaos> cheers ralsina 
14:59:49 <ralsina> hehe
15:00:04 <ralsina> if you search for "read more" you end there :-)
15:00:28 <ToApolytoXaos> brb
15:13:35 <ToApolytoXaos> I'm back. aaah, you could say "Teaser aka 'read more'"
15:17:29 <KwBot> [nikola-themes] Kwpolska closed issue #91: Python error building with material-theme https://github.com/getnikola/nikola-themes/issues/91
15:26:29 <ToApolytoXaos> ralsina: another thing I have noticed is that with import_blogger it does not make pages public; I can see them though inside stories/p/
15:26:55 <ralsina> ToApolytoXaos: Nikola has no concept of public/private pages
15:27:04 <ToApolytoXaos> it doesn't?
15:27:06 <ralsina> they are not linked anywhere by default
15:27:06 <ToApolytoXaos> how come?
15:27:10 <ToApolytoXaos> ah I see
15:31:17 <ToApolytoXaos> ralsina: would it make sense to convert my existing imported HTML articles as .rst or markdown?
15:31:33 <ralsina> ToApolytoXaos: if they work, probably not
15:31:42 <ralsina> If they look bad, maybe
15:31:54 <ToApolytoXaos> that's what I'm thinking, if it's worth the effort
15:32:25 <ToApolytoXaos> because frankly I will go through the entire results to remove unnecessary meta tags
15:32:39 <ToApolytoXaos> with information about generated content
15:32:55 <ralsina> BTW: the problem you reported... seems to me like a bug in the thing we use to parse arguments, I'll report it upstream
15:33:34 <ToApolytoXaos> very nice
15:40:42 <ToApolytoXaos> I have a feeling that a keyboard will come all over from Argentina to hit me on my head (lol), but I wanted to ask you about handbook: are there any thoughts to break it down to subsections?
15:41:00 <ToApolytoXaos> even from http://nikola.readthedocs.io/en/latest/manual/ I found it hard to follow it while scrolling all down
15:41:45 <ChrisWarrick> ToApolytoXaos: Even more subsections?
15:41:58 <ToApolytoXaos> child pages then?
15:42:11 <ChrisWarrick> Child pages are unsearchable
15:43:36 <ToApolytoXaos> hmm :/
15:43:40 <ToApolytoXaos> oh well...
15:45:23 <ChrisWarrick> Do try Ctrl+F on the page
15:47:05 <ToApolytoXaos> it's not finding the page the problem
15:47:22 <ToApolytoXaos> the problem is having all this beautiful information packed in one single page
15:49:37 <ralsina> ToApolytoXaos: I could make the TOC floaty :-)
16:08:16 <KwBot> [plugins] Kwpolska closed issue #167: import_blogger possible bug https://github.com/getnikola/plugins/issues/167
16:08:38 <ChrisWarrick> ToApolytoXaos: If we didn’t want one page, how would you *search* for info
16:42:34 <ToApolytoXaos> ralsina: yeah, it would be awesome if you could make it floaty
16:43:12 <ToApolytoXaos> ChrisWarrick: having a huge single page with extremely useful information it's not always handy
16:43:52 <ToApolytoXaos> if we could have separate pages for each content, then it would be really helpful. If not, then your search suggestion would be the only way I'm afraid
16:45:14 <ToApolytoXaos> but overall, Nikola has an amazing documentation
16:45:23 <ToApolytoXaos> without a doubt of course!
16:50:21 <ralsina> Thanks ToApolytoXaos!
16:50:39 <ralsina> Problem with making it floaty is that it should also be made collapsable, or else it eats half the space
16:50:57 <ralsina> I am sure there's something in bootstrap that would work
16:50:57 <ToApolytoXaos> well, it's already eating my entire screen :/
16:51:02 <ToApolytoXaos> I'm on a 19" screen
16:51:14 <ToApolytoXaos> let me take a screenshot to show you what I mean
16:51:19 <ralsina> ToApolytoXaos: but only for the first few dozen lines of text :-)
16:51:24 <ToApolytoXaos> yeah
16:51:45 <ToApolytoXaos> it would be more than helpful if we didn't have that content at all since we have the left TOC
16:52:11 <ToApolytoXaos> I'm talking about this first http://nikola.readthedocs.io/en/latest/manual/ 
16:52:35 <ToApolytoXaos> and then this https://getnikola.com/handbook.html
16:53:26 <ToApolytoXaos> but if we could get the TOC as a left frame could simplify lots of things
16:53:33 <ralsina> the readthedocs version is there mostly for completeness
16:53:43 <ToApolytoXaos> I understand
16:53:46 <ralsina> the oficial one is the one in nikola's site
16:53:49 <ToApolytoXaos> ah OK
16:53:53 <ToApolytoXaos> thanks for letting me know
16:55:16 <ralsina> gotta work :-)
16:55:30 <ralsina> ToApolytoXaos: feel free to file issues against the docs or whatever, we'll look at them
16:55:41 <ralsina> (eventually)
16:55:47 <ToApolytoXaos> sure thing mate and thanks for your valuable feedback today
16:55:58 <ralsina> np, that's what the channel is for :-)
16:56:25 <ToApolytoXaos> ;)
17:57:27 -GitHub[plugins]:#nikola- [plugins] ralsina pushed 1 new commit to master: https://git.io/viw4Q
17:57:27 -GitHub[plugins]:#nikola- plugins/master 46ec370 Roberto Alsina: order of args matters
18:02:06 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#949 (master - 46ec370 : Roberto Alsina): The build passed.
18:02:07 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/04d13de9f862...46ec370e69ef
18:02:07 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/159952448
19:01:37 <ChrisWarrick> https://github.com/blog/2256-a-whole-new-github-universe-announcing-new-tools-forums-and-features
19:06:34 <ralsina> wha
19:09:23 <ralsina> actual code reviews. neat.
19:15:10 <ToApolytoXaos> I just read it on Hacker News
19:16:36 <ToApolytoXaos> I have a feeling will get affected from the official announcement of Projects
19:16:44 <ToApolytoXaos> *trello
19:39:17 <ralsina> well, trllo is mostly used by non-technical teams
19:39:21 <ralsina> trello
19:39:52 <ralsina> If I had to get design to use GH for project management I would find a horse head in my pillow tomorrow morning
19:40:15 <ToApolytoXaos> lol I guess you love The Godfather too much
19:51:06 <ralsina> designers are rough people
20:16:00 <ToApolytoXaos> ralsina: I know...tell me about it!
20:16:27 <ToApolytoXaos> ralsina, question: how does this lambda work on this line? https://github.com/getnikola/nikola/blob/master/nikola/utils.py#L331
20:16:44 <ralsina> looking...
20:16:56 <ToApolytoXaos> whatever input is inserted, it becomes a function on the fly?
20:17:01 <ralsina> quick look, I have no idea
20:17:05 <ToApolytoXaos> lol
20:17:09 <ralsina> I suspect that's not my code
20:17:25 <ralsina> ok, so, values is a defaultdict
20:17:29 <ToApolytoXaos> also, I have found lots of 'l', 'k', and so on
20:17:47 <ralsina> when you do values['foo'] if it doesn't exist, it will call values.default_factoruy()
20:18:08 <ralsina> so, in this case, that will call the 3rd argument here, which I have no idea what it is
20:18:47 <ToApolytoXaos> I see
20:18:51 <ralsina> going by the docstring, that's either a literal string or a dictionary
20:19:16 <ralsina> so, if inp was "bar", values['foo'] by default will be 'bar'
20:20:27 <ToApolytoXaos> I guess it has something to do with how locales or translations should work
20:20:29 <ToApolytoXaos> cool
20:23:44 <ralsina> yes, this is, I think, so translated settings have english as their default value?
20:24:10 <ralsina> So when you want the greek setting, if it's not specified it will default to another language's
20:26:20 <ToApolytoXaos> yeah, I thought so after carefully re-read it
20:26:34 <ToApolytoXaos> can you please go to line 480 of the same file?
20:27:06 <ralsina> sure
20:27:47 <ralsina> again, not code I have ever looked at :-)
20:27:47 <ToApolytoXaos> since those two if statements are just validating for True or False, couldn't the writer say something like "if c and if site:"?
20:28:02 <ralsina> no
20:28:06 <ToApolytoXaos> why's that?
20:28:21 <ralsina> if c is true and site is false, you don't execute line 489
20:28:36 <ralsina> if you did "if c and site" then you would
20:28:41 <ToApolytoXaos> ah shoot, I overlooked the else
20:29:18 <ToApolytoXaos> nice
20:29:23 <ralsina> So, basically the difference is between executing line 489 or 487 in that case
20:30:21 <ToApolytoXaos> yeah
20:31:25 <ToApolytoXaos> is Python your profession, that is you develop services and / or applications using Python?
20:38:40 <ralsina> it is now, mostly
20:38:56 <ralsina> I was not a professional programmer until I was like, 40
20:39:34 <ralsina> (previously, technical manager, sysadmin, had a company, teacher, lapsed mathematician)
20:40:32 <ToApolytoXaos> lol I thought you were 35 the most from that picture of yours
20:55:35 <ToApolytoXaos> lol the initial release of Nikola was less than 600 LOC; you are crazy ralsina ^_^ nearly full features with less than 600 lines of code?! Simply respect man!
20:55:48 <ralsina> I was verbose
20:56:01 <ralsina> https://github.com/ralsina/nicoletta
20:56:16 <ralsina> I am afraid to even count how many lines are in nikola nowadays
20:56:36 <ralsina> Oh, boy, I haven't looked 35 since I was 25
21:00:00 <ToApolytoXaos> lol I will send this to my "sister"
21:00:06 <ToApolytoXaos> her name is Nicoletta :D hahahaha
21:00:21 <ToApolytoXaos> she's my closest friend from ex-job
21:00:48 <ToApolytoXaos> you must be a '60s kid
21:03:10 <ToApolytoXaos> by the way, there's something wrong with bootstap's settings; I have tried your website and my locally generated ones that use bootstrap3 and when you resize the browser's window, it adds an unnecessary horizontal scrolling bar
21:03:36 <ToApolytoXaos> the contents fit well the resized window, but that stupid bar adds space on the right side of the page
21:03:55 <ToApolytoXaos> I have tested it in both firefox and chromium