Bruce Pieterse

Results 25 comments of Bruce Pieterse

@fbc I'm not sure if you figured this out yet, but see https://github.com/tabuna/breadcrumbs/issues/10#issuecomment-732791991. In your case, the `BillController::index` method should look like: ```php public function index(Project $project) { ... }...

I had this problem as well. For the route URI you need to set the parameter to match the second argument of the breadcrumbs function: ```php Route::get('admin/chambers/{chamber}', ...) ``` instead...

Just to add more information to this issue. I've noticed that Pomodoro can run for either one, two or three Pomodoro cycles and will randomly stop either when a Pomodoro...

So I've managed to get the try icon working again by killing the gnome-pomodoro process when the tray icon becomes unresponsive with: kill -SIGHUP \`pidof gnome-pomodoro\` From what I can...

@kominoshja I've set mine up the same way. Every repo over different namespaces has the web hook enabled, but you will always have to subscribe to the repo (`/gitlab subscribe...

I use PHP Linter with PHP CS & PHP MD. This file triggers this specific problem all the time. Hopefully this can help you identify the problem and fix it....

I know this issue is old, but are still having this issue :stuck_out_tongue: or can this issue be closed?

Could you try Redmine 4.0.x with the plugin from https://github.com/octoquad/redmine_email_fetcher and let me know if you still have the problem? I realize, that moving from Redmine 2.6.3 to 4.0.2 might...

Hi, Hopefully you resolved this issue by now :). If you no longer have this problem, please consider closing this issue.

Hi, I know this issue is old, but are you still having this problem? If not, please could kindly close this issue. Thanks