rbro
rbro
This is great, thanks so much for implementing it. One question - and this may not be possible due to how WebExtensions work - but using that biscuit extension I...
Thanks, that's interesting they have a cookies.onChanged event, so maybe it could work. I'm thinking that expired cookies should not be restored even if they are marked to be whitelisted....
@hollodotme - thanks, I'll submit a PR soon. I'll think through possible options too, but I'm doing now what you wrote at the end with usleep, but it has a...
I am running into this issue too. I would like for my users of my application to be able to select text out of a grid and copy it to...
Yes, that fixed it - thanks!
Yes, I set my ```script``` to be a PHP file not in the symlink, and in that file, I can ```require``` the file I need in PHP itself. Thanks for...
I am running into this too with the latest KiTTY releases. I haven't been able to figure out a workaround either.
Thanks, I am running LibXL 3.8.2. Below is the output when I ran it through valgrind. This is using the php7_with_pulls branch. ``` ==152808== Memcheck, a memory error detector ==152808==...
I just tried with LibXL 4.2.0 and got the same segfault.
Thanks, here is a little more information: - My original issue started because under Window -> Selection, for "Action of mouse buttons", I had "Windows" selected, so that when I...