Iván Yivoff

Avatar
  • Total activity 45
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 6
  • Subscriptions 12
  • Created

    compass support & file watchers?

    I can't get the compass file watcher to work, and I'm having trouble to understand the settings "compass support" & file watchers settings and their relationship. First, from the command line I'm a...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    red highlight shown on apparently random lines

    This code is alright, but for some reason PHPStorm will red-highlight one of my param calls:   Funnily enough, I delete the "offending" line and I get this:   What's going on? It doesn't seem to ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    path not found after chdir

    Is not unusual on PHP to do something like this: chdir(dirname(__DIR__));require 'vendor/autoload.php'; Where the first `chdir` will chdir to the root of the project, so all future includes and req...
    • 4 followers
    • 5 comments
    • 1 vote
  • Created

    find action by shortcut?

    Is there a way to find a particular action from its keyboard shortcut? In my Mac, Shift-F4 will open the current editor tab in a separate window, which is handy when the editor is divided and you'd...
    • 2 followers
    • 1 comment
    • 1 vote
  • Created

    return type inspection and interfaces

    Hi there, I have an interface that declares: interface SystemResponseInterface { /** * @param int $status * @return SystemResponseInterface */ public function setStatusCode($status); } And a clas...
    • 5 followers
    • 7 comments
    • 0 votes
  • Created

    multiple VCS repositories in the same project

    How does one manage commits for different repositories in the same project?I have a Project where the whole project is a git repositories, and in one of the gitignored directories there is a subver...
    • 1 follower
    • 0 comments
    • 4 votes
  • Created

    changelist for deployment

    Hi there,I manage my code with git, but deployment to test and production have to be done by sftp.Commiting/Pushing/Deployment go through completely different rythms, so the chebcox to "deploy on c...
    • 3 followers
    • 5 comments
    • 0 votes
  • Created

    jinja2 code formatting

    It would be nice to have some formatting options for jinja2/html code.The syntax is properly highlighted, but formatting is completely left at the whim of the user, and "reformatting" does nothing....
    • 6 followers
    • 5 comments
    • 2 votes
  • Created

    git weirdness

    Git is behaving a bit weirdly on Pycharm since today.I created a new branch did some work there, and then went back to master. I was going to make a pull from the repository before merging my branc...
    • 2 followers
    • 9 comments
    • 0 votes
  • Created

    gql syntax fail?

    Hi there,I'm still evaluating PyCharm (I just need a tool to learn Python and get into GAE), and I'm a bit confused by this.According to PyCharm the following code snippet is "wrong":But the AppEng...
    • 2 followers
    • 1 comment
    • 0 votes