José Joaquín Atria

Results 22 issues of José Joaquín Atria

If the config specifies a body, do not generate one for that item

Take a simple document like this one: ``` FORMAT: 1A HOST: https://cold.pizza # Some API # Root [POST /foo] + Request (application/xml) + Attributes (foo) + Body something + Response...

* Mojolicious version: 9.22 * Perl version: 5.34.0 * Operating system: Ubuntu 18.04.6 LTS ### Steps to reproduce the behavior The following works as expected: ``` perl use Mojo::DOM; my...

While trying to bind into [the following C function](https://github.com/libfann/fann/blob/a3cd24e528d6a865915a4fed6e8fac164ff8bfdc/src/include/fann_train.h#L334-L337) ([link to implementation](https://github.com/libfann/fann/blob/a3cd24e528d6a865915a4fed6e8fac164ff8bfdc/src/fann_train_data.c#L795-L810)) ``` c FANN_EXTERNAL struct fann_train_data *FANN_API fann_create_train_from_callback( unsigned int num_data, unsigned int num_input, unsigned int num_output, void(FANN_API *user_function)(unsigned...

Praat is very strict about the data it handles, and will often refuse to open an object that is corrupt: if a string is expected and a number is found,...

Is there any reason to limit the number of accessible object attributes to the ones listed [in the manual](http://www.fon.hum.uva.nl/praat/manual/Formulas_7__Attributes_of_objects.html)? It seems to me that in that list there is at...

When writing procedures, I often find it useful to differentiate between procedures for internal use, and procedures for general use. Taking a hint from Perl and others, I like to...

enhancement

Currently (6.0.15), inline comments (marked by `;`) in lines with command names are interpreted to be part of the command name: ``` praat Create TextGrid: 0, 1, "tier", "" ;...

I've been trying to write [a script](https://gitlab.com/cpran/plugin_strutils/blob/master/scripts/recursive_file_list_full_path.praat) to make lists of all files and directories under a given path. I've been doing that using recursive calls to script files (with...

bug
linux

With a sample script like: ``` form Test... real Number 1 endform ``` hitting "Run" will open a dialog box. Clicking "OK" will apply the changes and dismiss the box....