Sebastian Pipping
Sebastian Pipping
Hi! It would be cool to have the docs of spyne 2.12.x readable on http://spyne.io/docs/ . Thanks! Best, Sebastian
**Describe the bug** When compiling with Clang, I get link errors like this one: ``` /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: colorramp.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object;...
Hi! This tool seems to be similar to [OpenStack reno](https://docs.openstack.org/reno/latest/)? Maybe a quick paragraph in the readme comparing towncrier to other existing tools would be great to have. Thanks!
It seems we have a bit of unused C code around: * `gennmtab/gennmtab.c` * `xmlwf/ct.c` * `xmlwf/xmlmime.c` * `xmlwf/xmlmime.h` * ~`xmlwf/xmlwin32url.cxx`~ — #286 Some of these would build fine, some...
At the moment, `generate_hash_secret_salt` uses fallback code when high quality sources of entropy fail to serve entropy. For the future we could propagate errors upwards so that `XML_Parse`/`XML_ParseBuffer` fails with...
Things that are still in SF.net land but could use migration (or notes on migration?): - [x] Git history, branches, tags (migration note added on SF.net) - [x] Add note...
@smcv please review. Please keep in mind, this will not be implemented overnight. It will take time. The callback is not passed an enum indicating intended use of the requested...
Since version 2.1.0 Expat has a function ``` int XML_SetHashSalt(XML_Parser parser, unsigned long hash_salt) ``` to provide `sizeof(unsigned long)` custom entropy bytes to Expat. Now SipHash introduced with #39 can...