Steve Bauman

Results 406 comments of Steve Bauman

Closing due to inactivity.

Completed in [v3](https://github.com/DirectoryTree/LdapRecord/tree/v3.0) branch.

Can be done now via `Relation::resolveModelsUsing(fn () => ...)`.

@adiramardiani Sort of: 1. I duplicated the activity log migrations with a new table name (`workflow_activity_log`) 2. Created a new model that extends this packages `Activity` model 3. Created a...

@adiramardiani No unfortunately. The `ActivityLogger` class is hardcoded here in the trait and is surrounded by a lot of logic: https://github.com/spatie/laravel-activitylog/blob/5f7e01865b2be12259c4c38a2c48796411ddd0c7/src/Traits/LogsActivity.php#L78-L82 You could override the method it's defined in, but...

@simple-hacker Can confirm this is indeed an issue, as the `WorkflowEventSubscriber` doesn't differentiate between non-Venture workflow steps and regular queued jobs, which means it will always unserialize all queued jobs...

I was able to resolve this in my own Vue app by storing the previous value of `isFullscreen` and simply setting my local value to `false` if the previous value...

This may be the ticket: https://www.npmjs.com/package/dom-to-svg