Sergiobop

Results 18 comments of Sergiobop

@itsgoingd Should we use @petecoop approach to avoid this?

Hey @JustSteveKing , thank you for your response. Yes, i still have the issue

Use https://github.com/PHP-Open-Source-Saver/jwt-auth It's forked and being maintained right now.

Hi @jbrooksuk , i'm using pgsql driver. The config is the default: ``` 'pgsql' => [ 'driver' => 'pgsql', 'url' => env('DATABASE_URL'), 'host' => env('DB_HOST', '127.0.0.1'), 'port' => env('DB_PORT', '5432'),...

This one is still appearing @werthdavid. I had to downgrade to 1.13.2 ``` core.mjs:6485 ERROR TypeError: (kjua_svg__WEBPACK_IMPORTED_MODULE_0___namespace_cache || (intermediate value)(intermediate value)) is not a function at NgxKjuaComponent.get template [as template]...

Is the bug fixed with this one @werthdavid @delyethan ? https://github.com/werthdavid/ngx-kjua/pull/60 If that's the case we can close this one and https://github.com/werthdavid/ngx-kjua/issues/53 (Also do a release?) BIG THANKS for your...

Hey @jonkoops Option 1: `import L from 'leaflet'` My IDE and app complains: ``` Module '"..../node_modules/@types/leaflet/index"' has no default export. ``` Option 2: `import 'leaflet';` My IDE and app complains...

There are multiple style errors, caused by conflicts with the styles of the standard mat-datepicker. I can reproduce them easily when i have a datetime picker and a standard datepicker...

What if we want to customize the tooltip on the doughnut charts (for example) adding a % calculation but not on every other chart type? How can we achieve that...

Thanks @LeeLenaleee , maybe we should add this info to the migration guide from 3.x