jondecker76

Results 7 issues of jondecker76

This is due to the -pie compiler option being default now on newer versions. This can be solved by passing -no-pie to gcc (which I have currently being done thought...

#Reflect on an imported namespace fails to compile. In the /tests folder, both the property.monkey2 and enum.monkey2 compile just fine, as there are no imports. The /tests/alltypes.monkey2 file fails to...

wget should use the --content-on-error option, as a lot of REST APIs will return a server error, but still serve a valid response. Without this option, wget will ignore the...

Please see forum post here: http://monkeycoder.co.nz/forums/topic/help-porting-hmac-sha256-code/#post-15930 String characters $80 to $FE are returned as $FF80 to FFFE. There is no $FF character at all, and $00 is returned. This makes...

wget is returning an exit status of 8 (error) on my POST request and the response text is not being set. - httprequest_desktop has the following modifications: - line 27:...

I have Monkey2 installed and working great on my Ubuntu 17.10 Lenovo Thinkpad P70 w/ Nvidia Quadro M600M However, vsync does not appear to work at all, even with SwapInterfal...

24 hour market supports limit orders, but order_buy_limit() and order_sell_limit() did not provide a way to specify the market hours. Additionally, made all calls to order() use keyword arguments to...