Brandon

Results 197 comments of Brandon

Sorry for a lack of reply on this but I hope you figured it out. I'm confident this isn't an issue directly related to Poet. 😦

Is Navi actually having this class get passed to `$item->classes` or is `$item->active` just mistakenly `true`? If it's the first, I might have to change how the [attribute map](https://github.com/Log1x/navi/blob/master/src/MenuBuilder.php#L12-L34) works...

By the looks of things, the issue comes from [here](https://github.com/cerebrate/wabash/blob/master/DaemonManager.cs#L197). Would it be destructive to change ``` default: // error, unknown, or garbled message try { this.wabashd.Kill () ; }...

Feel free to start up a PR for this.

This will require making a `php` export mode.

Not at all. Not sure why that would be happening honestly.

My Mix file looks somewhat like this now... ```js const mix = require('laravel-mix'); const ImageminPlugin = require('imagemin-webpack-plugin').default; /* |-------------------------------------------------------------------------- | Mix Asset Management |-------------------------------------------------------------------------- | | Mix provides a clean,...

I don't have a solution for this inside of the package but take a look at https://gist.github.com/Log1x/35f3f1f20e430d6a36a0c2e8e8f13ffc if you want to manually add form validation. It also includes an example...

I haven't used this plugin in a long time so I'll have to trust that this works as intended. Did you test in Chrome? It seems like a simple change...

https://github.com/camya/filament-title-with-slug/pull/24