susca

Results 6 comments of susca

Hi, is there a way to save the colour scheme, so that the next time I start xo, I don't have to choose it again? Thanks

I wrote a custom conf for apt (debian package tool), and I stumbled across the same issue. When user input is required, the line is not printed at all. Would...

This is a minor change for now. It reduces the file size by a few bytes. But more importantly it opens the possibility to use the html5 tags in the...

Where? I see `` (l.956) and `` (l.438) instead of `` and ``. And the doctype is XHTML 1.0 Strict (l.939).

yes, but if the doctype is xhtml, one cannot use the tags `header` and `footer` among others.

I doesn't work in Spanish either ``` >>> dateparser.parse("a las 3", languages=["es"]) datetime.datetime(2023, 11, 3, 0, 0 >>> dateparser.parse("a las 3 de la tarde", languages=["es"]) >>> ```