Afranio Martins

Results 9 comments of Afranio Martins

I have a dynamic environment variable set outside the dotenv and replacing this variable would be interesting. example: ```bash # .env SSL_CERT_FILE=${API_PATH}/config/cert/${API_HOST}.pem SSL_KEY_FILE=${API_PATH}/config/cert/${API_HOST}.key ``` ```go // Get base path application...

Yes, the phpactor is 100% free and open-source, the performance is similar, the intelephense is not 100% free and isn't open-source, phpactor has support to Go to type definition, rename,...

I have same issue, the entities have a multiple dependencies and circular dependencies, consume 100% CPU. Demonstrating entities: ```csharp public class Team : Entity { // Empty constructor for EF...

PR closed https://github.com/gimler/symfony-rest-edition/pull/59

The dokku (mini-heroku) has this [feature](http://dokku.viewdocs.io/dokku/advanced-usage/persistent-storage/), it is also open-source if it can help. I look forward to version 1.3

[Gitflow](https://github.com/nvie/gitflow) is abandoned, [Gitflow AVH Edition](https://github.com/petervanderdoes/gitflow-avh) should be used, Issue related [#416](https://github.com/git-for-windows/git/issues/416)