Adam Porter
Adam Porter
@hjozwiak I'm guessing that form in the previous comment will fix the problem. It seems to for me (assuming I was able to reproduce the same problem). Please let me...
@hjozwiak Thanks. Next I'll need you to evaluate the `taxy-magit-section` library's source file and retrigger the bug. Some value is unexpectedly nil, but I can't tell which one. Also, did...
My best guess is that one of the rooms in the list has nil or an empty string as one of the column values, and the code doesn't expect that...
@bmp Thanks, that helps. The backtrace is not the same as what @hjozwiak showed, but it might still have the same cause, which I'm pushing a fix for soon. Unless...
> Hey @alphapapa, do you want to keep the [.travis.yaml](https://github.com/alphapapa/org-super-agenda/blob/master/.travis.yml) file? If so, feel free to close this PR. No, I just hadn't noticed this PR. (Feel free to ping...
According to the `face-attribute` docstring: ``` To ensure that the return value is always specified and absolute, use a value of ‘default’ for INHERIT; this will resolve any unspecified or...
According to the Elisp manual, as I quoted, the default face is supposed to be always completely specified. Yet after running `emacs -q -nw`, `(face-attribute 'default :background nil 'default)` returns...
I have the same version of VLC and I don't have this problem.
It looks like the value passed to `vlc_player_aout_SetVolume` is a float, as shown by the line above that function call. The `i_volume` value is an integer, but I don't know...
This would be best handled as an issue, i.e. if a user is perceiving a bug, it should be filed as one.