Tortue Torche

Results 18 issues of Tortue Torche

_NOTE: This big pull request will be eventually split in multiple pull requests..._ * Add `group_backend` option to mirroring the circle as a group (automatically suffixed by ` Circle`) You...

Hi mincer folks, Since version 3.0, [Sprockets](https://github.com/rails/sprockets) supports [asset manifest](https://github.com/rails/sprockets/blob/v3.3.2/UPGRADING.md#preference-for-asset-manifest-and-links) and the [`link` directives](https://github.com/rails/sprockets/blob/v3.3.2/README.md#the-link-directive). Is anyone interested to implement these new features? More info [here](https://github.com/sstephenson/sprockets/issues/643) at the **Compile Manifests** section.

enhancement
need help

If you update the `Functions::throttle()` [test](https://github.com/Anahkiasen/underscore-php/blob/1.2.3/tests/Types/FunctionsTest.php#L65) like this (replace `sleep(1);` by `sleep(2);`: ``` php public function testCanThrottleFunctions() { $number = 0; $function = Functions::throttle(function () use (&$number) { $number++; },...

Here a use case: ``` php $s = new \Underscore\Types\String('person'); // Success: // echo str_plural((string) $s);// → 'people' // echo str_plural((string) $s);// → 'people' echo $s->plural();// → 'people' // Fails:...

Support also PHP 8.0 🚀

Hi folks, I don't expect this pull request to be merged. It's just for people who want file upload support with jQuery UJS! Borrowed from: https://gist.github.com/zakcrawford/b05b1399208fcb257ff9 See: https://github.com/rails/jquery-ujs/issues/374 Cheers, Tortue...

Hi Ivo, Is it possible to apply boost on Individual fields with the caret (^) notation? Like this sample: ``` json { "multi_match" : { "query" : "this is a...

And update Travis CI to use PHP `8.0` instead of `8.0snapshot`