Alexey
Results
2
issues of
Alexey
I've tried this code on `https://npm.runkit.com/` ```js var snabbdom = require("snabbdom") snabbdom.h('span', '.sel', 123) snabbdom.h('span', '.sel', {}) snabbdom.h('span', '.sel', null) snabbdom.h('span', 123) snabbdom.h('span', {}) snabbdom.h('span', null) // throws here!!! ```...
type:bug
affects:user
Hello! I updated GitJournal from F-Droid to v1.87.0 and got stuck with infinite pulling. I then attempted to delete all application data and reset the repository with notes, but I...