Jackson Kwok

Results 4 issues of Jackson Kwok

Hi Andrew, Thank you for the amazing work on building simulation systems on real-world maps. I would like to report two minor issues regarding the documentation. **Issue 1** In the...

## A place to store references and ideas for developing the package / interactive apps ### Package development #### Deployment The package can work (with some hacking) in Rmarkdown document...

- [ ] Websocket address is currently hardcoded as "ws://localhost:9454/". - [ ] Streaming data is assumed to be a JSON file with a single variable named as 'x'. -...

In the following lines of `htmlparser.js`, \-tag seems to be classified as a block element. https://github.com/blowsie/Pure-JavaScript-HTML5-Parser/blob/3e8b2b1153a40495f9a16506c778d00150c6b7a3/htmlparser.js#L92-L96 But the [w3c spec](https://dev.w3.org/html5/spec-LC/) and this [summary](https://www.w3schools.com/htmL/html_blocks.asp) suggest it should be an inline element...