Kevin Bond

Results 589 comments of Kevin Bond

Here's sort of what I'm thinking (for task definitions from db): 1. `Model\TaskDefinition` interface with method `createTask(): Task`. 2. `Model\TaskDefinitionRepository` interface with method `findTaskDefinitions(): array`. 3. Abstract (MappedSuperclass) `Model\BaseTaskDefinition` with...

I think I understand and I believe this is similar to #6. Some possible solutions: 1. Can you play with the schedule at all to ensure they are all offset...

Ok, probably just start with the same api as api-platform uses (pass array or json string).

Hello, you need to [setup your production server](https://github.com/zenstruck/schedule-bundle/blob/master/doc/run-schedule.md) to run the `schedule:run` command every minute (cron job).

Oh, you're using Symfony Cloud? I've never actually tested or seen it being used with this bundle in the wild so this will be a learning experience. I'm seeing my...

Does your `TableComponent `have `$headers`/`$data` properties (I should show this in the docs).

I'll update the docs to clarify as you describe. FYI, the `mount()` method isn't strictly required. A public property (or property accessible via `symfony/property-access`) would work as well. Properties that...

> F) [CHANGE] getComponentName() -> getName() I think it's likely a user could have a "name" property.

@dbrekelmans, minus the annotations, that's exactly what we've been discussing in #106. I only just learned about `registerAttributeForAutoconfiguration` so I'm going to adapt that PR to use.