Bo
Bo
Using codemirror-sos for CodeMirror 6 support
I am looking into integrating an existing socketio app into an django asgi server and came across your repository. It looks like you are using channels to "connect" django and...
When I try to install `iTypeScript` under mac, I got the following error ``` Succesfully build libzmq on Fri Aug 04 2017 11:34:09 GMT-0500 (CDT) gyp ERR! configure error gyp...
bootstrap5 beta is out and the biggest change would be the drop of jquery dependency. I just briefly tested `bootstrap-toc` on my website and it appears to be working properly...
I found myself patching `bootstrap-toc` with the following patch to remove `¶` from the end of headers that are frequently generated by anchor-links. These '¶' symbols are usually displayed when...
I encountered a similar problem with https://github.com/gfranko/jquery.tocify.js/issues/36. More specifically, I am adding TOCs to a bunch of jupyter notebooks whose headers are inside cells and have a structure like ```...
bootstrap allows the use of [`is-valid` and `is-invalid`](https://getbootstrap.com/docs/5.0/forms/validation/) for fields of validated forms (bounded). Whereas `is-invalid` class can be easily added as ```python {% render_field form.field1|add_error_class:'is-invalid' %} ``` It is...
Say I have `Review` on a `Toy` that is made by `Manufacture`. When I try to gather reviews for particular manufacture, I have ``` class Toy(models.Model): reviews = GenericRelation( to="reviews.Review",...
Currently the markdown kernel does not look very good because the input and output (markdown) are both displayed. It would be good to have a server extension that hides the...