Jeff Norris

Results 21 comments of Jeff Norris

Just trying your app now. I see alarm audio options in general options (and can play/hear them there), but they don't sound on finish ... so not yet ready or...

Thank you. It's a pretty basic Surface Go: System Information report written at: 08/24/20 12:22:47 System Name: CRAW-DADDY-GO [System Summary] Item Value OS Name Microsoft Windows 10 Home Version 10.0.19041...

I use the service extensively (typically http identification) and have not had this issue. Do you see the problem right out of the box (base laravel +tenancy) ... ?

Oh I see this is a different use case since I am using model affect (1 db), NOT connection. Sorry for confusion!

It was in my template.empty, e.g., ``` hits({ // ... templates: { empty(results, { html }) { return html``; }, }, }); ```

Also FWIW `Illuminate\Contracts\Validation\Rule` is being [deprecated](https://github.com/laravel/framework/blob/10.x/src/Illuminate/Contracts/Validation/Rule.php) in favor of `Illuminate\Contracts\Validation\ValidationRule`

If you update `test_it_fails_for_an_invalid_url` in [EmbeddableUrlTest.php](https://github.com/BenSampo/laravel-embed/blob/master/tests/Rules/EmbeddableUrlTest.php) like so, your test will fail ``` public function test_it_fails_for_an_invalid_url() { $this->assertFalse( (new EmbeddableUrl) ->passes('', '[xyz]') ); } ```

Well, I assume you are referring to v2.3.0-beta2 for testing L11 ... ? Update to `src/Identification/Http/Providers/IdentificationProvider.php` from `$this->app->extend(Kernel::class ...` to `$this->app->afterResolving(Kernel::class ...` has broken the resolver there.

v11.4.0: ``` sail composer info brick/math 0.11.0 Arbitrary-precision arithmetic library carbonphp/carbon-doctrine-types 3.2.0 Types to use Carbon in Doctrine dflydev/dot-access-data v3.0.2 Given a deep data structure, access data by dot notation....