Kevin Yarmak

Results 22 comments of Kevin Yarmak

If we're aiming at a PHP solution, we could read `$_SERVER['HTTP_REFERER']` and parse it using a similar regular expression, then add a `selected` to the option to select. We could...

I believe at the very least the error message should mention the existence of the `--force` flag. I can see the use case of people creating a blank directory then...

+1, this would make it easier to implement the repository and decorator patterns. While this NFR is asking for this to be implemented on the [DI service container](https://github.com/phalcon/cphalcon/blob/master/phalcon/di/service.zep). I'd also...

+1, I think this is a great feature to implement as beanstalkd is rolled out of cphalcon. It opens up doors to things like Laravel Horizon. Doing a swap from...

This isn't a Wamp issue. This is sub directory issue. If you're going to be developing on Wamp, you should make yourself familiar with the `C:\wamp\bin\apache\apache2.4.9\conf\httpd.conf` file. (or whatever version...

I can implement this. I use reddit a lot and understand how this would work. Having worked with hierarchy data in the past, I believe incubator's NestedSet is a good...

This hasn't seen any activity, mind assigning it to me?

I'm thinking some sort of "put all your assets here" and "run this script to deploy your assets", keeping things like webpack (node.js) in mind.

But otherwise, I'm thinking the current phanbook structure could be simplified a lot if the assets were stored in the `/public/` directory. I'd like to get rid of the two...

Does this mean you want to keep the current double .htaccess structure, or can we simplify it to use only one? I'm thinking have below web root unbundled assets, and...