Tegan Snyder

Results 10 comments of Tegan Snyder

For some reason I had the same issue. When I changed the database location in /etc/iskdaemon/isk-daemon.conf the I got the error about `imageDB : ERROR Error saving image database`. I...

Yes I meant `settings.py`. I did have write access to the location under the current running user. If I encounter it again I will provide a log.

@ricardocabral can you explain how to tweak imgdb params via API ?

Thanks for the reference. I was digging into the source code and noticed these. I need to understand this a bit more before I proceed with experimentation. I was experimenting...

Thanks @ricardocabral i appreciate your input.

I'm running into the same issue on PHP 7.4.20 in docker container running php:7.4-cli-alpine3.13 image.

If you run the `ldd` command against the `pdo_snowflake.so` binary it will tell you what symbols you are missing. For instance im trying this on alpine image and getting: ```...

@brentwpeterson are you running the latest version of this extension?

Sorry guys. I haven't supported this code in some time. I'm guessing this is related to the html2canvas library I'm using. See this thread: https://github.com/niklasvh/html2canvas/issues/95

The way to lock the layout would be to include the code in a Phonegap application using that has UIWebViewBounce turned off. You can try it using Phonegap build and...