Sebastian Pipping

Results 760 comments of Sebastian Pipping

@ZelphirKaltstahl it seems to me that "giving no time limit" and "expecting a move in time" are fundamentally incompatible. If waiting for too long is not acceptable: why not set...

> If I sit down with a friend and play without a clock, we also at some point move. @ZelphirKaltstahl I think it would be worth looking at why even...

@ZelphirKaltstahl the thing is that a machine needs precise instructions. Is it supposed to figure out how long of a waiting time would be acceptible to the current user? I'm...

@ZelphirKaltstahl level and time cannot be looked at separately. If you give me half the time to think, I will play worse and not on the same level. Even a...

Line… https://github.com/pamoller/xmlformatter/blob/ebbc3b307c93ba44629686703ba6908fe2e0c558/xmlformatter.py#L725 …seems to be related. If that's the right spot, the behavior is currently unconditional.

Hi! This place in code… https://github.com/pamoller/xmlformatter/blob/ebbc3b307c93ba44629686703ba6908fe2e0c558/xmlformatter.py#L469-L471 …seems indeed missing escaping of `

PS: So there are two separate issues coming together here: - Expat is passing `<` as `

``` In [1]: def escape_quot_attribute_value(value: str) -> str: ...: return value.replace('&', '&').replace('

@pamoller let's not mix `` please, they are a very different story. The output above is alright with regard to escaping and well-formed XML, and this case shows that the...