ronak69

Results 13 issues of ronak69

- produces a correct "mailto" link in HTML. - this change makes the raw markdown file more readable. - also overcome noob email scraping bots by encoding the address in...

``` Calculator: Finish operation-in-progress only on new binary operations Because of this the unary operations got applied to the result of the operation-in-progress instead of the current argument as shown...

👀 pr-needs-review

``` Ensure that the Utf-8 encoded "mapping character" in String (from InputBox) gets converted to Utf-32 code point. Before, only the first byte of Utf-8 char sequence was used as...

👀 pr-needs-review

``` Before, TEST_MAIN used to return the return value of TestSuite::main() function (which returns the number of test cases that did not pass, so it can be >=256) directly. The...

👀 pr-needs-review

These are two the low-hanging (as i once thought; they turned out to be not-so-low-hanging) internal functions that were yet to be implemented in LibLine. --- #### LibLine: Add internal...

👀 pr-needs-review

Contributes towards #22049. The "Fragment / Shortcut links in heading" feature and "prepend `file://` if absolute path" feature needs to be disabled to test against CommonMark test suite. I tried...

⏳ pr-waiting-for-author

``` The said time zone is local to each instance of the AnalogClock and is separate from the system time zone. This allows user to have clocks that use different...

👀 pr-needs-review

Before: ![image](https://github.com/user-attachments/assets/32d6d523-ccc0-47b9-bcf7-d9487161fd0b) After: ![image](https://github.com/user-attachments/assets/eca89d1a-d5de-426f-a5a8-be1e2b3504e1)

Previously: https://github.com/SerenityOS/serenity/pull/24039

stale