You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just got Ray, and I'm surprised to see how unstable it is in the current version
Something like this simpply freezes Ray
$missing = [];
Posts::query()
->whereHasExternalLink(1)
->orderBy('externalLink')
->each(function (Post $post) use (&$missing) {
$host = parse_url($recipe->sourceUrl, PHP_URL_HOST);
ray($host);
// Check if the key exists in the array
if (array_key_exists($host, $missing)) {
// Increment the count
$missing[$host]++;
} else {
// Initialize the count if the key does not exist
$missing[$host] = 1;
}
});
there is about 8000 records, but still
also if you resize the window, the icons in the window bar does not get moved
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I just got Ray, and I'm surprised to see how unstable it is in the current version
Something like this simpply freezes Ray
there is about 8000 records, but still
also if you resize the window, the icons in the window bar does not get moved
The windows iscmpletly frozen
Beta Was this translation helpful? Give feedback.
All reactions