Blake O'Hare
Blake O'Hare
Repro: ``` function main(args) { for (num : [1, 2, 3]) { print(num); try { print("Try"); throwOnEven(num); } catch(Exception e) { print("Catch"); continue; } print("Post-try"); } print("Done"); } function throwOnEven(n)...
There are now Crayon libraries called DateTime and Environment. The FileIOCommon uses System.Environment and System.DateTime classes but does not use the "System."fully qualified name. This causes a compilation error if...
Also worth noting that including parentheses and a variable but no class name is an error but really should default to Core.Exception
right now it just throws an exception
Just get the response as a byte array internally and then have a string/bytes getters that the user can decide to call based on the response Content-Type.
As it stands, there's too much duplication (or really, just outdated api design) between ImageWebResources and the HTTP library and just having an ImageDecoder library would be useful by its...
The following status codes... **MOVED_PERMANENTLY = 301, MOVED_TEMPORARILY = 302, SEE_OTHER = 303, (maybe) TEMPORARY_REDIRECT = 307, PERMANENT_REDIRECT = 308,** ...should automatically redirect the request if the user enables that...
$gfx_draw_polygon(pt_list, r, g, b, a);