Luca Fabbian
Luca Fabbian
Add `beforeReload` option. Now you can run a javascript function every time a change is detected. Example: ```javascript liveServer.start({ beforeReload: (changePath) => { console.log(changePath + " file has changed! Reloading...")...
## Issue description Live reload doesn't start on html files with no ``. ## Software details * Command line used for launching `live-server`: * OS: XUbuntu 22 * Browser (if...
Hi! I tried to implement my own kernel, but I struggled to find a way to identify cells. That identifier actually exists, but is not documented anywhere inside [this page](https://jupyter-client.readthedocs.io/en/stable/wrapperkernels.html)....
This branch provides an experimental release of sparql-engine for the browser. The release file is stored under `browser/sparqlEngine.js`. In the same folder, you will also find an `example.html` file, a...
**Describe the bug** Bind operator working wrong since 7.0 **To Reproduce** Just use a query with BIND inside one of the examples (here I chose the one about using a...
I'm maintaining a fork here It's not a complete rewrite - I've just ported Firepad from the old Grunt concatenated monolithic file, to native javascript modules. I'm not planning to...
Is there a way to mount the current DOM as a component? Would it ever be? I would like to create a component from the webpage itself instead of declaring...
Here is an example, where I draw a simple grid and a line, then I click on the line. Instead of getting the proper coords, I get something more or...