Simon Svensson

Results 22 comments of Simon Svensson

This should probably be a language-specific change in the [langSpecificCharsArray](https://github.com/andrey-helldar/Stringy/blob/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e/src/Stringy.php#L1859). I also believe you forgot to change the capital version of the letter; Х.

@staudenmeir That sounds like you decided to define "current versions" as "newest versions". However, all versions of database engines that _Laravel_ supports does not have native json support. And are...

... why does GitHub automatically load new posts, but not edits ... Anyhow, this sounds doable if we're just talking about querying. A join can be on any criteria, so...

Both builders use the BuildsQueries trait, so we can possibly also expose these methods in the interface. Anyhow, are we sure that the signatures of all the methods are identical?...

There's lots to do except those two methods you mentioned; Model::getKeysForSaveQuery and Model::getKeyForSaveQuery. Modifying the type of the primaryKey will change the accepted types for Model::getKeyName and Model::setKeyName. So, we...

I like the idea of having discussions or work logged in something persisted as GitHub, but you'll probably get better discussions on Discord (https://discordapp.com/invite/mPZNm7A) or Slack (https://larachat.co/register). I'm not sure...

Using systemd for multiple workers quickly becomes weird. You cannot list them in the queue parameter as suggested, this just adds more queues to the responsibility of a single worker...

@alexbowers There are many more ways to dispatch jobs, the most relevant one would be `Queue::bulk($arrayOfJobs, $data, $queue);`

@alexbowers Kind of. Does the api docs count? The contract got the bulk method in Laravel 5.4, but the implementation has supported it [since Laravel 4.0.7](https://github.com/laravel/framework/commit/986ee876adcb19c07915ca3ebb8ce4ac641a984e). The base Queue class...

I've filed an issue with react-php-v8js to issue another release with the fixes. https://github.com/reactjs/react-php-v8js/issues/21