Matthieu Dartiailh
Matthieu Dartiailh
The tutorials are a bit different from the other examples in that one should run `python hello_world.py` to run the hello world example rather than going through `enaml-run`. This part...
As mentionned in my previous comment to run hello_world call, with python, hello_world.py, person.py for the person tutorial and employee.py for the employee tutorial.
#460 will make it easier to run the examples but does not address the documentation issue though. I merged it nonetheless since it is an improvement over the status quo.
Thanks for reaching out. That sounds interesting, you can use the public email on my profile.
As suggested @sccolbert in one of his earlier comment you could use an edit variable with a required strength. As a consequence the solver won't change it but you will...
I think this was forbidden because if abused it can easily lead to poor performance. @sccolbert any memory of why you forbid it. Lifting the restriction in itself would be...
I can rephrase everything to not use TOS(i) and repeat that the stack is indexed from 1 in each relevant place however they are quite a few occurrences (many more...
Removing the TOSi should be a smaller change yes and would not entail any large duplication.
I went ahead and replaced TOS by TOS(1) I am not sure this a clear win for the reader TBH. Let me know what you think.
That may lead to clearer description indeed. I must say I first tried to make the changes minimal but I can undertake a larger changes if it is generallyvthough to...