Ward Cunningham

Results 235 comments of Ward Cunningham

I've added a section called "How to Contribute" to the fed.wiki.org faq. [wiki](http://fed.wiki.org/view/welcome-visitors/view/how-to-wiki/view/contribute-code)

The current behavior starts by being confusing and then, with experience, becomes only annoying. However, federated wiki assumes there is a writeable store and local storage remains the writable store...

I am relying more on local storage in my current work. I see nothing wrong with any of the suggestions above and will see if I can't make progress on...

Yes, it could be that simple. We could leave welcome-visitors in default-data/pages for now but copy it on creation instead of on demand if that is more convenient for the...

The data loss mechanism here is similar to that in issue #181. Same solution (defensive programming) probably applies.

Welcome. I've read some paper on the darcs' theory but don't remember much. I just read the OT wikipedia article and find I will need some coaching to understand the...

With the addition of server-side plugin modules we've made the install more complex. We are discussing this on Issue #343. Perhaps we can make the plugin launch logic tolerant of...

I've added a try-catch around the plugin server start code. This gets the server going and reports reasonable diagnostics. Client side of plugins are tolerant of server-side failures.

There are only a couple of plugins that have server-side parts. You should be able to ignore these for now since they don't interfere with launching the http server. Or,...

I haven't seen this problem. Is there a client/plugins/factory/factory.js file?