Eric Davies
Eric Davies
I'm having the same or a similar issue. In one instance it showed [1] notification waiting but showed two notifications in the drop-down, and I had no notifications on GitHub...
It stops checking for notifications until I restart Firefox. I verified that it isn't polling using the Browser Console. A similar extension, Checker Plus for Gmail, is still able to...
No worries! If it happens, I'll be excited and definitely use it immediately, and if it doesn't, I'll have this tool in mind for the future.
Hmm In Python's pathlib, a path is absolute if it has a root, and (if applicable) a drive. So I suggest that perhaps an absolute path is a composite type...
This happens for other languages as well (I encountered it with Julia).
That would definitely solve my problem. It feels kind of awkward to release a package that can't be tested on CI because of a dependency on another package in METADATA,...
Thank you very much!
@keno Had a chance to look at this yet?
A discovery: if I change this line: ```julia cpp_key = icxx"$iterator->first;" ``` to this line: ```julia cpp_key = icxx"""auto key_item = $iterator->first; key_item;""" ``` the problem goes away.
> So in an attempt to generalize this is it implied that if an argument spans multiple lines (the do block in this case), the args should spread automatically over...