Roy Wulms
Roy Wulms
Hi, This PR fixes issue #225
I tried to use this package in combination with Livewire. It works great until my tree has child elements. That's when I get a 502 error for some reason. Strange...
Hi, I don't know if it's a Livewire issue or an issue by this package, but after I updated livewire from 2.5.5 to 2.7.2 the usage of this package in...
For some reason in my application the users needs to follow them self to see their own activities in the timeline. Is this expecting behavior? I thought I read somewhere...
After the latest update, I can't manage to retrieve the feeds? I get ```feed_slug can only contain alphanumeric characters or underscores``` on the notification feed and ```Invalid argument supplied for...
**How can we reproduce this bug?** 1. Open the menu with tribute.showMenuForCollection(input); 3. Select an item 4. Try to remove the item with backspace Also reproducible in the demo https://zurb.github.io/tribute/example/:...
Is it possible to specify a menu depth? Like Menu::get('mainnav')->maxdepth(1) for showing only the top navigation.
When I parse something like this: ``` $startDate = new \DateTime('2022-12-06 00:00:00'); $endDate = new \DateTime('2022-12-08 00:00:00'); new \Recurr\Rule('RRULE:FREQ=WEEKLY;BYDAY=TU', $startDate, $endDate); ``` The collection which returns do have a weekly...
Hi, When you add an attaches field, the finder/explorer opens automatically. But this takes like a second or so before it opens. When in the meantime you click on the...
I would like to retrieve the start and end dates as an array within my system. Currently, the start and end dates are merged into a single string using a...