Mike P. Sinn

Results 41 issues of Mike P. Sinn

I think you're going to have to bump the major version to 3.0.0.

This occurred when running `php artisan resource-file:from-database ModelName --force`

For some reason, my Laravel project always wants to use the `tests` folder as the base path no matter what I do. So I had to use absolute paths with...

I've tried doing it in a listener in my AppServiceProvider like: ``` class AppServiceProvider extends ServiceProvider { public function boot(){ $config = $this->app['config']['tracy']; $enabled = Arr::get($config, 'enabled', true) === true;...

Hi! I was going to update `www/server/panel/install/xdebug.sh` to use the most recent stable xdebug (3.1.1) because 3.0.0 has a number of bugs. However, I don't see the install scripts in...

Maybe not important, but an easy fix. Do you guys use Cloudflare? If so, you could just add a quick redirect rule there. ![image](https://user-images.githubusercontent.com/2808553/116791811-5b599500-aa82-11eb-8ffd-a1c2499dae0c.png)

It would be nice to have a link maybe at the bottom of the home page or project pages that said "Feature Request" that linked to https://github.com/OpenHumans/open-humans/issues or somewhere where...