Weitang Li
Weitang Li
Example: ```nim include karax / prelude proc createDom(): VNode = result = buildHtml(tdiv): p(contenteditable="true"): proc onKeydown = discard setRenderer createDom ``` The code is compiled to JS and typing anything...
Python 2 and 3.5 support will be dropped after 2020. After that type annotation could be added to improve readability.
Recently I switched from jupyter notebook to jupyter lab and I found `imolecule` not working. In a jupyter lab notebook, `imolecule.draw("CC1(C(N2C(S1)C(C2=O)NC(=O)CC3=CC=CC=C3)C(=O)O)C")` yields no error nor output. However, in the bowser...
For those who intend to submit an issue here: **the project has been inactive for more than one year.** If you wish to use something like `retrying`, please check out...
Currently, the default time evolution method is `prop_and_compress`, which is not very popular. Maybe it's time to change it to TDVP_PS or TDVP_VMF?