Mat Beard
Mat Beard
Same problem here. Any solution yet?
You can find them here: https://developers.google.com/android/reference/com/google/android/gms/location/LocationRequest Use the constant values, e.g: `{ priority: 100 // equals PRIORITY_HIGH_ACCURACY }`
@WuglyakBolgoink How/where are you adding that? My AndroidManifest.xml already includes ``, but I've still got this issue on my GP3.
@nex3 Apologies for bringing this up again. I've read many threads regarding this issue, but I still have a problem and I don't know if this is due to sass...
I've created a PR to fix this. Can you please merge?
@rkorebrits That works for me! Brilliant. Now I just need to start looking through the HTMLtoOpenXML source to see how I can support more HTML (such as unordered lists, colours,...
@rkorebrits I've been experimenting with inserting HTML into template using your OpenXML parser and it's generally working really well. However, I've now hit a bit of a snag. The documents...
Thanks. I'd forgotten about this issue. It's easily solved by using Laravel's built in queue throttling options.