Niklas Wolf

Results 31 comments of Niklas Wolf

Does anybody have a good workaround or ideas for this? This seems like a pretty major issue for users that install the app as PWA. A real "bad" workaround could...

Had a conversation with @elkmod about this recently, apparently this field should be deprecated in the API, as it's not used anymore or wasn't used at all. So this field...

To add to this: Right now the PWA doesn't have any other way to detect if the customer/user is logged in, so this API call is done every time. If...

@meeshoogendoorn of course you can do it like you described, should be perfectly fine 😊 The benefit I see in doing it inside nuxt is that you do not have...

I'd love to remove the code duplication, I just did not want to introduce such a big change (add build step) without having your opinion on that. But as you're...

What do you think about the export format? I don't see any value in making a commonJS export, as this will never be run on node alone. A export for...

No, unfortunately I didn't find a solution :/

Seeing the exact same issue here, macos 10.14.5 with docker-sync (native_osx)

@kingschnulli not entirely in my case. As I described I have to switch order, the sortings are added to the criteria. Only after that it works correctly. This only occurs,...

@harlan-zw ahh I didn't know about `injectHead`. As I understand it this gives access to the current head-instance 😊 Thanks for the explanation and your work on this 👍