Michael T. Babcock

Results 11 comments of Michael T. Babcock

I had a similar problem I couldn't identify and wrote a patch to let systemd restart nullmailer if it stops responding. See merge request.

Note: I removed the "AUTH EXTERNAL" patch so it can be dealt with elsewhere.

I'm doing something like this myself in another project and was about to suggest it: cmd = "ffprobe -v quiet -print_format json -show_streams" args = shlex.split(cmd) args.append(info.FILENAME) ffprobeOutput = subprocess.check_output(args).decode('utf-8')...

> Same issue here; I know the workaround is to aggregate results post-query (and I did that). However, it's still the DBMS' job ! Agreed, I wrote my own aggregation...

I have a loop I use with my current DAO to search N fields for M terms -- doing this with objectbox seems impossible at the moment and something like...

This would greatly simplify some work I'm doing -- I'd love to just download a fully built MDB file to the app, or some intermediary format that can be "automatically"...

As to encrypting individual fields: @EncryptedField String CCNumber; results in CCNumber's data being stored encrypted in the back-end and not being searchable. Now as far as that goes, it can...

It also doesn't check for libpng or libjpeg.

I'm watching the database populate for the first time and I'm wishing I could code an inotify updater for it. Would be a great feature for sure!

There's no reason to believe that archiving compressed video would save space in this way. The best way to save space with compressed video is to use a better codec...