Anthony Gedeon

Results 9 issues of Anthony Gedeon

Repeated code in each calculator function i.e add, subtract, divide, and multiply. I removed the repeated code inside the _check function and passes in two parameters called x and y....

Having the `random user` button on the main page makes the UX a lot better since you do not have to click on the logo and then click on random...

The input field has an `x` icon that is barely visible when in dark mode Screenshot: ![image](https://user-images.githubusercontent.com/47023801/94884949-84567080-0434-11eb-8895-2a853991b147.png)

#287 https://github.com/feathericons/feathericons.com/issues/287#issuecomment-704584204

When playing with the customize tools, I noticed that the reset button is not really noticeable after changing the properties of the icons. Styling the reset button to red will...

`rstr!("#206#")` does not show the `ICON_CPU` or any icons after 205 Missing icons: `ICON_CPU` `ICON_ROM` `ICON_STEP_OVER` `ICON_STEP_INTO` `ICON_STEP_OUT` `ICON_RESTART` `ICON_BREAKPOINT_ON` `ICON_BREAKPOINT_OFF` `ICON_BURGER_MENU` `ICON_CASE_SENSITIVE` `ICON_REG_EXP` `ICON_FOLDER` `ICON_FILE` [https://raylibtech.itch.io/rguiicons](https://raylibtech.itch.io/rguiicons)

I think there should be a way to get any key that is being pressed down without having to pass in an argument into `is_key_down` An example would be the...

I tried running code that had setTimeout but the function was never invoked.