Santilín

Results 23 comments of Santilín

Vale, ya me voy enterando mejor de cómo va el proyecto y sus metas. Mi interés principal es llegar a programar un corrector gramatical, por lo que todo lo que...

@cosmoscalibur, sí, me gustaría ayudar a la clasificación de lemas. ¿Por dónde empiezo?

Uff, he mirado el proyecto LanguageTool y usa xml y java. Es demasiado para mí, no voy a colaborar en un proyecto con esas tecnologías. Por ahora me interesa más...

@cosmoscalibur Excelente trabajo, muchas gracias. Lo que no termino de entender es por qué separar los nombres en cinco ficheros, cuando en uno solo, con el tag adecuado, se podría...

Has this been implemented yet? It looks like it has not, as when I set \Yii::$container->set(\yii\db\sqlite\QueryBuilder::class, ['class' => \santilin\sqlite\QueryBuilder::class]); the instantiated class is the original `yii\db\sqlite\QueryBuilder`. I was hoping that...

I wonder why this command uses a separate `.distignore` file to ignore files and it doesn't use the `export-ignore` flag in `.gitattributes`. If there has been a discussion first about...

To use the `.gitattributes` the approach is different. In that case, and provided that you have a git repository, you have to use `git archive` witch handles all the exclusions...

Anyway, I would like to argue that it shouldn't be the responsibility of `dist-archive` command to tell if a `.tar.gz` or a `.zip` file should be in the archive, but...

The syntax proposed by @rob006 allows sqlite3 to create foreign keys at the same time that the table, which is the only way to add a foreign key in sqlite3...