Adam Weinrich

Results 2 issues of Adam Weinrich

back-link: ch02/index.html#get-started Example shows... proxy->setFilterCaseSensitive(Qt::CaseInsensitive); proxy->setFilterFixedString(QString) Both lines produce errors. should be: proxy->setFilterCaseSensitivity(Qt::CaseInsensitive); setFilterFixedString() line can be removed, its not needed.

My NXRM install is failing. Look like same problem seen in https://github.com/adamsb6/s3_file/issues/114. If so a tertiary dependency is breaking the cookbook recipe? The parsing of S3 license crashes using the...