Ahmed Ali

Results 20 comments of Ahmed Ali

Looking at the code now, doesn't seem like it is reasonable to be able to have optional "Root" path; but maybe we can provide it through a template parameter or...

We are using BUCK; there is away to set the env variables in there; but it felt bit hacky; yet I can't think for better solution; the absolute path doesn't...

doesn't seem like we have an equivalent really, for some reason. The only way that worked just fine, is to create a filegroup buck target, set its location is the...

few folks suggested to use include_str instead. Also another approach might be to avoid invoking this code path if one uses `source` instead of `path` in the macro; with some...

We have a function called step (or SStep in Swift) which you can use for that. However, the trick will be to construct the matching string. I would recommend extracting...

I will add this into consideration with the upcoming release (not the immediate soon-to-be-released version though). For now I will leave this issue open to avoid overlooking it. Thanks guys!

Hi @wvqusrtg thanks a lot for your contribution. What do you think about providing a text field for class suffix (like the one already there for class prefix) so people...

this change happens only for the fieldName not the json key, right? in such case, this is not a bug. It meant to be like that, because in Objective-C, Swift,...

I agree there should be an option for that. Will consider it as soon as possible!

Hi, Thanks for the suggested fix. I can apply it directly, but it is preferable if you create a PR so you can be credited for your efforts! Thanks