Coder Social home page Coder Social logo

grace-editor's People

Contributors

zmthy avatar

Watchers

 avatar  avatar  avatar

Forkers

sebbenbear

grace-editor's Issues

Suggestion: scroll editor/s to last position when page is loaded

There are currently other issues which can only be resolved by refreshing the page. I find that I'm doing this a lot, and each time, unless I'm editing within the first visible lines, I'm having to scroll down to where I was previously editing which can take some time.

Error around line 611

Error around line 611 of editor0: TypeError: expected Block for argument condition (1) of while()do, got Boolean

Errors on passing arguments appear with an error on a line that does not exist in the text.; My program current has 93 lines.

This makes it very difficult for debugging as it means revisiting more code than expected.

method randomColor{
     var newColor := black

     while( basket.color != newColor ) do {
       def r' = randomIntFrom(64)to(128)
       def g' = randomIntFrom(64)to(128)
       def b' = randomIntFrom(64)to(128)
       newColor := color.r(r') g(g') b(b')
    }

     return newColor
}

Safari support

In safari the upload button does not do anything. While we should be optimizing for Firefox, we should be able to have at least minimal performance with all browsers

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.