Results 145 comments of Alex Earl

The code for IronPython for extension methods can be found here: https://github.com/IronLanguages/ironpython2/blob/master/Src/IronPython/Runtime/Binding/MetaUserObject.Members.cs#L1402

The issue here is that the code in HandleParamsArray: https://github.com/pythonnet/pythonnet/blob/4133927e5e8a22266a6b9ade8af25986f7f1ec8d/src/runtime/methodbinder.cs#L447 doesn't take into account that the object could be a .NET array. It may need to add a check for...

Do you know what is missing for 64-bit support? Is the loader largely different?

Anyone have a fix for this? I would love to be able to build on mono!

Here's a rough translation from google translate ``` When you want to start a pod with an image generated from Rhel7-jenkins-slave in Openshift events, the subject error appears. Did it...

It looks like the RUN line may need to have the -N parameter added: ` -N, --no-user-group Do not create a group with the same name as the user, but...

Just as a follow-up to this issue, @jacekbilski is this impacting something specific?

I don't know anything about k8s, so I don't know what the error means.

Maybe we want to add an ExecuteAsync, or BeginExecute or something. On Thu, Jul 21, 2016 at 5:19 AM Hristo Hristov [email protected] wrote: > It's on a separate thread than...