Michele Della Neve
Michele Della Neve
When running with a configured on demand key no requests are captured. My investigation shows that this is caused because the service provider is only booted on startup of Octane...
I have noticed that `SomeModel::all()->pluck('id');` does not work because the `data_get()` helper function in `Illuminate\Support\Arr` always returns null. I have fixed this by extending the Model class and adding the...
In https://github.com/algolia/scout-extended/blob/db5bd4135c66738b79450d20fc6368a97fc8175e/src/Jobs/UpdateJob.php#L137 a request to delete the object from the search index is sent. One line below is the actual `updateObject` action, which is sent to Algolia. Why is the...
I am usually download git-secret from https://gitsecret.jfrog.io/artifactory/git-secret-apk/latest-stable/main on my alpine based CI/CD job. Since today it can not install the package. Visiting the page in my browser shows a prompt...