Ward Cunningham

Results 235 comments of Ward Cunningham

Federated wiki uses dynamic imports for rarely used or newly created item formatting plugins. We haven't yet figured out exactly how Deploy helps us, perhaps as insolation from older or...

Overly confident in our cut-and-paste ability we went straight to the project page. The tip off that would have saved us is if an additional row were added to the...

Perhaps it could return undefined. I would revise my whitespace rule to return undefined too. A parse that consisted of only whitespace would then parse as undefined. Update: $ prefix...

I don't have a specific suggestion so I will ramble on instead. I assume the parser knows more than easily encoded into results so any decision will involve some compromise....

Regretfully the drop logic has to be specialized for every file type, every browser and every operating system. We'll be seeing unexpected items on drops until the the code is...

The case analysis that I mentioned in the previous comment resides in the [factory](https://github.com/WardCunningham/Smallest-Federated-Wiki/blob/master/client/plugins/meta-factory.coffee) plugin. Scattered through the nested conditions you will find calls on "punt". Punt makes the "Unexpected...

It looks like the two systems don't even agree how to represent a list of types. One is a javascript object, the other a javascript array?

@rynomad you are very resourceful. Thank you for pointing out this rather circuitous path to posting images. I've hung on to the data-url base64 image encoding because it preserves exactly...

If you have the image drag-and-drop working then send me a pull request. Its easier for me to review if you don't put too much together in one request. I'd...

Yes, we don't yet handle image drags from the browser. I drag images from the browser to the desktop and then from the desktop to wiki. While on the desktop...