Niklas Baumstark

Results 39 comments of Niklas Baumstark

Somehow this iterator implementation is broken and we don't know why. We spent 2 hours now debugging it to no avail. The `operator-` induces undefined behaviour, looks like it accesses...

It's not a matter of installing Django or not. The problem is that there is a *build-time* dependency on Django, which is not something that pip supports to my knowledge...

@carltongibson no, I think if you swap it around Django will be available once django-picklefield setup.py runs. Unfortunately in many scenarios we don't control the order, e.g. we hit this...

@carltongibson since this package has an arch-independent binary wheel we can work around it. In other cases, where native components are involved, it's a big issue because it can make...

@carltongibson I definitely don't mean to come across as criticizing your work, sorry :) To give some context into why we care about this: Currently our entire Python-based infrastructure is...

I also misunderstood the construct in crispy_forms, I thought `crispy_forms` was from a different package, but it is not

As an example of what other packages often do to avoid duplciation, I can point to https://github.com/StellarCN/py-stellar-base/blob/master/setup.py#L12

Hi @bjmb. It is actually well possible that there is a memory leak in webkit-server. I don't think many people have used it in a persistent way. If this is...

It seems like a lot of people could really use the simple workaround of just restarting the server. After my exams for this semester are over I will try to...

@trendsetter37 I think that pretty much only triggers https://github.com/niklasb/webkit-server/blob/master/src/NetworkAccessManager.cpp#L50, which clears request headers and username + password for HTTP auth, so no, that doesn't really do anything interesting in that...