Andy Hinkle

Results 38 comments of Andy Hinkle

Any movement on this one? I would hate to abandon/main a fork of this package for such a simple thing.

any solution? one year later, unfortunately :)

use `LOG_CHANNEL=daily`. I got it working by installing and configuring arcanedev/log-viewer first (make sure you can get to `/log-viewer/`) before installing this package. Seems to work well. Perhaps the documentation...

Create a middleware as described here: https://github.com/JosephSilber/page-cache#customizing-what-to-cache

Love this. Nice work! What are your thoughts on providing an option to encapsulate all preventive commands throughout the framework? ```php // All public function boot(): void { FreshCommand::preventFromRunning(); RefreshCommand::preventFromRunning();...

What errors are you getting?

ha, darn how unfortunate. classic Magento changing things up. I'm open to PRs but likely this will be tough because of the authenticators and the tokens. In this package, they...

Workaround: ```php ->withMeta([ 'value' => $this->weight ?? 1, ]); ``` ```php Number::make('Weight')->min(0)->max(10)->step(0.01) ->withMeta([ 'value' => $this->weight ?? 1, ]) ->rules('required') ```

Guessing you mean the Android Emulator - I'm also receiving this error. I upgraded `@react-native-google-signin/google-signin` to `v10.0.1` and I'm still encountering the `A non-recoverable sign-in failure occurred` message. I haven't...