Code Monkey home page Code Monkey logo

prose-pro's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

prose-pro's Issues

Windows Bug

A windows path cannot have :, and so we need to prevent the user from using it in project names

Doesn't Catch error when switching pages

When the user selects a project that doesn't have a repository, an error is thrown

Error: could not find repository from '/Users/drewatkinson/repos/prose-pro/app/TestProjects/Project1/repo'

This error doesn't stop the route change, and the user ends up on the editor with an undefined gitabs object in the store

Caching in Travis CI

Caching the node_modules and flow flolders was causing issues on the Linux CI build

Separate editor state and git abstraction

The git-abs currently initializes text.json with an object specific to draft.js by default. It would be better if the init object is passed down into createFile() to keep git-abs separate from the editor.
The issue is that createFile() only creates a branch, and openFile() is what creates text.json if it doesn't exist. This was done since creating text.json would mean checking out the branch, creating text.json, and checking back out to the previous working branch, and this can currently not be done because there isn't a functionality to get the current working branch.

And easy solution would be to track open files in the git-abs object.

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.