ku-emag

Results 7 comments of ku-emag

Could it be that the call ```env.images[rel_file_path] = ["_images", os.path.split(rel_file_path)[-1]]``` in itself is just wrong? All other elements in env.images have other structure ... 'common/images/xyz/abc.png': ({'overview'}, 'abc.png'), 'common/images/xyz/def.png': ({'page1'},'def.png'), '_images\\need_pie_2566d.png':...

changing to ```env.images.add_file(fromdocname, rel_file_path)``` should fix this -> '_images\\need_pie_47374.png': ({'docs/reports'}, 'need_pie_47374.png')}

I would also love to have this feature `needs_extra_options= [dict(option="sec-asm, title="Security Assumption") ]` looks like a good canditate.

@danwos I think the `needs_option_titles ` could be a good compromise. @twodrops, what do you think ? I had another idea as a workaround: Since it is something which is...

Maybe the complete model could be defined by a json schema ? Benefit would be: - it would be easily usable from other program languages which may want to use...

I have the same problem here giving "Unable to authenticate, need: Basic realm="Artifactory Realm"" when trying to configure an artifactory repository. An example extensions.private.json would help, ideed.

@hondzik Thank you very much! I was just about posting here that i also found that "enablePagination" finding ;) After i figured out how to set the auth correctly, the...