Giter Site home page Giter Site logo

forrest's Issues

create linux executable

This includes:

  • modifying the root package.json to include several build tasks
  • modifying release.js to read out env variable and build for targets
  • if no specific target was set via env variable all available targets should be created ( Promise.all )

I created a linux distribution already by making following changes.

function build () {
  require( '../config' ).getPackConfig( ( error, config ) => {
    builder.build( {
      targets     : Platform.LINUX.createTarget(),
      devMetadata : {
        build : config.build
      }
    } )
      .then( () => {
        console.log( 'Build(s) successful!' );
        console.log( 'DONE\n' );
      } )
      .catch( error => {
        console.error( error );
      } );
  } );
}

Help would be great here. :) .cc @kaesetoast

Add forrest to brew/cask?

Title pretty much says it : )

I could look into this myself (never done it, but am eager to learn how).

Feature: Collapsable script dividers in project view

With script dividers I mean those rows labelled with »Default commands« and »Customs scripts«.

It would be cool, if I could collapse the default commands. So I wouldn’t need to scroll all the way down to reach my customs scripts 😘

Can’t add projects

I can’t add a project having a package.json containing npm scripts.

forrest

I downloaded the latest release: Forrest-1.0.0-delta-mac.zip

Using Mac OS X 10.11.6

:sad_panda:

Restore window size

Not entirely sure if it is possible to do that but currently when reopening forrest the window dimensions are always the same.

It would be nice if it would remember that I made the window bigger last time.

Can’t »close« a certain custom script

There is one custom script where the close button don’t work:
forrest

It’s start:dev. All other are working propely.

"scripts": {
    "start": "node server.js",
    "start:dev": "nodemon server.js",
    "test": "lab -v -c -L",
    "coverage": "lab -v -c -r html -o ./test/artifacts/coverage.html && open ./test/artifacts/coverage.html",
    "coveralls": "lab -r lcov | ./node_modules/.bin/coveralls"
  },

Development environment info?

Just wondering if you could provide any info on your development environment?

I'm using node v4.2.1 and I seem to be running into issues with the spread operators which I gather may have only been introduced at node v5 .

It might be worth specifying some engines in the package file if you suspect that might be a common occurance...

Cheers
Rowan

Feature: Drag and Drop folder to add a new project

Back from my holiday and finally found some time to give forrest a try 😊

First feedback:

It feels super slick 👍

The possibility to add a new project by dropping the project folder from the finder would be an awesome addition.

Yours, Michael

A JavaScript error occurred in the main process

screen shot 2017-06-30 at 2 57 35 pm

A JavaScript error occurred in the main process
Uncaught Exception:
TypeError: Cannot read property 'getDisplayMatching' of null
    at Timeout.updateState [as _onTimeout] (/Applications/Forrest.app/Contents/Resources/app/node_modules/electron-window-state/index.js:62:33)
    at tryOnTimeout (timers.js:224:11)
    at Timer.listOnTimeout (timers.js:198:5)

Not sure why I get this, but it happened when I first ran a command and after a closed a forrest terminal window

Some issues

// Change the Font-size or the let the user change it. It's really to small.
// Error-Handling if it's not a npm-project.
// Don't allow the user to scale the window to the absolute minimum.
// Why are there Developer Tools? /view/toggle developer tools
// Maybe let the user delete projects from project tree and not only when you're inside the project?

  • Great tool, great design. Works fast and without any problems. I'm going to be happy about the final release.

My Node version is 2.15.8 on a mac.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.