Re: [Interest] Qt 5.13 QtWebEngine GN Error

2019-04-28 Thread Oliver Niebuhr
Alright. After constantly running into QTBUG-65677 with too long Path Names (funny enough reported by me 15 Months ago already, still P2 and Open. And a lot of other People obviously keep running into this Issue, so I really hope this will get fixed in Qt 6 as it seems this needs a bigger build sys

Re: [Interest] QML preprocessing

2019-04-28 Thread Roland Hughes
On 4/28/19 5:14 PM, Konstantin Tokarev wrote: 28.04.2019, 21:27, "Roland Hughes" : On 4/28/2019 11:31 AM, Konstantin Tokarev wrote:  28.04.2019, 19:15, "Roland Hughes" :  If you are worried about a sensitive value being memory dumped because  of a completely insecure scripted language, th

Re: [Interest] QML preprocessing

2019-04-28 Thread Konstantin Tokarev
28.04.2019, 21:27, "Roland Hughes" : > On 4/28/2019 11:31 AM, Konstantin Tokarev wrote: >>  28.04.2019, 19:15, "Roland Hughes" : >>>  If you are worried about a sensitive value being memory dumped because >>>  of a completely insecure scripted language, then don't do it there. >>  If some data is

Re: [Interest] QML preprocessing

2019-04-28 Thread Roland Hughes
On 4/28/2019 11:31 AM, Konstantin Tokarev wrote: 28.04.2019, 19:15, "Roland Hughes" : If you are worried about a sensitive value being memory dumped because of a completely insecure scripted language, then don't do it there. If some data is copied to memory it can be dumped from there, no matt

Re: [Interest] QML preprocessing

2019-04-28 Thread Konstantin Tokarev
28.04.2019, 19:15, "Roland Hughes" : > If you are worried about a sensitive value being memory dumped because > of a completely insecure scripted language, then don't do it there. If some data is copied to memory it can be dumped from there, no matter what language are you using. There are no "s

Re: [Interest] QML preprocessing

2019-04-28 Thread Roland Hughes
Alexander, Having read a bit more in this thread it appears your problem isn't syntactic, it's architectural. Nothing sensitive should ever be done in a scripted language, period. If you are worried about a sensitive value being memory dumped because of a completely insecure scripted languag

Re: [Interest] QML preprocessing

2019-04-28 Thread Roland Hughes
Alexander, You have brought up yet another of the limitless reasons QML and JavaScript shouldn't be used for any production system. Pull down this zip file. http://www.logikalsolutions.com/wordpress/wp-content/uploads/2016/07/SerialKeypad.zip (It's discussed in the "Raspberry Qt" post series