Peter Burns

Results 156 comments of Peter Burns

Update on my end: - looks like some windows file URI handling bugs had snuck back into our code base. fix + more principled testing on windows is in progress...

I'm working on a new release of our editor server, should be pretty soon. Our integration tests are passing on windows now. We're still sending over urls like `file///d%3A/path/to/file.html` as...

polymer-editor-service v2.1.0 is out now, and should handle windows URIs correctly now.

Maybe? Do you get completions in the example_project/ directory of this repo? (After doing a bower install there) If not, probably a plugin conflict, if so, analyzer may be failing...

Huh, strange. Look in package settings under Autocompete+ to see how it's completions are configured. That's atom's built in autocompeter and it's what we use. I believe there's an option...

Curiouser and curiouser. For very large projects it takes us about 30ms to generate completions. I wonder if this is a last-one-wins sort of situation.

How would you expect the object to be encoded? In the absence of a standard for form-encoding nested objects my preference would be that we provide an easy-to-override method for...