Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: scatterplot column autocomplete is broken #37

Closed
breck7 opened this issue Nov 19, 2019 · 1 comment
Closed

Bug: scatterplot column autocomplete is broken #37

breck7 opened this issue Nov 19, 2019 · 1 comment
Labels
bug core Issues related to the web app or infra

Comments

@breck7
Copy link
Owner

breck7 commented Nov 19, 2019

repro steps:

  1. go to ohayo.computer
  2. create reddit template
  3. in source editor, change line 9 scatter xColumn

expected:
correct column names suggested in autocomplete

actual:
Screen Shot 2019-11-18 at 2 45 23 PM

@breck7 breck7 added bug core Issues related to the web app or infra labels Nov 19, 2019
@breck7
Copy link
Owner Author

breck7 commented Nov 19, 2019

The issue is around runtime autocomplete. Also involving the fact that we may be creating a new version of the program in the editor, that hasn't executed yet, so in some cases the autocomplete may be depending on things that aren't there yet.

Need to figure out the general pattern here.

@breck7 breck7 closed this as completed in 81dbf8a Dec 4, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug core Issues related to the web app or infra
Projects
None yet
Development

No branches or pull requests

1 participant