Geoffroy
Geoffroy
Hello thank you for your response and interesting work regarding PyHelpers. Here are my thoughts. It does work well for method call but not for constructors. Indeed you cannot (that...
Hello, You seem at ease with macros which I am not yet. I was trying to add a function similar to the one you made (call) but designed to create...
Alright I found something that works: ```haxe macro static public function init(obj:ExprOf, args:Array):Expr { var realArgs:Array = []; var buildKwArgs:Array = [macro var kwArgs = new python.Dict()]; var kwAppeared =...
Any idea ? Here is the full error : ``` { "Error": "failed to get the list of Jira Projects: Get \"https://xxx.atlassian.net/rest/api//3/project/search?maxResults=50&startAt=0\": oauth2: cannot fetch token: 400 Bad Request\nResponse: {\"error\":\"invalid_grant\",\"error_description\":\"Invalid...