nadar

Results 27 issues of nadar

Ensure if a block group has been deleted, but import is done in a later stage of the project, the is_deleted state should switch again from 1 to 0.

bug:research
prio: high

I am far from being a Laravel or Vercel expert, but it looks like the current Laravel example app is missing a few things when it comes to deploying the...

From time to time sentry logs this error: `Unsupported operand types: int + string` Stacktrace: ``` $payload = $this->redis->hget("$this->channel.messages", $id); list($ttr, $message) = explode(';', $payload, 2); $this->redis->zadd("$this->channel.reserved", time() + $ttr,...

type:bug

I use the latest version [email protected] and it seems that curl only works with node 18, not 20 and 22 which are available (and enabled by default) on vercel.

Hi everyone Does cronjobs work with the php runtime? I tested a few things, but it seems not to work. Can anyone confirm this or is there a workaround? I...

i again get the error > MongoDB\Driver\Cursor::getId(): The method "MongoDB\Driver\Cursor::getId" will no longer return a "MongoDB\Driver\CursorId" instance in the future. Pass "true" as argument to change to the new behavior...