Martin Owens

Results 19 comments of Martin Owens

Hi JayFoxRox: It's great to see this extension with 1.0 upgrades. I'm not sure which way round you mean for the GPLv2, we have GPLv2 or later and GPLv3 or...

For a first step, post to https://inkscape.org/gallery/upload/ and select inkscape symbol set as the category.

Your project doesn't have the issue tracker switched on here. Although there isn't much more to say, it fixes a very specific error caused probably only in the very specific...

@alexsilva Isn't that documentation specific to unique IDs. But in either case, you could add SPLIT as one of the methods for the above code instead of having it be...

Shouldn't you have a branch for your next major release so things like this won't bitrot?

It's possible we could allow a zip file, or maybe a link, though it'd be nice to have the data as we can tag it and know it's clean.

Thanks pradyunsg for the clear requirements. This helps me build a sense of what we need to do in Inkscape to get the classifier recognised. For now we will stick...

Sorry I mean to say: That behaviour is unhelpful for prospective classifiers, it's rather stringent as it could just ignore them.

I got around this by setting pycurl options directly: ``` client = wc.Client(options) client.webdav.is_valid() client.default_options['CAINFO'] = "cacert.pem" client.default_options['SSL_VERIFYPEER'] = 1 client.default_options['SSL_VERIFYHOST'] = 2 client.list() ```