Ben Morris

Results 17 issues of Ben Morris

Since Y has no source code, maybe it could just shell out to curl.

`method_exists` will return true even if an object has a protected method; calling it from Resque will then fail. `is_callable` only returns true when the method both exists and can...

Fixes a crash bug when using systools file dialogs with OpenFL (https://github.com/waneck/systools/issues/28, https://github.com/openfl/openfl/issues/602)

What do you think of pushing the format parsing and possibly layout logic (not rendering code) to https://github.com/HaxeFoundation/format? I know some of this originated in HaxePunk, it would be great...

There are some missing `@:pure` annotations in the std lib, which I noticed after fixing this as some unnecessary static vars would now be preserved. Fixed the ones I noticed....

When using QuickJS from C++ I'd like to be able to get the opaque pointer back without necessarily knowing the class ID of the value. As an example, I have...

I have a case where my instrumentation flame graph has less max depth than my samples. When I open the flame graph, there's a scroll bar on the right that...