2xB
2xB
Thank you! In the meantime I also tested it and an example output where it actually fails later is ``` k*k >= 1.0, info: 1, 0.000372094, 0.0085, 0.00662791, 0.0085, 0.007,...
One could btw. potentially add a `TermType fType;` member with an enum `TermType` to controls/terms that classifies which type the control has, and then check if this type is equal...
Just opened pull request https://github.com/jupyterlite/jupyterlite/pull/1583 that should fix this, if possible could you verify that? Otherwise we observed different issues.
Looking at this in detail I learned: * The issue stems from #274 (since v3.8.0) as can be seen since simply removing the `@functools.lru_cache()` annotation fixes it, so potentially @anntzer...
Thank you very much! I did not consider the existence of `os.register_at_fork`, that is a very simple fix. In the meantime, that also means a very simple workaround is to...
@jaraco What is the status here? If there is anything I can do to improve this, please tell!
Oh, I of course meant the status of the fixing pull request #521, not the status of this issue.
Of course one can also argue for the approach that not being in a virtual environment should cause an error instead. Then I believe this should also be documented, but...
Yes, this is an awesome point especially because of one thing: We already have a bindings system to produce our XML bindings - if one would use the same system...
~~To me this occurs despite having `jupyter_server` installed. I btw. simultaneously observe https://github.com/jupyterlite/pyodide-kernel/issues/125 and https://github.com/jupyterlite/demo/issues/131 and therefore believe them to be the same issue.~~