Alain Schlesser

Results 500 comments of Alain Schlesser

Not yet, I haven't spent much time on it, given I'm focusing on the package restructuring for v2. However, here are some basic goals I'd like to achieve: * OOP-based...

I'd like this to be closer to the project-based generation tools like Laravel's `artisan`, where you can define custom templates for types of objects for your project once and then...

Some sources state that `mime_content_type` is actually deprecated, and we should try to use http://php.net/manual/en/function.finfo-file.php instead. ``` $finfo = finfo_open(FILEINFO_MIME_TYPE); $mime_type = finfo_file($finfo, $filename); finfo_close($finfo); ```

I think we can skip creating the `package.json` file then and show a warning with the `npm` command to run to adapt the file.

Hey @junaidbhura, The GitHub Actions integration looks good. However, I'm hesitant to rely on your Docker images. I trust that you are serious about maintaining these, but in this case...

Oh, sorry about the closing, that was me hitting a button by accident. So, given the above reasoning, are you interested in helping me establish a more canonical version of...

No, those do not exist yet, so we'd have to create them first.

The main issue we're facing with this is that we'll also have to update the PHP minimum requirement for the tests to 5.4+. When I last tested, the new infrastructure...

@gziolo No, but that would be a good addition. I'll create an issue for that.

@pioneerskies I just tried, as I thought it would be a simple matter of adding an authorized `--user=` to the request, but It seems to always fail because of a...