sebhaase

Results 9 issues of sebhaase

change CutyNetworkAccessManager to set rawheaders on seconday requests If I use --header=Cookie:sessionid=... the cookie is not send to on the referenced in the primary page. The solutions should looke like:...

Debian ships nginx with nginx-upload-progress-module. It used to ship with the nginx upload-module ( https://github.com/vkholodkov/nginx-upload-module/ ) Apparently these are different. Which one is need here for django-nginx-upload ?

The port monitor is not working on debian because they replaced iptables by nftables some time ago... Some info see at: https://manpages.debian.org/testing/iptables-nftables-compat/iptables-compat.8.en.html

`AttributeError: 'PdbMiddleware' object has no attribute '_is_coroutine'` seems to be coming from not calling `super().__init__()` in the `PdbMiddleware` I added line 41 - first line in the __init__functon: ``` def...

This is a followup to issue #78. As you suggested, resizing the window - by dragging the bottom right corner of the window - is working. Is moving the window...

I have a Java app where the window (I assume its using Swing) gets cut off at the bottom. When I increase the parameters given in `cheerpjCreateDisplay(1280,760)` I get more...

Comparing to fontawesome 4.7 I find e.g. that .fa-user ([&#xf007]) is narrower than the forkawesome (1.2.0) version. I could correct this by adding this style ``` .fa-user:before { content: "\f007";...

I have noticed that I have a second elements right after my real This is created in $.fn.thead .appendTo($('')

I'm getting `sound.js:570 XMLHttpRequest cannot load file:///Users/...m-0.wav. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.` Can `sound.load()` be told not to use ajax...

help wanted