Results 9 issues of Eugene

No longer an issue. Please delete. Thank you.

This fixes https://github.com/Anjok07/ultimatevocalremovergui/issues/189 (assuming Cython is installed).

Booted into UMS mode, connected USB cable to a laptop and started cloning the eMMC filesystem. In the middle of the process the phone reboots itself. Any ideas why? Version:...

Reproduce: ```php use React\EventLoop\Factory as Loop; use React\Async; use React\Promise\Deferred; $loop = Loop::create(); $deferred = new Deferred; $promise = $deferred->promise(); $loop->addTimer(0.02, function() use($deferred) { $deferred->resolve(); }); $foo = function() use($promise)...

new feature
help wanted

There is no `this` inside the `removeCookie` method when using the composition API (it is used to [call `isCookieAvailable`](https://github.com/anish2690/vue-cookie-next/blob/master/src/VueCookieNext.ts#L178)).

Flexibility is needed as to where exactly the list gets appended to. Having only two options (to the `body` and right after the main element) is not enough. The need...

When using `-n` (dry run) and `--delete-removed` it deletes the objects _**for real**_. Thankfully I had versioning enabled on the bucket so no real data loss occurred. But man, this...

Getting the following error: PHP Fatal error: Call to undefined method PHPTools\Namespacer\FileContentProcessor::convert() in /path/to/PHPTools/library/PHPTools/Namespacer/FileContentProcessor.php on line 66 The class does not have the method convert indeed.

The [`tag`](https://v3.router.vuejs.org/api/#tag) option is ignored by the `RouterLink` mock: link is rendered as the `A` element at all times.