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

Pacman easter egg #14

Open
marimeireles opened this issue Nov 9, 2020 · 0 comments
Open

Pacman easter egg #14

marimeireles opened this issue Nov 9, 2020 · 0 comments

Comments

@marimeireles
Copy link
Member

Theoretically adding this piece of code:

                    if (case_insentive_equals(xvega_input[0], "PACMAN"))
                    {
                        nl::json pacman;
                        std::ifstream i("../examples/pacman.json");
                        i >> pacman;
                        publish_execution_result(execution_counter,
                                                 std::move(chart),
                                                 pacman);
                    }

And the json of the pacman: https://vega.github.io/vega/examples/pacman.vg.json
Should allow us to play pacman on the jupnotebook, however we get a bad_allocation_err with no other info.

This issue tracks my progress on debugging this.

@marimeireles marimeireles transferred this issue from jupyter-xeus/xeus-sqlite Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant