Blake O'Hare

Results 47 issues of 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)...

bug

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...

bug

Also worth noting that including parentheses and a variable but no class name is an error but really should default to Core.Exception

bug
High Priority

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.

feature request
library

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...

library

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...

feature request
library

$gfx_draw_polygon(pt_list, r, g, b, a);

feature request