Gilad Beeri
Gilad Beeri
Upgrade to Bootstrap 3
This will also help with moving prefixes, see #422
Christoph Mayer spotted that when the blocks aren't stored as local variables in `__init__()` (meaning, they are kept as class variables, so they don't get destroyed when `__init__()` ends), the...
To summarize, @hcab14 found that the underlying issue is with creating Python blocks (Pythonic work() functions) that are only kept inside a function scope, then when the function ends, the...
> > I still don't have an idea why the commits I mentioned break and fix the issue, and why it only reproduces when there are at least 2 Python...