Kirk Bushell

Results 30 issues of Kirk Bushell

Not sure if you're updating this anymore - but the bundle API has been down for some time, so the instructions for installation need to be updated, simply by changing...

I currently have a use-case where I have an api.domain not /api setup. And I do not want to have to open up my entire application just to support the...

I'm looking for a software solution to detect lines in an image. OpenCV supports this, and seems this is an extension of that library. Is this supported and I'm just...

We have a role system whereby denial is always more important than an allow. 1. A user can be assigned to many roles 2. Each role has a number of...

This results in database errors when strict mode is enabled (for example, '' is an invalid value for a boolean field). This happens when getGenerator in Base.php is working with...

Have tabWidth set to 4, and useTabs to true, these appear to be ignored and is for some reason applying a tab width of 2.

I checked this out - your article is awesome, btw! And I found the planet has these random lines through it which breaks the immersion. How much one fix this?

**Is your feature request related to a problem? Please describe.** The error messages are always "Value is required" or "Value is not an email". Considering how vuelidate is configured and...

Not sure why it's a json field type when json isn't being provided, but the default migration for the tags, specifies both name and slug as JSON fields. This might...

I have a "multi-tenant" game application, and instead of having to store the accessed account in the URL, I want it to be part of the JWT token payload. So,...