temuri416
temuri416
Hi. I have a tablet without keyboard and mouse connected. I would like to be able to resize windows by clicking middle scroller mouse button anywhere on that window and...
https://github.com/delight-im/PHP-Auth/blob/master/src/Auth.php#L22 Why is it `final`?
Hi, Would you consider adding multi-date selection support? Thanks!
Hi, Thanks for the great plugin! It would be nice to have an API method that would scroll to either pixel position or element inside scrollable area: ``` js $(scrolledArea).slimScroll().scrollTo($('#el'));...
You can exit the menu by pressing CTRL+C. But in that case the following code does not get called: protected function tearDownTerminal() : void { ... $this->terminal->enableCursor(); } And as...
Something along these lines: $builder = (new CliMenuBuilder) ->addItem('Load Available Options', function (CliMenu $menuItem) { /** * Here I would load available options from DB and add them as $menu's...
Hi, Thanks for the great project - highly appreciated. I need to be able to issue non-blocking REST API calls. Something similar to https://programmerjournal.wordpress.com/2014/01/30/multi-curl-rewrite-project/. It would be great if you...
@mreiferson Hi, Do you plan to update this extension or is it abandoned? Cheers!
Example in recursive-caching-iterator.php crashes on PHP 7.2 with "Array to string conversion" message.
Hi, This commit broke my pthreads: https://github.com/krakjoe/pthreads/commit/de5d8f2c973890187ba23c6f7e7547e99b602fac Happens when more than one task is submitted to the pool. Getting bizarre error as a result - value of application-wide constant `PATH_VENDOR`...