Skip to content
#

vdom

Here are 118 public repositories matching this topic...

preact
50
leeoniya
leeoniya commented Jul 5, 2017

some of this stuff is briefly mentioned in https://github.com/leeoniya/domvm#templates and easily overlooked, other stuff requires reading the code of the demos, and the rest is just plain missing. i think the list below represents a fairly thorough todo list for the docs.

does anyone have a good feel for how best to prioritize the items in terms of greatest impact?

cc @lawrence-dol @iamjohn

allefeld
allefeld commented Feb 16, 2020

In VDOM Event Support there are two lines with typos in the first code example; corrected:

from IPython.display import display

return button(str(count), onClick=on_click, style={'width': '100', 'height': '40'})

The second code example has typos, too, corrected:

from IPython.display import display

model
gward
gward commented Feb 8, 2019

It's unclear how to run the tests in this project. There is a small blurb in README.md, but I have never used tox so I don't know what I need to do. It's also unclear what "virsh access" means -- does that mean the tests use libvirt/virsh/KVM/etc. to run in a virtualized environment? If so, what versions of Linux are supported? Are any other operating systems supported?

It would be much more he

Improve this page

Add a description, image, and links to the vdom topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vdom topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.