Hugo

Results 1333 comments of Hugo

What title(s) do you expect to see?

Keep in mind that you can configure a shell to do this for all commands. E.g.: for `zsh`: ```sh preexec () { print -Pn "\e]0;$TERM [%~]: $1\a" } ``` This...

> After a little bit of debugging it turns out that installing khal installs it in the system python, not the conda python that I use for my own code...

Actually, the `khal` binary we ship is a one: https://github.com/pimutils/khal/blob/master/bin/khal IIRC, the one setuptools auto-generates does a lot of stuff and is too slow at startup. However, package maintainers copy...

> but I want to get the conda python when I type python in the terminal, right? And (as far as I understand) /usr/bin/env python is always the same as...

Strictly speaking, this is not a bug for khal nor does khal do anything wrong. I do agree that this could be improved.

> due to davmail doing some processing on their end as well Any idea what they're doing?

@mike-perdide is right, free-busy access level isn't implemented, but it seems that the report isn't implemented either: I'm getting a 500 even with rw access. Here's my test script (the...

@Jaikant Are you sure about this? It failed for me, so I assumed it was not implemented. I also took a quick glance at the source and it doesn't even...

@Jaikant: That's exactly what I [originally said](https://github.com/Kozea/Radicale/issues/34#issuecomment-100525319), and the almost opposite of what you [replied](https://github.com/Kozea/Radicale/issues/34#issuecomment-100883290): > The report method is implemented, I tried your script with an http connection and...