Adam
Adam
Added your fixes and squashed. Thanks @BenBE.
@BenBE Could you add the `hacktoberfest-accepted` label? It takes a few days for it to register and I'd like to get credit for it if you think it's worthy of...
> Also there's the `last_wkey` global I don't quite like. How much work would it take to avoid it? I think the main alternative is to modify `Panel_getCh` and its...
Yes it is possible. If anyone wants to take a shot at this, a similar project https://github.com/reliforp/reli-prof supports ZTS. A good starting point is [here](https://github.com/reliforp/reli-prof/blob/ae904334c36f77af617f532eab4c4f9066fefeb8/src/Lib/PhpProcessReader/PhpGlobalsFinder.php#L112).
Valuable info. Thank you @sj-i !
Hello. You're right there's currently a hard-coded limit. We should make that user-configurable. The particular case you're hitting is [here](https://github.com/adsr/phpspy/blob/0683e578bd8098befa1ee695b706f3b8d4f3a3a3/phpspy_trace.c#L295).
How about something like `--immediate-retry=` where n is the number of times to retry or -1 to retry indefinitely? `-1` could be unsafe as it could peg CPU if memory...
Hi @sewbacca thank you for trying this out. I'm not near my Windows machine but I pushed 94b50829e65c01f2cf8d38921b5b965c9355d077 which is completely untested but may fix your issue. I'll try it...
@sewbacca Hm, that's strange. `TB_OK` should equal zero, so I'm not sure what's happening there. I'll have a closer look next time I'm on a Windows machine.
PR at https://github.com/termbox/termbox2/pull/65 There is some overlap with the existing `tb_cell_buffer` function. @ledinscak in your case you may want to fetch from the front buffer instead as it will contain...