Florian Apolloner

Results 362 comments of Florian Apolloner

Ok, will dig depper into how event handling works -- still learning ;) EDIT:// oh, I mixed up call and wait

pep-0420 is the only namespacing to support. setuptools namespaces can break horribly in certain situations (ie removal of packages etc…). I think this should be closed or at least deferred...

@spaceone That would only be an option on py3. That said, I do not think every package needs to be namespacable. I guess if you need it, we can leave...

Interesting, re "python3 sucks with bytestrings" -- is that pre or post PEP461?

Btw regarding the current usage of namespacing in circuits (copied from http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages): ``` You must NOT include any other code and data in a namespace package's __init__.py. Even though it...

I am sure you are joking, but I do not think ``` sys.modules['circuits'].__dict__['Component'] = Component ``` would actually work. You'd need to have some location to actually put that code…...

I'd like to see the same for email integration as well (Alert keys & rules). But from the looks of it the API does not support it? Looking at the...

Hi @datavisyn-ro-v, `-b` only affects the default port. If you also pass in `-e` you have to explicitly specify the interface like this: ``` -e ssl:8001:interface=127.0.0.1:privateKey=key.pem:certKey=cert.pem ``` Then the output...

Puh, I will give it a look in the afternoon. The main thing is that documentation on what Google interprets how is rather sparse. So I tried (over a few...

@tobiasmcnulty I was mainly following https://github.com/django/djangoproject.com/issues/621#issuecomment-216253813 when coming up with which rels should point where… I'll see that I can give you access to the google search tools.