Serhii Shliakhov
Serhii Shliakhov
### Prerequisites - [x] I'm using latest version: v 0.21.0 - [x] I've checked [Known issues](https://github.com/hovancik/stretchly#known-issues) ### Description When a break starts I don't wait for break end near laptop,...
Lib version 3.3.1 Here is example ``` const { EventStoreDBClient, jsonEvent, START, FORWARDS } = require("@eventstore/db-client") var heapdump = require('heapdump') const client = new EventStoreDBClient( { endpoint: "localhost:2113", }, {...
It will be great to add php8 support(as dependency) https://www.php.net/releases/8.0/en.php
Replace laravel queues to https://github.com/php-enqueue/enqueue-dev to import data in parallel
Here is a code for refactoring https://github.com/matchish/laravel-scout-elasticsearch/blob/c130e18eab7ed51dda176cc177c01c91b575e6bc/src/Jobs/Stages/PullFromSource.php#L50 Now source collection chunked using `forPage` method. But it slow if you have hundreds of thousands records. It will be better to use...
https://github.com/matchish/laravel-scout-elasticsearch/pull/132 Any thoughts?
Update larastan after [this](https://github.com/matchish/laravel-scout-elasticsearch/pull/129#issuecomment-708461355) feature will be part of larastan
Improve https://github.com/matchish/laravel-scout-elasticsearch#working-with-results Add an example
Add test for https://github.com/matchish/laravel-scout-elasticsearch/blob/master/src/Database/Scopes/ChunkScope.php