Gunnar Thielebein

Results 40 comments of Gunnar Thielebein

⟫ gitchangelog -v (from pip) 3.0.1

Hi sorry for the delay. is it systematic ? No. Only specific repo. Can you give us your git version ? 2.7.4 and probably give us the result of: while...

My idea was that version format like v0.9 raise this exception as other have this format: `[0-9].[0-9].[0-9]`. But this does not seem to solve the issue. Current tags: > v0.9.0...

Seems gitchangelog has a hard time to handle simple (non-annotated) tags. These kind of tags do not have a `authors` or `committers` timestamp, that's where there error in line `1193`...

This is the problematic tag: $ git show v1.1.6 tag v1.1.6 Tagger: Gunnar Thielebein Date: Wed Apr 12 21:03:35 2017 +0200 tag for version bump __version__ = '1.1.6' This is...

![image](https://user-images.githubusercontent.com/21332468/43203772-65c62420-901f-11e8-88be-00e9748d2765.png) Firefox Debug attached

Is this something you are working on? Is dns resolving through vpn tunnel already supported?

I am interested in the library for iso creation. Currently I've made my own implementation which wraps mkisofs and only collect the "interesting" parts of the iso, isolinux/isolinux.cfg, install.img for...

Sounds you developed a python alternative to mkisofs? I appreciate your effort I will give this a try, absolutely. Is the upper level support for isolinux or grub bootable iso...