masklinn
masklinn
Yes a better editorial oversight might be a good idea, it would probably be better if each framework's description only described its WSGI support (does it just stand on top...
@kurtmckee in looking at the code of `BaseHTMLProcessor` it looks to have quite a bit of a mixup between the sanitisation and the loose parsing support, would better splitting those...
I hit a somewhat confusing issue: I tried using `rand` on CE, got to discover the libraries feature (I'd never used it before), enabled rand, and... it kept failing with...
This should be possible using a closeable iterator: lift the generator in the `__iter__` method of an object (can just convert `event_stream` to a class) and add a `close` method,...
> Server side accept() > > http(s) > ssh Just to be clear, this doesn't mean reimplementing things from `accept()` upwards, but supporting these as inputs using existing libraries, similar...
@netvl not all DOMs have bidi links, and though bidirectional parent/child links are useful much can already be done with just parent -> child. For instance Python's ElementTree API is...
> I am new to Rust, and thought that basically anything that is related to serialization/deserialization would be related one way or another to the Serde crate. This one isn't,...
This is a bit of a dodgy one, and definitely not for 0.15. Especially since it seems to require dropping 2.7, probably because > Changed in version 3.5: Unmatched groups...
@dgoldstein0 since this issue was opened the project has pretty much been following the request (of matching uap-core's version) so I'll close this. Eventually I'd like to decorrelate the two...
@jab @thiefmaster since you were apparently interested in a more idiomatic API, this is my starting point / current thinking. It is very much patterned after the idea of utility...