Re: [OT] Why I don't use SQL Joins if I can help it

2016-12-27 Thread Richard Gaskin
Maybe the denormalization of document DBs isn't so crazy after all. :) -- Richard Gaskin Fourth World Systems Bob Sneidar wrote: An excerpt from the MySQL 5.7 reference manual. What grabbed my attention was the last part of the Note, "Also, some queries that appeared to work correctly in

[OT] Why I don't use SQL Joins if I can help it

2016-12-27 Thread Bob Sneidar
An excerpt from the MySQL 5.7 reference manual. What grabbed my attention was the last part of the Note, "Also, some queries that appeared to work correctly in older versions (prior to 5.0.12) must be rewritten to comply with the standard." WHAA??? They changed the engine so that joins that

Re: send control-C to a process?

2016-12-27 Thread Phil Davis
Thanks Thierry - "kill " does indeed give me the desired outcome - the audio duration is now displayed in Finder's "Get Info" window (and is also discovered & displayed by other tools like afinfo and mediainfo). I really appreciate your help! Phil Davis On 12/26/16 11:59 PM, Thierry Douez

Re: TS Net for Indy vs Business

2016-12-27 Thread Andre Garzia
Hey, Yes, we found that page as well. The problem is that even though the page lists features available to each license, there is no list of commands and functions per license. For example, it says that public key authentication is only available to business license holders, so we'd assume that

Re: TS Net for Indy vs Business

2016-12-27 Thread Richard Gaskin
Sannyasin Brahmanathaswami wrote: > We need some help. > > We know that we can do SFTP with TS-Net external > > but > > functions that we try to use from an Indy LC return "unlicensed" even > when, the documentation make not indication that they should fail > without the business license. > >

Re: TS Net for Indy vs Business

2016-12-27 Thread Skip Kimpel
I agree but I am also about to launch a product that uses the SFTP functionality and am curious about what feature you are getting that message for so I don't have any surprises. SKIP > On Dec 27, 2016, at 8:58 AM, Sannyasin Brahmanathaswami > wrote: > > Would rather not

Re: Detect scroll activity (when LC is not frontmost)

2016-12-27 Thread Bob Sneidar
If you were able to do this, LC might get flagged as malware. Software that attempts to modify the OS or drivers gets the attention of malware protection pretty quickly. Bob S On Dec 25, 2016, at 07:21 , Paul Dupuis > wrote: Most

Re: TS Net for Indy vs Business

2016-12-27 Thread Sannyasin Brahmanathaswami
Would rather not piece-meal this: For the sake of the product (to keep new developers from cursing LC) Let's get documentation: simple: All commands/methods that will work with Indy and any standalone built with Indy All commands/methods that are business license only + ideally: sample

Re: send control-C to a process?

2016-12-27 Thread Thierry Douez
Hi Phil, Instead of closing your process, try to send a SIGINT or SIGQUIT signal to the child process, eg: kill kill -9 This is just out of my head... HTH Disclaimer: I know nothing about Sox. and happy holidays too, Thierry 2016-12-27 7:50 GMT+01:00 Phil Davis : >