Matias Lespiau

Results 8 comments of Matias Lespiau

I confirm this is also failing in 0.9.3.

I agree, we should nevertheless, remove the DEMO access level and create the DEMO role, which can be renamed to some other Role name that better reflects it's purpose or...

Hi @sabak95, thanks for submitting this feature requests. I have a few questions regarding your request: What does customizable pipeline means to you? What is the purpose of commenting on...

Hi, The approach I have in mind (and which [I'm willing to implement](https://github.com/opencats/OpenCATS/issues/136)) is to let each test run in parallel and create it's own data by using the GivenWhenThen...

Hi, I think there are more deprecated functions. Now the code needs php 5.6+ as per composer libraries On Dec 1, 2016 9:08 AM, "Manilal" wrote: > Tried to install...

Hi @libregeek, probably it will be harder than that. You might want to get an idea of the scope by running this tool https://github.com/sstalle/php7cc One of the reasons y wanted...

Related to: https://github.com/opencats/OpenCATS/issues/145

This problem can be fixed by detecting the file type based on [it's magic numbers](https://en.wikipedia.org/wiki/List_of_file_signatures). PHP [file info function](http://php.net/manual/es/function.finfo-file.php) uses libmagic to do this. This seems to be the most...