Lukas

Results 6 issues of Lukas

I installed Snipe-Migrations according to the Readme, but running tests that use RefreshDatabase, the package is unable to create a snapshot and populate the database. Instead, I get an error...

Hey, there is a typo in WhoDidIt, it refers to the field "udpated_by" instead of "updated_by". Line 43 ` public function updating(Eloquent $model){ $model->udpated_by = $this->doer(); } `

Fixed typo in WhoDidIt

Hi. There seems to be a strange issue I'm encountering on one of my devices. (moto g60s) When going from a working version with an older version code (let's say...

### Brief description of the issue When RSSGuard is minimized to tray and the computer is locked for a while, the window will open while the computer is locked, showing...

Type-Defect

**Describe the bug** When using a custom validator rule, the validator is not executed when calling revalidateField() on the field that was changed. Here's an example: [Codesandbox.io](https://codesandbox.io/p/sandbox/just-validate-template-forked-cjmpvv?workspaceId=ws_SkpRmwtX7ZCKpfsA2Fr8Co) In this example,...