glorious-demo icon indicating copy to clipboard operation
glorious-demo copied to clipboard

The easiest way to demonstrate your code in action.

Results 16 glorious-demo issues
Sort by recently updated
recently updated
newest added

This enhancement has been suggested by Ignacio as a [review on Glorious Demo's page](https://www.producthunt.com/products/glorious-demo/reviews) at Product Hunt: > Hey, great product! > > It'd be awesome if it included `speed`...

enhancement

Usually, the IDE provides a function called [soft-wrap](https://www.jetbrains.com/webstorm/guide/tips/soft-wraps/). This is automatically displayed in the next line when a line of text exceeds the width of the screen. What do you...

enhancement

According [this comment](https://github.com/glorious-codes/glorious-demo/issues/43#issuecomment-509857853), figure out a way of offering a way to edit some already typed code. Users should be allowed to: - [ ] Add an entire new line...

enhancement

I am trying to create a demo where I start a server and then `curl` the API. It would be nice if I could open a new terminal session (it...

enhancement

Just like If I am already have block of code and wanted to add an additional line in it. only the new line should be animated inside the static code...

enhancement

I was wondering if there were plans to create an extensible API so users can additional types of applications. I would be very interested in contributing to something like this....

enhancement

Something like: ``` javascript demo.openApp('terminal') .comand('node ./demo') .respond('Hello World!', { onCompleteDelay: 2000 }) .clear() .end(); ``` More info: https://github.com/glorious-codes/glorious-demo/issues/47#issuecomment-452450096

enhancement

Something like: ``` javascript demo.openApp('terminal').closeApp('terminal').end(); ``` More info: https://github.com/glorious-codes/glorious-demo/issues/47#issuecomment-452450096

enhancement

Hi @rafaelcamargo. How are u buddy ?! :) What's your idea to implement this type of terminal ?! [terminal emulator ](https://github.com/Swordfish90/cool-retro-term) so cute :D

enhancement

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.0.4 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies