Git Product home page Git Product logo

rivescript-playground's People

Contributors

kirsle avatar npmcdn-to-unpkg-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

rivescript-playground's Issues

Start storing the options used with the snippet

When a snippet is saved for the first time, the options used for it should be saved along with it (particularly UTF-8 mode and Async Replies) so that a user doesn't need to enable these after clicking the link before the code will work properly, if it relies on those features.

Server side validation of RiveScript code

The front-end enforces that RiveScript code must "compile" (not raise syntax errors) before being allowed to be shared with others, but the back-end doesn't do this. The back-end only makes sure that the source size is less than 64KB.

With the code refactor in rivescript-python#30 the server should be able to safely utilize the rivescript.parser module to parse the code to check for syntax errors while avoiding all the potential issues of accepting/processing arbitrary RiveScript code.

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.