John F

Results 19 comments of John F

> Hi @RJFares, Are you referring to Downloadable fonts? https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts.html @medyo yea that's the one. Basically to be able to use fonts without having them inside assets. Any workaround would...

@dwightwatson I may have run into a similar issue: Try this: ``` Route::get('/test/{id}', function ($id) { return json_encode(is_active(\route('test', 8))); })->name('test'); ``` Playing around ids 8 and 88. If the route...

> @dwightwatson I may have run into a similar issue: > > Try this: > > ``` > Route::get('/test/{id}', function ($id) { > return json_encode(is_active(\route('test', 8))); > })->name('test'); > ```...

Hey @ashleyhood, I haven't thought of a scenario that requires this, but I have something on my to-do list, which is sticky notifications: notifications that don't fade out until canceled....

My line of work changed and my focus is currently on something else for the moment. I'm open for PRs until I'm able to do it myself.

@mfn You're right, the -dev version fixed it. I won't mark it as resolved I guess until the dev is merged?

What version of livewire are you on? Livewire released an update which broke integration with this library (anything above 2.3.8). Test with 2.3.8 and check until the issue is resolved....

i faced a similar problem... subwheres are not helpful in complex queries, which anyone will have to encounter at some point. In SQL it's easy to just add a parenthesis,...