Rahil Amish Sanghavi
Rahil Amish Sanghavi
Hi, is this issue still open?
Great, then can I have a go at it? I've worked with Java and SpringBoot before but haven't contributed to open source. I will go through the contributing guidelines and...
Thanks for the reply😁. I'll follow the guide and get on with it the issue asap.
Hi, is this issue still open?
Great, then can I have a go at it? I have experience coding in C++, but not with open source. I will go through the contributing guidelines, but if you...
@ZehMatt has the name of the function `gfx_wrap_string` been changed? I can't seem to find it. Same goes for `window_park_objective_paint`. I am searching for it in [this](https://github.com/OpenRCT2/OpenRCT2) repo. Am I...
@ZehMatt I would like to discuss a possible approach and clear a few doubts, could we please take this up on discord?
Right, so looking at the above chat and from a high-level overview of the codebase, I could infer that in src/, there seem to be 12 instances of use of...
Right, there is no need to pass it over a reference argument. Since we would be returning a vector containing line break positions, the total number of lines would be...
So only in cases where the input to the field `u8string* outWrappedText` is a `nullptr`, we require the function for height calculation? And in all other cases, we would be...