Masataro Asai

Results 170 comments of Masataro Asai

For namedlambda thanks, will fix

Is it using any VAL-specific functionality? Otherwise you could consider https://github.com/guicho271828/ArriVAL for validation (only for ADL/PDDL though)

oops I forgot that it was still missing action costs etc. (please forget about it for now)

Thank you for a lot of clarifications! By the way, these clarifications I believe can be put in somewhere in the repository as part of the documentation (with some format/style...

Regarding the `method` object that is throwing the utf-8 error, https://github.com/sethmlarson/virtualbox-python/blob/master/virtualbox/library_base.py#L201 It is a function that is built as a string inside `xpcom/client/__init__.py` (https://www.virtualbox.org/browser/vbox/trunk/src/libs/xpcom18a4/python/client/__init__.py#L70) and gets compiled by `compile` in...

+ MakePythonResult seems to be the crux. https://www.virtualbox.org/browser/vbox/trunk/src/libs/xpcom18a4/python/src/module/_xpcom.cpp#L302 + It further calls MakeSinglePythonResult https://www.virtualbox.org/browser/vbox/trunk/src/libs/xpcom18a4/python/src/VariantUtils.cpp#L2088 + which is located here https://www.virtualbox.org/browser/vbox/trunk/src/libs/xpcom18a4/python/src/VariantUtils.cpp#L1850 + MakeSinglePythonResult uses type tag information (like in most dynamic...

maybe https://pypi.org/project/libvirt-python/ is a better choice