José Joaquín Atria

Results 53 comments of José Joaquín Atria

> @jjatria built a config parser that understands the config file FWIW, https://metacpan.org/pod/Config::AWS is probably the one to use. AWS::CLI::Config was inherited by me, and my plan is to make...

Help page is also missing on KlattTable objects: ``` Create KlattTable example KlattTable help ```

I cannot reproduce this on my machine (Kubuntu 15.10 32-bit with Praat 6.0.16). What version of Praat are you using? What operating system? This command seems to have been added...

I don't know if I can be much help with Windows, really. Does the problem _not_ exist with sounds _shorter_ than 15 minutes?

Is tiling a possibility? If shorter files work, you could extract smaller parts of the sound file and generate PNG files for those, and then tile them together using a...

So far it has been easy enough to separate hashes used in comments from those as array sigils, because the first one should have nothing but optional whitespace before. If...

You know where I stand on ... _special_ characters in command names, so no: I'm totally for disallowing `!` (and `;` and many other characters) from command names. Disallow away!...

Hmmm... that's true. I don't think that can be fixed, at least not on broken lines. It would still be useful in other contexts, though, but less so, I guess.

Further weirdness. It turns out that assigning the ID of a newly created object makes printing come back, but nothing gets printed if the ID is not assigned to anything....

The return value of `writeInfoLine` etc. are in general quite meaningless, because they always return `1`. But they do so as far as they succeeded (or am I getting this...