AMoktar

Results 14 issues of AMoktar

while uploading via arduino ide works fine with the same leonardo device , I'm getting this error with PlatformIO ``` Linking .pio\build\leonardo\firmware.elf Checking size .pio\build\leonardo\firmware.elf Advanced Memory Usage is available...

https://github.com/jeroennoten/Laravel-AdminLTE/blob/2382d0623d33bb37c946c70e4c940371b8b24c25/resources/views/partials/cwrapper/cwrapper-default.blade.php#L22-L25 please add this stack ``` @stack('content') //

enhancement
question

Hello , First, thanks for this great software, I'm really love it , can't work without it recentrly, I was working on a project that's use datatables javascript library. I...

can you add comment column please ? thanks

Hello, I'm very happy with this API, thank you I've successfully using all available function through this api But I need to view and modify the sonoff timer, are there...

enhancement
help wanted

getting this error when installing ``` composer require genealabs/laravel-sign-in-with-apple Using version ^0.6.0 for genealabs/laravel-sign-in-with-apple ./composer.json has been updated Running composer update genealabs/laravel-sign-in-with-apple Loading composer repositories with package information Updating dependencies...

Getting erorr when using ```php // routes/web.php Route::view('/privacy', 'privacy')->name('privacy'); // some blade @if(tongue()->current() == 'en') @lang('text.lang_switch') @endif ``` the error is TypeError ``` vendor\pmochine\laravel-tongue\src\Accent\Accent.php : 81 TypeError str_replace(): Argument #2...

**Describe the bug** translate function doesn't translate the given route ```blade {{ dialect()->translate('home', [ ], 'en') }} ``` it just returns whatever the current url translated Thanks 👍

**Describe the bug** I'm trying to use the configuration `aliases` `config/localization` ```php 'aliases' => [ 'www' => 'ar', ], ``` I've also enabled `ar` in the `supportedLocales` list the issue...

### Describe the bug Overriding default active menu behavior is not working properly menu tree ```php [ 'text' => 'pages', 'url' => 'admin/pages', 'submenu' => [ [ 'text' => 'review',...

bug