RoomCays
RoomCays
This ticket is very old, but I have similar issue with Prosody 0.11.5. When trying to send a message to the group chat Prosody logs: > conf.somesite.com:muc: Attempted join without...
Oh, maybe it is worth mentioning: action for Geany.... ``` act(t,The test,geany ~/test.txt) ``` ...opens empty file at current/working directory with the `~/test.txt` appended, for example: `/home/user/Downloads/~/test.txt` (I was debugging...
And... running rofi-blezz via keybinding (by sxhkd) opens file at location: `/home/user/~/test.txt`, which is not the same as `~/test.txt` or, equivalently, `/home/user/test.txt`. So, no work-around by `cd ~ && rofi...
Things get complicated. The command you have suggested does not work with Zenity: > (zenity:1931820): Zenity-WARNING **: 11:45:23.152: Cannot open file '~/foobar.txt': No such file or directory **but** opening Geany...
Some workaround is to use `$HOME` instead of `~`: ```shell bash -c 'zenity --text-info --filename="$HOME/foobar.txt"' ```
Searching GitHub for some API v2 libraries for Ruby and found this: https://github.com/waits/dropbox-sdk-ruby. It says "Ruby SDK for the Dropbox API v2" but I can't confirm that.
I imagine using `time` and `time-alt` to switch between local and UTC time with a single click.