Nathan Heffley
Nathan Heffley
Could you please explain what domain you tried searching for?
Hey @ejerskov I moved your comment to a new issue. I am not sure the best way to improve the interface, although updating the test does seem like a good...
Is there some kind of documentation you'd like to see? I've been thinking of creating a block using the Block Builder tool that generates the JSON for you and then...
@ejerskov this package is just for sending Slack messages (so no support for modals) so I doubt it will be useful for what you're looking to do.
Did you update your model's `$watermelonAttributes`? ```php class Task extends Model { use SoftDeletes, Watermelon; protected array $watermelonAttributes = [ 'content', 'is_completed', ]; } ```
Ohhh yes I see. Yes if you opened a PR that would be fantastic. Would you also be able to add a feature test where it demonstrates pulling records when...