Calle Svensson

Results 32 issues of Calle Svensson

The current setup requires the HTTP response to completely finish to be able to return the response to the headers. In some situations, a website will reply with a response...

enhancement

If you're having trouble using Certbot and aren't sure you've found a bug or request for a new feature, please first try asking for help at https://community.letsencrypt.org/. There is a...

more-info
area: 3rd party
area: dns

As per: https://github.com/ZetaTwo/gameboy-project/issues/1 I am opening this PR. However, this KSY does not actually properly parse the file format since I have not found a good way to implement it....

As per: https://github.com/ZetaTwo/gameboy-project/issues/1 I'm making this PR. It is a very niche file format but it is a fully working KSY implementation of it so at minimum it can serve...

Generate proper QR codes for 2FA that are readable by apps such as Google Authenticator. This is a repeat of https://github.com/bludesign/FaxServer/pull/10 to conform to the otpauth protocol: "otpauth://TYPE/LABEL?PARAMETERS"

Regression. Commit d71824816c89424696d4d07f916f8c4e75ebd4bf reverted this change so now 2FA is broken again. Change `jQuery('#code').qrcode("#(totpToken)");` Into `jQuery('#code').qrcode("otpauth://totp/Fax%20Server:#(email)?secret=#(totpToken)&issuer=Fax%20Server&algorithm=SHA1&digits=6&period=30");` In Resources/Views/user.leaf:5 to fix this. _Originally posted by @ZetaTwo in https://github.com/bludesign/FaxServer/issues/9#issuecomment-500785446_

Faxes started to fail due to timeouts. I have about 3000 sent faxes at a total of ~700mb ``` > db.faxFile.stats() { "ns" : "vapor.faxFile-backup1", "size" : 745257940, "count" :...

When using DirectIP.snp to connect, at least two users have reported a crash like this: ![Screenshot_1](https://user-images.githubusercontent.com/870392/168492795-e0461056-8d2f-49a0-868d-a3fa9c59f469.png) The address corresponds to this line: https://github.com/bwapi/bwapi/blob/45360dc267a0d84d95ba1baf9e49b7a05f06b741/1.16.1/SNP_DirectIP/src/SNP/SNPModule.cpp#L323 The fact that the references address is...

This is my attempt at implementing the fix to the issue discussed in https://github.com/rocky/python-xdis/issues/58 It does seem to work but there are four things I would like to discuss: 1....

Continuing the discussion from here: https://github.com/rocky/python-uncompyle6/issues/312 @rocky directed me to post here instead. It's possible to easily fool a lot of decompilers by renaming variables to names containing whitespace. For...