Code Monkey home page Code Monkey logo

calc-monaco-editor's People

Contributors

alessiostalla avatar ftomassetti avatar gabriele-tomassetti avatar mikecargal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

calc-monaco-editor's Issues

Let's take this further

Hello @ftomassetti ,

Thanks for sharing this project, as I learned heaps from it.
I am adapting this further to make it more friendly for frontend folks not so comfortable with backend to help them learn better.
Please check it out at https://github.com/soneymathew/calc-monaco-editor-ts

I will be keen to learn further and add

Please share if you have plans in the near future to take it further.

Thanks,
Soney

Suggestions

Hi Federico,

This was very helpful. Here are a couple of suggestions to limit possible frustration from people trying out your demo who may not be too familiar with the javascript build environment. Typically it is bad practice to install typescript and webpack globally, so users may not have them installed globally (and should not actually).

  • tsc may not be in the command line or may not be a current version. I would add npm install --save-dev typescript so that typescript and tsc are stored within the project. They will be in the ./node_modules/.bin folder. You may want to write a .bat file and/or .sh so that the user can follow your instructions. tsc may be in the path but an old version, e.g., v1 installed by visual studio for .net users
  • webpack may not be in the path or may be an incorrect version stored globally, so a .bat or .sh that launches it might help prevent frustration

Also:

  • your grammar complains about errors from the blank lines between the input, calcs, and outputs sections (I added eol* blocks in between these to get it to stop complaining)

That's about it. Thanks, again very helpful.

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.