Anton Jungwirth
Anton Jungwirth
Thank you! The **installation of [rsthemes ](https://www.garrickadenbuie.com/project/rsthemes/) solved the issue**. I can now choose "Night Owl {rsthemes}" in the _editor theme_ settings. I don't know why the other way didn't...
One issue we discovered with push notification on iOS PWA is that it is very difficult to **send notifications to specific users**. Instead "Interest" (similar to broadcast or category based)...
> When you get device token on swift code, you should send it to web view. So, pwa knows the token so your pwa can send it to server(backend). You...
> > > When you get device token on swift code, you should send it to web view. So, pwa knows the token so your pwa can send it to...
Another, further improvement to this would be to display ALL following mask characters of the placeholder during typing. E.g. `mask('00.00.0000', { placeholder: "__.__.____" });` Expected on typing: `30.12.____` Current behaviour:...
Same problem here. If you edit the PHPWord template with LibreOffice 5, the whitespaces are missing between the PHPWord template variables after generating the docx file.
Thanks for the quick fix! Unfortunately I couldn't try it yet because I installed the library with Google Colab. So I have to set everything up on my local machine,...
Thank you @tgaddair, I did not know about this awesome command :) With using the fixed version the error "hd5 is not supported..." does not show up anymore 👍 However...
Anyone figured out how to reuse the _access_token_ or a similar solution like that one from @daverdalas without using the _refresh_token_ directly?