Armin Ronacher

Results 153 issues of Armin Ronacher

Automatically test OAuth.

pycon-sprints

As far as I can see the game does not use that file. If you decrypt it and unzip it it contains a bunch of .m files which have the...

the listdogtags.py file shows that the dogtag definitions are in a format we currently cannot handle. I assume that there is more than one type of file in the CAS...

Currently stdout/stderr are just written in like this. There might be better ways:

There is a soundness issue in fragile 1.2.x with regards to `Sticky` and `SemiSticky`. For the gory details have a look at #26. Unfortunately that fix cannot be done with...

Currently it's impossible to upload multiform files that are dynamically read from something. In raw curl one seems to use `CURLFORM_STREAM` paired with `CURLOPT_READFUNCTION` for this. Would be great if...

enhancement

We have not fully identified what the cause it but it would appear that if a curl easy handle is put to TLS on windows, it can cause hangs on...

`loc` currently produces for my project some weird filename output (`./` vs `/` vs no prefix): ``` -------------------------------------------------------------------------------- Language Files Lines Blank Comment Code -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Markdown 1 22 8...

I believe these cases are broken because we do not handle `P` not followed by 6 or 8: ``` ;?unaligned_foo1@@YAPFAHXZ ?unaligned_foo2@@YAPFAPFAHXZ ?unaligned_foo3@@YAHXZ ?unaligned_foo4@@YAXPFAH@Z ?unaligned_foo5@@YAXPIFAH@Z ??$unaligned_foo6@PAH@@YAPAHPAH@Z ??$unaligned_foo6@PFAH@@YAPFAHPFAH@Z ?unaligned_foo8@unaligned_foo8_S@@QFCEXXZ ```

The backtracking is definitely wrong but I'm not sure yet what the best way to fix it is. LLVM passes some flags through to indicate which parts of the symbols...