Caleb Aikens

Results 7 comments of Caleb Aikens

@philippedistributive Wes says to, if you like, make a separate ticket for posting a feature request to the python team, but this ticket should not be blocking v1.0.0

@Smawexi @lelemka0 @francescocassini @longavailable @ChrisDoufu are you still having this issue after installing the latest release (v0.6.0) by doing the following: `pip install --upgrade --force-reinstall pythonmonkey`

Wes is curious how a dcp-client PR fixed this, how is that possible?

@hansthen We plan on implementing being able to access JS function properties from python (such as `toString`), but in the meantime, to get a JSFunction as a string, you can...

Checked just now and #302 is resolved afaik. A JS function passed to python and back to JS is still the exact same object, with all the same properties etc....

@hansthen > Thanks for the suggestion. Unfortunately, it does not seem to work in all cases. For me it returns this: > > ``` > function() { > [native code]...

This is an annoying difference between python and JS. Conceivably, when we call a python function from JS, we could check the number of arguments the python function takes and...