rbro

Results 19 issues of rbro

Thanks for a nice extension. Prior to Firefox 57, I used an extension called biscuit that supported preserving certain cookies, so when you cleared your browser history, you could delete...

Hello, I am making an async request, and while waiting for the response, I want to do other work. In my case, it's calling a check heartbeat function in rabbitmq,...

enhancement
feature

Hello, I am the user from #99. I noticed in version 2.0 that you can no longer default to Manual Cleanup when Forget Me Not opens. I had been using...

enhancement
good first issue

I've noticed that with each new version of PuTTY and KiTTY that the number of items on the right-click menu increases (the right-click context menu when you are in a...

enhancement
good first issue
wontfix

I am running into an issue where if I have Livemarks enabled, if I try viewing certain xml files, Firefox flags them as invalid xml even though they are valid....

I am using Unit with PHP, and running into an issue where if the script is using a symlink, I get an error "script is not under php root". My...

When compiling v8js on Fedora 38 which has g++ 13.1.1, I'm getting errors: ``` /tmp/v8js/v8js_object_export.cc:712:72: error: expected unqualified-id before '&' token 712 | catch (const std::out_of_range &) { | ^...

Just wanted to share in case others run into this as I believe I found a way to fix it: After compiling v8 11.1.277.13 and v8js, I got the below...

I'm trying to see if I can use cli-menu to build a simple table/grid with rows and columns, similar to a spreadsheet. I realize this was not the intent of...

Thanks for keeping php-excel maintained over the years. I'm running into a segfault when extending the ExcelBook class where that class has a __set() method. I first thought this was...