Jump to content

remybach

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by remybach

  1. I too would love for this feature to be added.

     

    Wouldn't it be pretty easy hide the implementation behind a check whether node is installed (a feature flag, if you will)?

     

    For example, in bash, I use this function to check whether something is installed:

    function probe {
      if hash $1 2>/dev/null; then
        echo "it doesn't exist"
      else
        echo "it does exist"
      fi
    }
    

    For example, this is what I get:

     

    1391950659.png

  2. I'm not 100% sure whether this qualifies as a bug rather than a feature request, but this seems the best place to post about it:

     

    When using the file filter input in a workflow, it would be super handy to have it show previews and file info the way it does in the file navigator like this:

     

    file_navigation.jpg

     

    Also, if animated gifs could actually animate in the preview as well, that would be *amazing*!

×
×
  • Create New...