Anthony Ferrara
Anthony Ferrara
The simple support mechanism would be to implement a regex. The problem comes in that the tokenizer right now will greedily consume digits. So you could literally never have a...
Can we fix those failing tests?
So one challenge here is we need some method of doing symbol extraction from a dylib. Something akin to https://lowlevelbits.org/parsing-mach-o-files/ That way FFIMe can appropriately compile the proper shared library...
It's an invalid input. I don't think that `'aaaaa'` would be a correct output. So I'd either keep the same, or throw an exception (`InvalidArgumentException`). Thoughts?
Well, the library is designed to generate JS to run on the client side as well. So you'd need some way to handle that. If Symfony translator can do it,...
I've talked quite a bit about this with a few other people, and let me try to explain my hesitation. The way I understand it, there are really only two...
Why are you using low strength? Why not use medium?
Can you try using the library directly? Without owncloud and see if you can reproduce it?
This was an intentional choice (and yes, should be documented). The reason is that an integer constant says nothing about the type. and adding support for casts to function arguments...
True, but that would result in a compile error, no?