Hugo

Results 1459 comments of Hugo
trafficstars

Does this not unconditionally unset the `due` property is it's not specified in the command line? E.g.: I specify `--priority 3`, and now my due date is removed.

La versión 13.0 soporta `django>=4.2,

> Otra cosa con respecto a los puntos de venta, por que se guardan los que están bloqueados la primera vez que se traen? Y en que caso se usan?...

I wrote [clipmon](https://git.sr.ht/~whynothugo/clipmon) and a few other prototype clipboard managers that all have big caveats. Hopefully I can avoid others repeating the same [failed] experiments. Using `wlr-data-control-unstable-v1` for this purpose...

> The clipboard manager could expose an own clipboard manager internal mime type to combat this. So it would be able to detect its own selection that way. It is...

This is also [an IANA registered mime type](https://www.iana.org/assignments/media-types/media-types.xhtml#table-text), so it's as standardised as they get. Should I create a PR onto the 0.3.x branch instead?

I've a different scenario where `.to_owned()` would also be useful: I have a function that runs an external command, parses the stdout and returns the parsed output. In case of...

I believe we recently dropped support for Python 3.8, and it is also not longer supported upstream.

This sounds like a bug/oversight. Right now we treat all imported ICS files as events, kind of assuming that they're invites or regular events, but not cancellations. We need to...