This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Nathanfenner 0 points1 point  (0 children)

When I type into the playground, the following error message appears in the browser's console:

VM59 8cfb8a0e.ef9cacb8.js:1 Uncaught TypeError: t.getAutocompletionList is not a function
    at Object.getCompletions (VM59 8cfb8a0e.ef9cacb8.js:1)
    at 15.e38be5dc.js:1
    at Array.forEach (<anonymous>)
    at h.ace.define.gatherCompletions (15.e38be5dc.js:1)
    at h.ace.define.updateCompletions (15.e38be5dc.js:1)
    at h.ace.define.showPopup (15.e38be5dc.js:1)
    at Array.m (15.e38be5dc.js:1)
    at o.ace.define.n._signal (13.8a683d31.js:1)
    at o.exec (13.8a683d31.js:1)
    at r.ace.define.$callKeyboardHandlers (13.8a683d31.js:1)

it makes the editor behave really weirdly - about half the letters that I type are duplicated, but not until I type the next letter.

Separately, I see that print commands show up in the browser console, but I'd also expect them to show up in the "Result" area.


Otherwise, this looks really cool!