Rob Juurlink
Rob Juurlink
ZE40 R110 returns: - Engine type: `5AQ` - Engine ratio: `607` - Version code: `LTD MF 18RP` - Model code: `X101VE` ```javascript 'vehicleDetails': { 'vin': 'x', 'registrationDate': '2020-06-16', 'firstRegistrationDate': '2020-06-16',...
So what's the fix to have `pyze` working again? Obviously some people digged into the problem.
> > So what's the fix to have `pyze` working again? Obviously some people digged into the problem. > > @kozmoz you don't describe your problem so it might not...
Alright. Missed the new key for Kamereon, but did update the Gigya API key. In summary, this fixed my issue: ``` export KAMEREON_API_KEY="Ae9FDWugRxZQAGm3Sxgk7uJn6Q4CGEA2" export GIGYA_API_KEY="3_e8d4g4SE_Fo8ahyHwwP7ohLGZ79HKNN2T8NjQqoNnk6Epj6ilyYwKdHUyCw3wuxz" ```
> Only the Kammereon key of kozmos worked. So a question to him: how did you get this key? In the third message of this thread. Initially I also missed...
I also wrote a simple workaround to support newlines in texts. Works perfect for my left aligned texts. Basically it makes use of the auto wrapping feature. It adds just...
Hi Leon, Actually I abandoned HTML5ProfileImageUploader, there are better and more active projects available today that do something similar. My personal favorite is http://www.dropzonejs.com http://www.dropzonejs.com/ https://github.com/enyo/dropzone https://github.com/enyo/dropzone Met vriendelijke groet,...
Same issue here. Nice first impression for Fig, not. First reaction; why do I need an account anyway? And after that it doesn't even work. No further explanation, nothing, just...
I'm afraid I have to delve into the code and create a patch to solve this issue myself. 😬
Created a Pull Request to solve this issue. PR #1265