Logs for #nikola for 2015-08-28

08:09:23 <ChrisWarrick> god, transifex is crazy
11:25:11 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 2 new commits to posts-categories: http://git.io/vGqfs
11:25:11 -GitHub[nikola]:#nikola- nikola/posts-categories 21d40f9 Daniel Aleksandersen: New ``color_hsl_adjust_hex`` and ``colorize_str_from_base_color``...
11:25:11 -GitHub[nikola]:#nikola- nikola/posts-categories f288de1 Daniel Aleksandersen: Document coloring
11:25:55 <Aeyoun> ChrisWarrick: crazy how? I’ve only used the translation interface a little. Frustrating to try and figure out what it has ad hasn’t saved at any given moment in time.
11:26:27 <ChrisWarrick> Aeyoun: it’s crazy on the management side
11:26:54 <ChrisWarrick> Aeyoun: for example, it creates teams for languages I denied, and when I do accept a language, the team is actually empty
11:27:33 <ChrisWarrick> (the denied teams do contain humans…)
11:28:10 <Aeyoun> Why deny any language?
11:28:50 <ChrisWarrick> Aeyoun: I deny all duplicates, for example 'Russian' and 'Ukrainian' existed, but someone thought it would be a good idea to request 'Russian (Russia)' and 'Ukrainian (Ukraine)' today
11:29:10 -travis-ci:#nikola- getnikola/nikola#6063 (posts-categories - f288de1 : Daniel Aleksandersen): The build is still failing.
11:29:11 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/15da2576ef0e...f288de1ee777
11:29:11 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/77664076
11:29:28 <Aeyoun> Ah, locale versus languages.
11:30:03 <Aeyoun> Maybe they want Russian quotation marks or comma rules or something.
11:30:40 <ChrisWarrick> this is really a waste of time, especially for a project like Nikola
11:31:04 <Aeyoun> I'll request nb_PL to make your day complete.
11:31:32 <ChrisWarrick> that does not exist
11:31:53 <ChrisWarrick> Transifex only allows locales that actually exist, and there is no nb_PL locale
11:31:57 <Aeyoun> Sure it does. Norwegian bokmål as spoken in Poland. ;-P
11:34:24 <Aeyoun> ChrisWarrick: anyway, happy with the color functions?
11:34:58 <ChrisWarrick> Aeyoun: ?
11:35:28 <ChrisWarrick> Aeyoun: haven’t looked at your new commits, and won’t for some time
11:35:49 <ChrisWarrick> Aeyoun: right now I have to do some video editing.  In Windows Live Movie Maker.
11:36:08 <Aeyoun> ChrisWarrick: thought you might had looked at the documentation, https://github.com/getnikola/nikola/commit/f288de1ee777e8b2c8f8a2c35d71d7b0ef6b6021
11:37:11 <Aeyoun> oh, that is right. Movie Maker is gone from Win 10. I wounder if anyone will miss it.
11:37:33 <ChrisWarrick> Aeyoun: documentation looks well
11:37:47 <ChrisWarrick> Aeyoun: MM is actually gone from Windows 7 and is an optional download here
11:38:12 <ChrisWarrick> shit, it doesn’t actually support m4v, even though it claimed it does
11:38:26 <Aeyoun> I didn’t know. Thought it was bundled in 8.
11:38:55 * Aeyoun uses http://store.steampowered.com/app/330070
11:40:14 <ChrisWarrick> does it really need steam?
11:40:51 <Aeyoun> no, I bought it directly from Sony. Cost twice as much, they released the Steam edn. just days later.
11:41:48 <Aeyoun> Still, it’s cheap in its category and very capable.
11:44:10 <ChrisWarrick> worst case scenario, I’ll convert it to individual png’s, remove the garbage, and stick them back together
12:01:50 <ChrisWarrick> gotta love ffmpeg -i "$1" -q:v 0 -f image2 png/%05d.png
12:12:51 <amokleben> ChrisWarrick: nobody requests those crazy languages. They are requested by Transifex if anyone wants to join your team that has listed them as languages he knows
12:13:07 <ChrisWarrick> amokleben: what
12:13:09 <ChrisWarrick> amokleben: transifex is even worse
12:13:41 <amokleben> I had issues with that aswell
12:29:53 <KwBot> [nikola] ralsina opened issue #1982: New use case: personal feed aggregation + publishing https://github.com/getnikola/nikola/issues/1982
14:14:00 <Koni> Hi there, I want to write a post using markdown, and I want to use "doc" to make a link to another post. Can you help me to translate :doc:`Text link <my-story>` inside Markdown ?
14:18:15 <ralsina> Koni: you will need to do a markdown extension
14:19:17 <ralsina> Koni: it's not horribly difficult, if you file an issue I will get around to it soonish
14:19:49 <Koni> ralsina: this means that it is not supported out of the bow
14:19:53 <Koni> the box
14:21:29 <Koni> ralsina: and I need to write some code and to put it inside MARKDOWN_EXTENSIONS of my conf.py
14:23:43 <ChrisWarrick> Koni: pretty much; create an issue on github and someone would re-implement it for you
14:24:17 <ChrisWarrick> Koni: then again, you can also use the link:// scheme for this.  [Text link](link://slug/my-story)   should do it
14:25:42 <Koni> This is not really an issue for me... I was just testing differences between ReST and Markdown. I will use ReST instead, no issue with that
14:25:56 <Koni> Thanks a lot for your quick answer :)
14:27:03 <ChrisWarrick> (the link:// scheme works everywhere)
16:56:52 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to posts-categories: http://git.io/vGY1E
16:56:52 -GitHub[nikola]:#nikola- nikola/posts-categories f15c6c3 Daniel Aleksandersen: Rename POSTS_CATEGORY to POSTS_SECTION
16:58:40 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to posts-categories: http://git.io/vGYMI
16:58:40 -GitHub[nikola]:#nikola- nikola/posts-categories 6ebf574 Daniel Aleksandersen: Overlooked one instance during rename
17:00:25 -travis-ci:#nikola- getnikola/nikola#6065 (posts-categories - f15c6c3 : Daniel Aleksandersen): The build is still failing.
17:00:26 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/f288de1ee777...f15c6c35bd23
17:00:26 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/77714814
17:00:34 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to posts-categories: http://git.io/vGYMb
17:00:34 -GitHub[nikola]:#nikola- nikola/posts-categories 3af775b Daniel Aleksandersen: One typo too.
17:09:39 -travis-ci:#nikola- getnikola/nikola#6069 (posts-categories - 3af775b : Daniel Aleksandersen): The build is still failing.
17:09:40 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/6ebf5746b022...3af775bf399c
17:09:40 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/77715410
17:12:57 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to posts-categories: http://git.io/vGYHV
17:12:57 -GitHub[nikola]:#nikola- nikola/posts-categories 409ec83 Daniel Aleksandersen: flake8