Simon Conseil

Results 228 comments of Simon Conseil

I have fixed barchart labels for my own purpose, the commit is there: saimn/c2c-stats@aa4b43224400c9162ca30a443b32284a4d604f90 I'm not a javascript expert and I didn't test all barchart options but it works for...

@theirishpenguin for `barchart`, labels are shown by default at the top of the bars. You can use `.label( [...], true)` to put labels at the bottom. For `vbarchart` there is...

I guess that this is the same as https://github.com/astropy/astropy/issues/8338, which is fixed by https://github.com/astropy/astropy/pull/8349

Related : https://github.com/drdavella/tox-conda/issues/11 https://github.com/drdavella/tox-conda/pull/12

Ref #333, which lead to #359. Having a hard link option would be useful indeed.

That's already possible (http://sigal.saimon.org/en/latest/image_information.html), though maybe not supported by default by all themes. For the use of EXIF metadata in particular you may have to customize the theme's template files.

Yes the documentation about the themes could be improved... A lot about the available attributes is described directly by the API docs (http://sigal.saimon.org/en/latest/themes.html#documentation-of-sigal-s-main-classes). And to override the themes you need...

The feeds plugin is currently very minimal, and can certainly be improved ;). And as the logic is very similar for the "streams page" , it should be possible to...

Yeah, it would be nice to have a more flexible way to handle this. Its easy to generate multiple size, the question is how to reference the different sizes in...

You mean something like the `thumb_dir` settings but for the resized images ?