Helmut Granda

Results 15 comments of Helmut Granda

I am going to take a wild guess and this still needs implementation, hence the "TODO" note.

Could you elaborate on what you are trying to do? Personally I don't have a problem adding two servers to hotel and run each either manually (command line), UI interface...

There are a few things you have to do. You need to switch your query to request `descriptionHtml` instead of `description`, then you need to let the HTML ingested be...

Did you see this error? > **Uncaught Error: Module build failed: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (59) > For more...

By the way, I just ran into a similar issue, I figured out it was my version of NODE that I was running 10.0.0. After downgrading to 8.11.1 everything worked...

You can create components from scratch. 1. Create a new folder 2. Give the folder the name of your component 3. Add your .html/jsp default file 4. Save Brackets will...

You can use VLT and there is a plugin for Sublime2 (https://github.com/tomalec/Sublime-Text-2-Vlt-Plugin). Personally the thing that made it difficult for me to continue using Something like Sublime was the fact...

@glennflanagan Agreed! And I believe that is why the code is open source so that you can fork and integrate with your favorite IDE. I would imagine that developing their...

One of the pre-requisits to use this project is to intall MogoDB, if you follow the instructions on Mongo's site you can see the explicitly request for the user to...

For some odd reason (and this is happening with other plugins as well), even when my headers have IDs I need to use markdownItAnchor and markdownIt in order for this...