Mark Ivanowich
Mark Ivanowich
Enjoying it so far. Can't wait to see what it can do once it's v1! My only concern at the moment is in file uploads. I'm not familiar with UploadCare;...
MySQL modes dictate how the server should respond to missing or invalid values in queries. For instance, `NO_ZERO_IN_DATE` will return **a warning** if someone enters the date `2021-05-00`. It's not...
Correct, keeping set to true is a good idea. Making sure queries are valid is the best approach, no matter what database engine or version the end user picks.
``` vagrant@homestead:~/code/officelife$ mysql -V mysql Ver 15.1 Distrib 10.5.6-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2 ```
How about yourself? What version are you running? You could just reduce this down to an installation note? ``` Some versions of MySQL server and MariaDB apply different SQL modes....
Give a little more context here, 'my solution'? Are you thinking of generating the audio file for further use, but not creating a download link?
@geirman,Have you investigated with saving blobs into your database? It may be useful to downsample the recording, or convert to mp3 to save some space. I'd expect encrypting a WAV...
Been interested in mouse key control for a while, I'm glad that it's in a working state. Pushed it to my Infinity 60%, and I have it working for mouse...
Is the entirety of a video being stored in memory? Wouldn't a temporary hard storage location be a better use of memory? There are many ways we could combat this:...