David M. Lemcoe Jr.

Results 6 comments of David M. Lemcoe Jr.

The solution I found had nothing to do with Laravel-auditing, rather, my User was never making into the middleware. I was using Sanctum/Airlock and the API requests were not being...

The `$request` is passed into your Middleware's `handle()` function. You can dump the User like this: ``` public function handle($request, Closure $next) { dd($request->user()); } ``` If you get a...

I didn't report it earlier because I don't like reporting bugs that affect semi-obscure features - I know that CSV importing is not a feature used by the entire community....

Not sure - I'm using Nightly 05f9533860, which would lead me to believe I'm using the latest. ![image](https://cloud.githubusercontent.com/assets/1221004/10269874/26ab0d88-6ab0-11e5-928d-e14106d79077.png)

``` Oct 4 13:04:22 lemcoe Sequel Pro[7383]: BUG in libdispatch client: kevent[EVFILT_MEMORYSTATUS] add: "Operation not supported" - 0x2d Oct 4 13:02:01 lemcoe Sequel Pro[7185]: *** Assertion failure in -[SPDataStorage cellPreviewAtRow:column:previewLength:],...

So, on a scale from 1 to 10, how frivolous did my Issue Submission make me look? 10 being "Oh I forgot to plug it in" and 1 being "Swift...