Johannes Kinast

Results 11 comments of Johannes Kinast

I run into the same issue. It's explained here: https://github.com/SherClockHolmes/webpush-go/issues/23#issuecomment-479562884 It's possible to set the automatic Padding to 3052 bytes in WebPush: https://github.com/web-push-libs/web-push-php#how-can-i-disable-or-customize-automatic-padding It could be added here: https://github.com/laravel-notification-channels/webpush/blob/c8778dff651bb0050a10063ec0a19e597d476338/src/WebPushServiceProvider.php#L33 But...

I use Litepicker a lot: https://litepicker.com/

Nova 4 uses Vue 3 with Inertia.js: https://nova.laravel.com/docs/4.0/upgrade.html#updating-custom-tool-cards-fields-filters I tried to upgrade the package: https://github.com/goaround/nova-items-field Looks good, no errors, but the components do not show up... If someone wants to...

_Master data_ --> _Products_ --> _+_ --> _Open Food Facts_ I tried it again, but no barcode will be recognized. The scanner in _Master data_ --> _Products_ --> _Edit product_...

If `qu_factor_purchase_to_stock` is not set, I have to open every new product I've created during a "Quick-Scan" later again. During the "Quick-Scan" the options to create a new product are...

From one day to another, I now get 200+ Webpack polyfill errors in one project. Other projects with Laravel Mix work fine. This is really strange... Edit: I had an...

PR: https://github.com/CastosHQ/Seriously-Simple-Podcasting/pull/592

I run into the same issue. I can't find a way to predefine or set multipleDates. Everything I tried, failed. Even setting multiple dates, e.g. `2021-11-01,2021-11-05` to an input element,...

I found a solution that works for me, too. I forked Litepicker for this reason and added a `dates`option and a method `setMultipleDates`: https://github.com/goaround/Litepicker/commit/908b745efe3ad3372d55e06a41632e87b5108ff2?diff=unified I also published it on npm:...

Seems like the latest USD exchange rates are from 10th January 2022, see `"date": "2022-01-10"` https://api.exchangerate.host/2022-04-29?base=USD seems to work fine.