chriz74x

Results 9 issues of chriz74x

I have a situation where my script works perfectly fine when running from project.dev/ while nothing happens when the site is served through localhost:3000/ and the console logs this error:...

I read in the readme that this injects a fake board id for macpro etc, but what about imac 4,1 and 5,1 ?

I have responsive page where I have some bootstrap cards, I am using laravel and it's paginator, so I am adding the page links at the end of my foreach...

sorry disregard this, I was trying to install the 2.0 when upgrading to laravel 6.0 You should mention laravel 6 needs purifier 3 in the installation docs

I am looking at a way to do this but I didn't find a solution. I tried to add this to default to try disable email: `'Attr.IDBlacklistRegexp' => '/^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/',` but...

It just doesn't, example: $table->foreign('user_id')->references('id')->on('users'); should be $table->foreign('user_id')->references('id')->on('users')->onDelete('cascade');

I tried this with a DB that has a blob column in one table, the result was: $table->('post_text')->nullable(); should be: $table->binary('post_text')->nullable();

Could you create an example ? I don't see how this should be used at all.

I tried this on a real c64 with an Action Replay MK5 plugged in. The 80 columns mode gives black screen. Text is black on black background. Moving the cursor...